Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp1505 case GL_RGB16I: return sw::FORMAT_X16B16G16R16I; in ConvertRenderbufferFormat()
1611 case sw::FORMAT_X16B16G16R16I: in GetRedSize()
1672 case sw::FORMAT_X16B16G16R16I: in GetGreenSize()
1724 case sw::FORMAT_X16B16G16R16I: in GetBlueSize()
1831 case sw::FORMAT_X16B16G16R16I: in GetComponentType()
DFramebuffer.cpp519 case sw::FORMAT_X16B16G16R16I: in getImplementationColorReadFormat()
593 case sw::FORMAT_X16B16G16R16I: in getImplementationColorReadType()
/external/swiftshader/src/Renderer/
DBlitter.cpp221 case FORMAT_X16B16G16R16I: in read()
498 case FORMAT_X16B16G16R16I: in write()
732 case FORMAT_X16B16G16R16I: in read()
823 case FORMAT_X16B16G16R16I: in write()
960 case FORMAT_X16B16G16R16I: in GetScale()
DSurface.hpp99 FORMAT_X16B16G16R16I, enumerator
DSurface.cpp219 case FORMAT_X16B16G16R16I: in write()
725 case FORMAT_X16B16G16R16I: in read()
1500 case FORMAT_X16B16G16R16I: return 8; in bytes()
2677 case FORMAT_X16B16G16R16I: in isFloatFormat()
2797 case FORMAT_X16B16G16R16I: in isUnsignedComponent()
2929 case FORMAT_X16B16G16R16I: in isNonNormalizedInteger()
2979 case FORMAT_X16B16G16R16I: return 3; in componentCount()
3476 case FORMAT_X16B16G16R16I: in selectInternalFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp211 case FORMAT_X16B16G16R16I: in sampleTexture()
407 case FORMAT_X16B16G16R16I: in sampleTexture()
463 case FORMAT_X16B16G16R16I: in sampleTexture()
2252 case FORMAT_X16B16G16R16I: in has16bitTextureFormat()
2325 case FORMAT_X16B16G16R16I: in has8bitTextureComponents()
2398 case FORMAT_X16B16G16R16I: in has16bitTextureComponents()
2471 case FORMAT_X16B16G16R16I: in hasYuvFormat()
2540 case FORMAT_X16B16G16R16I: return component < 3; in isRGBComponent()
/external/swiftshader/src/OpenGL/common/
DImage.cpp802 return sw::FORMAT_X16B16G16R16I; in SelectInternalFormat()