Searched refs:D3DFMT_A8R8G8B8 (Results 1 – 20 of 20) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | formatutils9.cpp | 137 …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()
|
D | Image9.cpp | 613 case D3DFMT_A8R8G8B8: in copyFromRTInternal() 617 case D3DFMT_A8R8G8B8: in copyFromRTInternal() 710 case D3DFMT_A8R8G8B8: in copyFromRTInternal()
|
D | Framebuffer9.cpp | 120 static_cast<UINT>(area.height) == desc.Height && desc.Format == D3DFMT_A8R8G8B8 && in readPixelsImpl()
|
D | Renderer9.cpp | 783 case D3DFMT_A8R8G8B8: in getD3DTextureInfo()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_pipe.c | 268 [D3DFMT_A8R8G8B8] = PIPE_FORMAT_B8G8R8A8_UNORM, 327 [PIPE_FORMAT_B8G8R8A8_UNORM] = D3DFMT_A8R8G8B8,
|
D | adapter9.c | 184 bfmt == D3DFMT_A8R8G8B8)) || in backbuffer_format() 264 D3DFMT_A8R8G8B8, in adapter_format()
|
D | nine_pipe.h | 448 case D3DFMT_A8R8G8B8: return "D3DFMT_A8R8G8B8"; in d3dformat_to_string()
|
D | swapchain9.c | 239 pParams->BackBufferFormat = D3DFMT_A8R8G8B8; in NineSwapChain9_Resize()
|
D | device9.c | 823 user_assert(surf->desc.Format == D3DFMT_A8R8G8B8, D3DERR_INVALIDCALL); in NineDevice9_SetCursorProperties()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | d3d_format.cpp | 118 case D3DFMT_A8R8G8B8: in GetD3DFormatInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | D3DTextureSurfaceWGL.cpp | 122 case D3DFMT_A8R8G8B8: in GetD3D9TextureInfo()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_dx9.cpp | 331 …if (bd->pd3dDevice->CreateTexture(width, height, 1, D3DUSAGE_DYNAMIC, D3DFMT_A8R8G8B8, D3DPOOL_DEF… in ImGui_ImplDX9_CreateFontsTexture()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_dxva2.c | 86 { D3DFMT_A8R8G8B8, AV_PIX_FMT_BGRA },
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_d3d_texture_client_buffer.txt | 132 Format must be D3DFMT_R8G8B8, D3DFMT_A8R8G8B8,
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9types.h | 593 D3DFMT_A8R8G8B8 = 21, enumerator
|
/third_party/openGLES/extensions/NV/ |
D | WGL_NV_DX_interop.txt | 498 D3DFMT_A8R8G8B8,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | WGL_NV_DX_interop.txt | 498 D3DFMT_A8R8G8B8,
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | D3DTextureTest.cpp | 216 D3DFMT_A8R8G8B8, D3DPOOL_DEFAULT, &texture, nullptr))); in createPBuffer()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_sRGB_decode.txt | 553 Example for a Direct3D9 CreateTexture with a D3DFMT_A8R8G8B8 format:
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_sRGB_decode.txt | 553 Example for a Direct3D9 CreateTexture with a D3DFMT_A8R8G8B8 format:
|