Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DSamplerCore.cpp231 case FORMAT_A8L8: in sampleTexture()
459 case FORMAT_A8L8: in sampleTexture()
1896 case FORMAT_A8L8: in sampleTexel()
2637 case FORMAT_A8L8: in has16bitTextureFormat()
2684 case FORMAT_A8L8: in has8bitTextureComponents()
2784 case FORMAT_A8L8: in has16bitTextureComponents()
2864 case FORMAT_A8L8: in has32bitIntegerTextureComponents()
2936 case FORMAT_A8L8: in hasYuvFormat()
3006 case FORMAT_A8L8: return component < 1; in isRGBComponent()
/external/swiftshader/src/Renderer/
DSurface.cpp382 case FORMAT_A8L8: in write()
951 case FORMAT_A8L8: in read()
1605 case FORMAT_A8L8: return 2; in bytes()
2684 case FORMAT_A8L8: in isFloatFormat()
2773 case FORMAT_A8L8: in isUnsignedComponent()
2822 case FORMAT_A8L8: in isSRGBreadable()
3026 case FORMAT_A8L8: return 2; in componentCount()
3718 case FORMAT_A4L4: return FORMAT_A8L8; in selectInternalFormat()
3720 case FORMAT_A8L8: return FORMAT_A8L8; in selectInternalFormat()
DSurface.hpp168 FORMAT_A8L8, enumerator
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp1200 case GL_UNSIGNED_BYTE: return sw::FORMAT_A8L8; in ConvertReadFormatType()
/external/swiftshader/src/OpenGL/common/
DImage.cpp395 case GL_LUMINANCE8_ALPHA8_EXT: return sw::FORMAT_A8L8; in SelectInternalFormat()