webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "libANGLE/renderer/d3d/d3d9/formatutils9.h"
#include "image_util/copyimage.h"
#include "image_util/generatemip.h"
#include "image_util/loadimage.h"
#include "libANGLE/renderer/d3d/d3d9/Renderer9.h"
#include "libANGLE/renderer/d3d/d3d9/vertexconversion.h"
Namespaces | |
rx | |
rx::d3d9 | |
Macros | |
#define | TRANSLATION(type, norm, size, preferred) |
#define | TRANSLATION_FOR_TYPE_NORM_SIZE(type, norm, size) |
#define | TRANSLATIONS_FOR_TYPE(type) |
#define | TRANSLATIONS_FOR_TYPE_NO_NORM(type) |
Typedefs | |
typedef std::map< D3DFORMAT, D3DFormat > | rx::d3d9::D3D9FormatInfoMap |
typedef std::pair< GLint, InitializeTextureDataFunction > | rx::d3d9::InternalFormatInitialzerPair |
typedef std::map< GLint, InitializeTextureDataFunction > | rx::d3d9::InternalFormatInitialzerMap |
typedef std::pair< GLenum, TextureFormat > | rx::d3d9::D3D9FormatPair |
typedef std::map< GLenum, TextureFormat > | rx::d3d9::D3D9FormatMap |
Functions | |
const D3DFormat & | rx::d3d9::GetD3DFormatInfo (D3DFORMAT format) |
const TextureFormat & | rx::d3d9::GetTextureFormatInfo (GLenum internalFormat) |
VertexFormat | rx::d3d9::CreateVertexFormatInfo (bool identity, size_t elementSize, VertexCopyFunction copyFunc, D3DDECLTYPE nativeFormat) |
const VertexFormat & | rx::d3d9::GetVertexFormatInfo (DWORD supportedDeclTypes, gl::VertexFormatType vertexFormatType) |
Variables | |
const D3DFORMAT | rx::d3d9::D3DFMT_INTZ = ((D3DFORMAT)(MAKEFOURCC('I', 'N', 'T', 'Z'))) |
const D3DFORMAT | rx::d3d9::D3DFMT_NULL = ((D3DFORMAT)(MAKEFOURCC('N', 'U', 'L', 'L'))) |
#define TRANSLATIONS_FOR_TYPE | ( | type | ) |
#define TRANSLATIONS_FOR_TYPE_NO_NORM | ( | type | ) |