Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3DSurface8.cpp270 case D3DFMT_A8L8: return sw::FORMAT_A8L8; in translateFormat()
/external/swiftshader/src/D3D9/
DDirect3DSurface9.cpp384 case D3DFMT_A8L8: return sw::FORMAT_A8L8; in translateFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp231 case FORMAT_A8L8: in sampleTexture()
459 case FORMAT_A8L8: in sampleTexture()
1895 case FORMAT_A8L8: in sampleTexel()
2638 case FORMAT_A8L8: in has16bitTextureFormat()
2685 case FORMAT_A8L8: in has8bitTextureComponents()
2785 case FORMAT_A8L8: in has16bitTextureComponents()
2865 case FORMAT_A8L8: in has32bitIntegerTextureComponents()
2937 case FORMAT_A8L8: in hasYuvFormat()
3007 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()
1674 case FORMAT_A8L8: return 2; in bytes()
2847 case FORMAT_A8L8: in isFloatFormat()
2936 case FORMAT_A8L8: in isUnsignedComponent()
2985 case FORMAT_A8L8: in isSRGBreadable()
3217 case FORMAT_A8L8: return 2; in componentCount()
3939 case FORMAT_A4L4: return FORMAT_A8L8; in selectInternalFormat()
3941 case FORMAT_A8L8: return FORMAT_A8L8; in selectInternalFormat()
DSurface.hpp196 FORMAT_A8L8, enumerator
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp1269 case GL_UNSIGNED_BYTE: return sw::FORMAT_A8L8; in ConvertReadFormatType()
/external/swiftshader/src/OpenGL/common/
DImage.cpp423 case GL_LUMINANCE8_ALPHA8_EXT: return sw::FORMAT_A8L8; in SelectInternalFormat()