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()
1855 case FORMAT_X8L8V8U8: in sampleTexel()
2629 case FORMAT_X8L8V8U8: in has16bitTextureFormat()
2681 case FORMAT_X8L8V8U8: in has8bitTextureComponents()
2776 case FORMAT_X8L8V8U8: in has16bitTextureComponents()
2842 case FORMAT_X8L8V8U8: in has32bitIntegerTextureComponents()
2928 case FORMAT_X8L8V8U8: in hasYuvFormat()
2998 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()
2837 case FORMAT_X8L8V8U8: in isFloatFormat()
2956 case FORMAT_X8L8V8U8: in isUnsignedComponent()
3193 case FORMAT_X8L8V8U8: return 3; in componentCount()
3916 case FORMAT_L6V5U5: return FORMAT_X8L8V8U8; in selectInternalFormat()
3918 case FORMAT_X8L8V8U8: return FORMAT_X8L8V8U8; in selectInternalFormat()