/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()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | formatutils9.cpp | 130 case D3DFMT_A8R8G8B8: in GetD3DFormatInfo() 321 …D3D9FormatInfo(&map, GL_ALPHA8_EXT, D3DFMT_A8R8G8B8, D3DFMT_A8R8G8B8, … in BuildD3D9FormatMap() 325 …D3D9FormatInfo(&map, GL_RGBA8_OES, D3DFMT_A8R8G8B8, D3DFMT_A8R8G8B8, … in BuildD3D9FormatMap() 326 …D3D9FormatInfo(&map, GL_RGBA4, D3DFMT_A8R8G8B8, D3DFMT_A8R8G8B8, … in BuildD3D9FormatMap() 327 …D3D9FormatInfo(&map, GL_RGB5_A1, D3DFMT_A8R8G8B8, D3DFMT_A8R8G8B8, … in BuildD3D9FormatMap() 331 …D3D9FormatInfo(&map, GL_BGRA8_EXT, D3DFMT_A8R8G8B8, D3DFMT_A8R8G8B8, … in BuildD3D9FormatMap() 332 …D3D9FormatInfo(&map, GL_BGRA4_ANGLEX, D3DFMT_A8R8G8B8, D3DFMT_A8R8G8B8, … in BuildD3D9FormatMap() 333 …D3D9FormatInfo(&map, GL_BGR5_A1_ANGLEX, D3DFMT_A8R8G8B8, D3DFMT_A8R8G8B8, … in BuildD3D9FormatMap()
|
D | Image9.cpp | 611 case D3DFMT_A8R8G8B8: in copyFromRTInternal() 615 case D3DFMT_A8R8G8B8: in copyFromRTInternal() 708 case D3DFMT_A8R8G8B8: in copyFromRTInternal()
|
D | Framebuffer9.cpp | 119 static_cast<UINT>(area.height) == desc.Height && desc.Format == D3DFMT_A8R8G8B8 && in readPixelsImpl()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/ |
D | d3d11videosink-shared-texture-d3d9ex.cpp | 147 params.BackBufferFormat = D3DFMT_A8R8G8B8; in on_resize() 338 D3DFMT_A8R8G8B8, D3DPOOL_DEFAULT, &shared_d3d9_texture, &shared_handle); in main()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | d3d_format.cpp | 118 case D3DFMT_A8R8G8B8: in GetD3DFormatInfo()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_pipe.c | 267 [D3DFMT_A8R8G8B8] = PIPE_FORMAT_B8G8R8A8_UNORM, 326 [PIPE_FORMAT_B8G8R8A8_UNORM] = D3DFMT_A8R8G8B8,
|
D | adapter9.c | 185 bfmt == D3DFMT_A8R8G8B8)) || in backbuffer_format() 265 D3DFMT_A8R8G8B8, in adapter_format()
|
D | nine_pipe.h | 448 case D3DFMT_A8R8G8B8: return "D3DFMT_A8R8G8B8"; in d3dformat_to_string()
|
D | swapchain9.c | 236 pParams->BackBufferFormat = D3DFMT_A8R8G8B8; in NineSwapChain9_Resize()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_dx9.cpp | 226 …if (g_pd3dDevice->CreateTexture(width, height, 1, D3DUSAGE_DYNAMIC, D3DFMT_A8R8G8B8, D3DPOOL_DEFAU… in ImGui_ImplDX9_CreateFontsTexture()
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_d3d_texture_client_buffer.txt | 85 D3DFMT_R8G8B8, D3DFMT_A8R8G8B8, D3DFMT_A16B16G16R16F or
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | D3DTextureSurfaceWGL.cpp | 122 case D3DFMT_A8R8G8B8: in GetD3D9TextureInfo()
|
/third_party/flutter/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/gstreamer/gstplugins_bad/sys/d3dvideosink/ |
D | gstd3d9overlay.c | 245 width, height, 1, 0, D3DFMT_A8R8G8B8, D3DPOOL_MANAGED, in gst_d3d9_overlay_prepare()
|
D | d3dhelpers.c | 156 CASE (D3DFMT_A8R8G8B8); in d3d_format_to_string() 231 GST_VIDEO_FORMAT_BGRA, D3DFMT_A8R8G8B8}, {
|
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/ |
D | gstdx9screencapsrc.c | 418 src->disp_mode.Width, src->disp_mode.Height, D3DFMT_A8R8G8B8, in gst_dx9screencapsrc_start()
|
/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/flutter/skia/third_party/externals/sdl/src/render/direct3d/ |
D | SDL_render_d3d.c | 312 return D3DFMT_A8R8G8B8; in PixelFormatToD3DFMT() 329 case D3DFMT_A8R8G8B8: in D3DFMTToPixelFormat()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | D3DTextureTest.cpp | 221 D3DFMT_A8R8G8B8, D3DPOOL_DEFAULT, &texture, nullptr))); in createPBuffer()
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9types.h | 593 D3DFMT_A8R8G8B8 = 21, enumerator
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | WGL_NV_DX_interop.txt | 498 D3DFMT_A8R8G8B8,
|