Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.hpp159 FORMAT_X8L8V8U8, enumerator
DSurface.cpp273 case FORMAT_X8L8V8U8: in write()
882 case FORMAT_X8L8V8U8: in read()
1596 case FORMAT_X8L8V8U8: return 4; in bytes()
2674 case FORMAT_X8L8V8U8: in isFloatFormat()
2793 case FORMAT_X8L8V8U8: in isUnsignedComponent()
3002 case FORMAT_X8L8V8U8: return 3; in componentCount()
3695 case FORMAT_L6V5U5: return FORMAT_X8L8V8U8; in selectInternalFormat()
3697 case FORMAT_X8L8V8U8: return FORMAT_X8L8V8U8; in selectInternalFormat()