Home
last modified time | relevance | path

Searched refs:FORMAT_X8L8V8U8 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DSurface8.cpp265 case D3DFMT_X8L8V8U8: return sw::FORMAT_X8L8V8U8; in translateFormat()
/external/swiftshader/src/D3D9/
DDirect3DSurface9.cpp377 case D3DFMT_X8L8V8U8: return sw::FORMAT_X8L8V8U8; in translateFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp208 case FORMAT_X8L8V8U8: in sampleTexture()
436 case FORMAT_X8L8V8U8: in sampleTexture()
1856 case FORMAT_X8L8V8U8: in sampleTexel()
2628 case FORMAT_X8L8V8U8: in has16bitTextureFormat()
2680 case FORMAT_X8L8V8U8: in has8bitTextureComponents()
2775 case FORMAT_X8L8V8U8: in has16bitTextureComponents()
2841 case FORMAT_X8L8V8U8: in has32bitIntegerTextureComponents()
2927 case FORMAT_X8L8V8U8: in hasYuvFormat()
2997 case FORMAT_X8L8V8U8: return false; in isRGBComponent()
/external/swiftshader/src/Renderer/
DSurface.hpp187 FORMAT_X8L8V8U8, enumerator
DSurface.cpp273 case FORMAT_X8L8V8U8: in write()
882 case FORMAT_X8L8V8U8: in read()
1665 case FORMAT_X8L8V8U8: return 4; in bytes()
2841 case FORMAT_X8L8V8U8: in isFloatFormat()
2960 case FORMAT_X8L8V8U8: in isUnsignedComponent()
3197 case FORMAT_X8L8V8U8: return 3; in componentCount()
3920 case FORMAT_L6V5U5: return FORMAT_X8L8V8U8; in selectInternalFormat()
3922 case FORMAT_X8L8V8U8: return FORMAT_X8L8V8U8; in selectInternalFormat()