Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DSurface9.cpp375 case D3DFMT_A8L8: return sw::FORMAT_A8L8; in translateFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp255 case FORMAT_A8L8: in sampleTexture()
512 case FORMAT_A8L8: in sampleTexture()
1816 case FORMAT_A8L8: in sampleTexel()
2237 case FORMAT_A8L8: in has16bitTextureFormat()
2284 case FORMAT_A8L8: in has8bitTextureComponents()
2382 case FORMAT_A8L8: in has16bitTextureComponents()
2459 case FORMAT_A8L8: in hasYuvFormat()
2528 case FORMAT_A8L8: return component < 1; in isRGBComponent()
/external/swiftshader/src/OpenGL/common/
DImage.cpp446 case GL_UNSIGNED_BYTE: return sw::FORMAT_A8L8; in ConvertFormatType()
454 return sw::FORMAT_A8L8; in ConvertFormatType()
745 return sw::FORMAT_A8L8; in SelectInternalFormat()
/external/swiftshader/src/Renderer/
DSurface.hpp180 FORMAT_A8L8, enumerator
DSurface.cpp347 case FORMAT_A8L8: in write()
899 case FORMAT_A8L8: in read()
1569 case FORMAT_A8L8: return 2; in bytes()
2693 case FORMAT_A8L8: in isFloatFormat()
2766 case FORMAT_A8L8: in isUnsignedComponent()
2814 case FORMAT_A8L8: in isSRGBreadable()
3011 case FORMAT_A8L8: return 2; in componentCount()
3634 case FORMAT_A4L4: return FORMAT_A8L8; in selectInternalFormat()
3636 case FORMAT_A8L8: return FORMAT_A8L8; in selectInternalFormat()
/external/swiftshader/src/OpenGL/libGL/
DImage.cpp178 return sw::FORMAT_A8L8; in selectInternalFormat()