Home
last modified time | relevance | path

Searched refs:FORMAT_X16B16G16R16I (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Renderer/
DBlitter.cpp309 case FORMAT_X16B16G16R16I: in read()
586 case FORMAT_X16B16G16R16I: in write()
814 case FORMAT_X16B16G16R16I: in read()
889 case FORMAT_X16B16G16R16I: in write()
1026 case FORMAT_X16B16G16R16I: in GetScale()
DSurface.hpp112 FORMAT_X16B16G16R16I, enumerator
DSurface.cpp241 case FORMAT_X16B16G16R16I: in write()
777 case FORMAT_X16B16G16R16I: in read()
1607 case FORMAT_X16B16G16R16I: return 8; in bytes()
2830 case FORMAT_X16B16G16R16I: in isFloatFormat()
2968 case FORMAT_X16B16G16R16I: in isUnsignedComponent()
3102 case FORMAT_X16B16G16R16I: in isSignedNonNormalizedInteger()
3182 case FORMAT_X16B16G16R16I: return 3; in componentCount()
3774 case FORMAT_X16B16G16R16I: in selectInternalFormat()
3775 return FORMAT_X16B16G16R16I; in selectInternalFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp187 case FORMAT_X16B16G16R16I: in sampleTexture()
407 case FORMAT_X16B16G16R16I: in sampleTexture()
2653 case FORMAT_X16B16G16R16I: in has16bitTextureFormat()
2727 case FORMAT_X16B16G16R16I: in has8bitTextureComponents()
2801 case FORMAT_X16B16G16R16I: in has16bitTextureComponents()
2850 case FORMAT_X16B16G16R16I: in has32bitIntegerTextureComponents()
2949 case FORMAT_X16B16G16R16I: in hasYuvFormat()
3019 case FORMAT_X16B16G16R16I: return component < 3; in isRGBComponent()
/external/swiftshader/src/OpenGL/common/
DImage.cpp339 case GL_RGB16I: return sw::FORMAT_X16B16G16R16I; in SelectInternalFormat()
1541 … ASSERT_OR_RETURN(internalformat == GL_RGB16I && getExternalFormat() == sw::FORMAT_X16B16G16R16I); in loadImageData()