Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DFramebuffer.cpp542 case sw::FORMAT_R16I: in getImplementationColorReadFormat()
591 case sw::FORMAT_R16I: in getImplementationColorReadType()
Dutilities.cpp1503 case GL_R16I: return sw::FORMAT_R16I; in ConvertRenderbufferFormat()
1609 case sw::FORMAT_R16I: in GetRedSize()
1829 case sw::FORMAT_R16I: in GetComponentType()
/external/swiftshader/src/Renderer/
DBlitter.cpp159 case FORMAT_R16I: in read()
522 case FORMAT_R16I: in write()
736 case FORMAT_R16I: in read()
831 case FORMAT_R16I: in write()
955 case FORMAT_R16I: in GetScale()
DSurface.hpp60 FORMAT_R16I, enumerator
DSurface.cpp84 case FORMAT_R16I: in write()
649 case FORMAT_R16I: in read()
1459 case FORMAT_R16I: return 2; in bytes()
2672 case FORMAT_R16I: in isFloatFormat()
2781 case FORMAT_R16I: in isUnsignedComponent()
2931 case FORMAT_R16I: in isNonNormalizedInteger()
3005 case FORMAT_R16I: return 1; in componentCount()
3468 case FORMAT_R16I: in selectInternalFormat()
3469 return FORMAT_R16I; in selectInternalFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp206 case FORMAT_R16I: in sampleTexture()
405 case FORMAT_R16I: in sampleTexture()
449 case FORMAT_R16I: in sampleTexture()
2248 case FORMAT_R16I: in has16bitTextureFormat()
2321 case FORMAT_R16I: in has8bitTextureComponents()
2394 case FORMAT_R16I: in has16bitTextureComponents()
2467 case FORMAT_R16I: in hasYuvFormat()
2536 case FORMAT_R16I: return component < 1; in isRGBComponent()
/external/swiftshader/src/OpenGL/common/
DImage.cpp796 return sw::FORMAT_R16I; in SelectInternalFormat()