Home
last modified time | relevance | path

Searched refs:D3DFMT_A8R8G8B8 (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp137 …D3D9FormatInfo(&map, GL_ALPHA8_EXT, D3DFMT_A8R8G8B8, D3DFMT_A8R8G8B8, … in BuildD3D9FormatMap()
141 …D3D9FormatInfo(&map, GL_RGBA8_OES, D3DFMT_A8R8G8B8, D3DFMT_A8R8G8B8, … in BuildD3D9FormatMap()
142 …D3D9FormatInfo(&map, GL_RGBA4, D3DFMT_A8R8G8B8, D3DFMT_A8R8G8B8, … in BuildD3D9FormatMap()
143 …D3D9FormatInfo(&map, GL_RGB5_A1, D3DFMT_A8R8G8B8, D3DFMT_A8R8G8B8, … in BuildD3D9FormatMap()
148 …D3D9FormatInfo(&map, GL_SRGB8_ALPHA8_EXT, D3DFMT_A8R8G8B8, D3DFMT_A8R8G8B8, … in BuildD3D9FormatMap()
150 …D3D9FormatInfo(&map, GL_BGRA8_EXT, D3DFMT_A8R8G8B8, D3DFMT_A8R8G8B8, … in BuildD3D9FormatMap()
151 …D3D9FormatInfo(&map, GL_BGRA4_ANGLEX, D3DFMT_A8R8G8B8, D3DFMT_A8R8G8B8, … in BuildD3D9FormatMap()
152 …D3D9FormatInfo(&map, GL_BGR5_A1_ANGLEX, D3DFMT_A8R8G8B8, D3DFMT_A8R8G8B8, … in BuildD3D9FormatMap()
DImage9.cpp613 case D3DFMT_A8R8G8B8: in copyFromRTInternal()
617 case D3DFMT_A8R8G8B8: in copyFromRTInternal()
710 case D3DFMT_A8R8G8B8: in copyFromRTInternal()
DFramebuffer9.cpp120 static_cast<UINT>(area.height) == desc.Height && desc.Format == D3DFMT_A8R8G8B8 && in readPixelsImpl()
DRenderer9.cpp783 case D3DFMT_A8R8G8B8: in getD3DTextureInfo()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c268 [D3DFMT_A8R8G8B8] = PIPE_FORMAT_B8G8R8A8_UNORM,
327 [PIPE_FORMAT_B8G8R8A8_UNORM] = D3DFMT_A8R8G8B8,
Dadapter9.c184 bfmt == D3DFMT_A8R8G8B8)) || in backbuffer_format()
264 D3DFMT_A8R8G8B8, in adapter_format()
Dnine_pipe.h448 case D3DFMT_A8R8G8B8: return "D3DFMT_A8R8G8B8"; in d3dformat_to_string()
Dswapchain9.c239 pParams->BackBufferFormat = D3DFMT_A8R8G8B8; in NineSwapChain9_Resize()
Ddevice9.c823 user_assert(surf->desc.Format == D3DFMT_A8R8G8B8, D3DERR_INVALIDCALL); in NineDevice9_SetCursorProperties()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dd3d_format.cpp118 case D3DFMT_A8R8G8B8: in GetD3DFormatInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DD3DTextureSurfaceWGL.cpp122 case D3DFMT_A8R8G8B8: in GetD3D9TextureInfo()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx9.cpp331 …if (bd->pd3dDevice->CreateTexture(width, height, 1, D3DUSAGE_DYNAMIC, D3DFMT_A8R8G8B8, D3DPOOL_DEF… in ImGui_ImplDX9_CreateFontsTexture()
/third_party/ffmpeg/libavutil/
Dhwcontext_dxva2.c86 { D3DFMT_A8R8G8B8, AV_PIX_FMT_BGRA },
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_d3d_texture_client_buffer.txt132 Format must be D3DFMT_R8G8B8, D3DFMT_A8R8G8B8,
/third_party/mesa3d/include/D3D9/
Dd3d9types.h593 D3DFMT_A8R8G8B8 = 21, enumerator
/third_party/openGLES/extensions/NV/
DWGL_NV_DX_interop.txt498 D3DFMT_A8R8G8B8,
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DWGL_NV_DX_interop.txt498 D3DFMT_A8R8G8B8,
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DD3DTextureTest.cpp216 D3DFMT_A8R8G8B8, D3DPOOL_DEFAULT, &texture, nullptr))); in createPBuffer()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_sRGB_decode.txt553 Example for a Direct3D9 CreateTexture with a D3DFMT_A8R8G8B8 format:
/third_party/openGLES/extensions/EXT/
DEXT_texture_sRGB_decode.txt553 Example for a Direct3D9 CreateTexture with a D3DFMT_A8R8G8B8 format: