Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DSurface9.cpp374 case D3DFMT_L16: return sw::FORMAT_L16; in translateFormat()
/external/swiftshader/src/Renderer/
DSurface.hpp179 FORMAT_L16, enumerator
DSurface.cpp344 case FORMAT_L16: in write()
894 case FORMAT_L16: in read()
1568 case FORMAT_L16: return 2; in bytes()
2692 case FORMAT_L16: in isFloatFormat()
2765 case FORMAT_L16: in isUnsignedComponent()
3010 case FORMAT_L16: return 1; in componentCount()
3635 case FORMAT_L16: return FORMAT_L16; in selectInternalFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp250 case FORMAT_L16: in sampleTexture()
507 case FORMAT_L16: in sampleTexture()
2242 case FORMAT_L16: in has16bitTextureFormat()
2307 case FORMAT_L16: in has8bitTextureComponents()
2391 case FORMAT_L16: in has16bitTextureComponents()
2464 case FORMAT_L16: in hasYuvFormat()
2533 case FORMAT_L16: return component < 1; in isRGBComponent()