Home
last modified time | relevance | path

Searched refs:D3DFMT_A8L8 (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dd3d_format.cpp92 case D3DFMT_A8L8: in GetD3DFormatInfo()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c286 [D3DFMT_A8L8] = PIPE_FORMAT_L8A8_UNORM,
347 [PIPE_FORMAT_L8A8_UNORM] = D3DFMT_A8L8,
Dnine_pipe.h467 case D3DFMT_A8L8: return "D3DFMT_A8L8"; in d3dformat_to_string()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp104 case D3DFMT_A8L8: in GetD3DFormatInfo()
343 …InsertD3D9FormatInfo(&map, GL_LUMINANCE8_ALPHA8_EXT, D3DFMT_A8L8, D3DFMT_UNKNO… in BuildD3D9FormatMap()
DImage9.cpp634 case D3DFMT_A8L8: in copyFromRTInternal()
739 case D3DFMT_A8L8: in copyFromRTInternal()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp636 case D3DFMT_A8L8: in copyFromRTInternal()
741 case D3DFMT_A8L8: in copyFromRTInternal()
Dformatutils9.cpp167 …InsertD3D9FormatInfo(&map, GL_LUMINANCE8_ALPHA8_EXT, D3DFMT_A8L8, D3DFMT_UNKNO… in BuildD3D9FormatMap()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h612 D3DFMT_A8L8 = 51, enumerator
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c176 CASE (D3DFMT_A8L8); in d3d_format_to_string()