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()
1566 case FORMAT_X16B16G16R16I: return 8; in bytes()
2667 case FORMAT_X16B16G16R16I: in isFloatFormat()
2805 case FORMAT_X16B16G16R16I: in isUnsignedComponent()
2911 case FORMAT_X16B16G16R16I: in isSignedNonNormalizedInteger()
2991 case FORMAT_X16B16G16R16I: return 3; in componentCount()
3583 case FORMAT_X16B16G16R16I: in selectInternalFormat()
3584 return FORMAT_X16B16G16R16I; in selectInternalFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp187 case FORMAT_X16B16G16R16I: in sampleTexture()
407 case FORMAT_X16B16G16R16I: in sampleTexture()
2652 case FORMAT_X16B16G16R16I: in has16bitTextureFormat()
2726 case FORMAT_X16B16G16R16I: in has8bitTextureComponents()
2800 case FORMAT_X16B16G16R16I: in has16bitTextureComponents()
2849 case FORMAT_X16B16G16R16I: in has32bitIntegerTextureComponents()
2948 case FORMAT_X16B16G16R16I: in hasYuvFormat()
3018 case FORMAT_X16B16G16R16I: return component < 3; in isRGBComponent()
/external/swiftshader/src/OpenGL/common/
DImage.cpp339 case GL_RGB16I: return sw::FORMAT_X16B16G16R16I; in SelectInternalFormat()
1479 … ASSERT_OR_RETURN(internalformat == GL_RGB16I && getExternalFormat() == sw::FORMAT_X16B16G16R16I); in loadImageData()