Home
last modified time | relevance | path

Searched refs:FORMAT_L16 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DSurface9.cpp383 case D3DFMT_L16: return sw::FORMAT_L16; in translateFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp226 case FORMAT_L16: in sampleTexture()
454 case FORMAT_L16: in sampleTexture()
2643 case FORMAT_L16: in has16bitTextureFormat()
2709 case FORMAT_L16: in has8bitTextureComponents()
2794 case FORMAT_L16: in has16bitTextureComponents()
2843 case FORMAT_L16: in has32bitIntegerTextureComponents()
2942 case FORMAT_L16: in hasYuvFormat()
3012 case FORMAT_L16: return component < 1; in isRGBComponent()
/external/swiftshader/src/Renderer/
DSurface.hpp195 FORMAT_L16, enumerator
DSurface.cpp379 case FORMAT_L16: in write()
946 case FORMAT_L16: in read()
1673 case FORMAT_L16: return 2; in bytes()
2846 case FORMAT_L16: in isFloatFormat()
2935 case FORMAT_L16: in isUnsignedComponent()
3216 case FORMAT_L16: return 1; in componentCount()
3940 case FORMAT_L16: return FORMAT_L16; in selectInternalFormat()