Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3DSurface8.cpp268 case D3DFMT_L8: return sw::FORMAT_L8; in translateFormat()
/external/swiftshader/src/D3D9/
DDirect3DSurface9.cpp381 case D3DFMT_L8: return sw::FORMAT_L8; in translateFormat()
/external/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()
/external/swiftshader/src/Renderer/
DSurface.hpp193 FORMAT_L8, enumerator
DSurface.cpp373 case FORMAT_L8: in write()
931 case FORMAT_L8: in read()
1671 case FORMAT_L8: return 1; in bytes()
2849 case FORMAT_L8: in isFloatFormat()
2938 case FORMAT_L8: in isUnsignedComponent()
2988 case FORMAT_L8: in isSRGBreadable()
3219 case FORMAT_L8: return 1; in componentCount()
3942 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()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp1219 case GL_UNSIGNED_BYTE: return sw::FORMAT_L8; in ConvertReadFormatType()
/external/swiftshader/src/OpenGL/common/
DImage.cpp422 case GL_LUMINANCE8_EXT: return sw::FORMAT_L8; in SelectInternalFormat()