Home
last modified time | relevance | path

Searched refs:FORMAT_L8 (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.cpp225 case FORMAT_L8: in sampleTexture()
453 case FORMAT_L8: in sampleTexture()
2636 case FORMAT_L8: in has16bitTextureFormat()
2683 case FORMAT_L8: in has8bitTextureComponents()
2783 case FORMAT_L8: in has16bitTextureComponents()
2863 case FORMAT_L8: in has32bitIntegerTextureComponents()
2935 case FORMAT_L8: in hasYuvFormat()
3005 case FORMAT_L8: return component < 1; in isRGBComponent()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.hpp165 FORMAT_L8, enumerator
DSurface.cpp373 case FORMAT_L8: in write()
931 case FORMAT_L8: in read()
1602 case FORMAT_L8: return 1; in bytes()
2682 case FORMAT_L8: in isFloatFormat()
2771 case FORMAT_L8: in isUnsignedComponent()
2821 case FORMAT_L8: in isSRGBreadable()
3024 case FORMAT_L8: return 1; in componentCount()
3717 case FORMAT_L8: return FORMAT_L8; in selectInternalFormat()
DBlitter.cpp230 case FORMAT_L8: in read()
432 case FORMAT_L8: in write()
990 case FORMAT_L8: in GetScale()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp1190 case GL_UNSIGNED_BYTE: return sw::FORMAT_L8; in ConvertReadFormatType()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.cpp394 case GL_LUMINANCE8_EXT: return sw::FORMAT_L8; in SelectInternalFormat()