/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/ |
formatutils9.cpp | 109 InsertD3DFormatInfo(&map, D3DFMT_X8R8G8B8, 32, 1, 1, GL_BGRA8_EXT, GenerateMip<B8G8R8X8>, ReadColor<B8G8R8X8, GLfloat> ); 257 InsertD3D9FormatInfo(&map, GL_RGB8_OES, D3DFMT_X8R8G8B8, D3DFMT_X8R8G8B8, LoadRGB8ToBGRX8 ); 258 InsertD3D9FormatInfo(&map, GL_RGB565, D3DFMT_X8R8G8B8, D3DFMT_X8R8G8B8, LoadR5G6B5ToBGRA8 ); 262 InsertD3D9FormatInfo(&map, GL_R8_EXT, D3DFMT_X8R8G8B8, D3DFMT_X8R8G8B8, LoadR8ToBGRX8 ); 263 InsertD3D9FormatInfo(&map, GL_RG8_EXT, D3DFMT_X8R8G8B8, D3DFMT_X8R8G8B8, LoadRG8ToBGRX8 ); [all...] |
Image9.cpp | 537 case D3DFMT_X8R8G8B8: 541 case D3DFMT_X8R8G8B8: 583 case D3DFMT_X8R8G8B8: 622 case D3DFMT_X8R8G8B8:
|
Renderer9.cpp | 73 D3DFMT_X8R8G8B8 [all...] |
/external/chromium_org/content/common/gpu/media/ |
dxva_video_decode_accelerator.cc | 250 use_rgb ? D3DFMT_X8R8G8B8 : D3DFMT_A8R8G8B8, 316 use_rgb_ ? D3DFMT_X8R8G8B8 : D3DFMT_A8R8G8B8); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mfapi.h | 147 #define D3DFMT_X8R8G8B8 22 155 DEFINE_MEDIATYPE_GUID(MFVideoFormat_RGB32, D3DFMT_X8R8G8B8); 211 #undef D3DFMT_X8R8G8B8 [all...] |
d3d8types.h | 602 D3DFMT_X8R8G8B8 = 22, [all...] |
d3d9types.h | 764 D3DFMT_X8R8G8B8 = 22, [all...] |