Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DFramebuffer.cpp540 case sw::FORMAT_R8I: in getImplementationColorReadFormat()
587 case sw::FORMAT_R8I: in getImplementationColorReadType()
Dutilities.cpp1495 case GL_R8I: return sw::FORMAT_R8I; in ConvertRenderbufferFormat()
1643 case sw::FORMAT_R8I: in GetRedSize()
1825 case sw::FORMAT_R8I: in GetComponentType()
/external/swiftshader/src/Renderer/
DBlitter.cpp149 case FORMAT_R8I: in read()
466 case FORMAT_R8I: in write()
710 case FORMAT_R8I: in read()
805 case FORMAT_R8I: in write()
947 case FORMAT_R8I: in GetScale()
DSurface.hpp56 FORMAT_R8I, enumerator
DSurface.cpp78 case FORMAT_R8I: in write()
428 case FORMAT_R8I: in read()
1456 case FORMAT_R8I: return 1; in bytes()
2689 case FORMAT_R8I: in isFloatFormat()
2780 case FORMAT_R8I: in isUnsignedComponent()
2923 case FORMAT_R8I: in isNonNormalizedInteger()
3003 case FORMAT_R8I: return 1; in componentCount()
3460 case FORMAT_R8I: in selectInternalFormat()
3461 return FORMAT_R8I; in selectInternalFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp198 case FORMAT_R8I: in sampleTexture()
393 case FORMAT_R8I: in sampleTexture()
447 case FORMAT_R8I: in sampleTexture()
2204 case FORMAT_R8I: in has16bitTextureFormat()
2289 case FORMAT_R8I: in has8bitTextureComponents()
2349 case FORMAT_R8I: in has16bitTextureComponents()
2426 case FORMAT_R8I: in hasYuvFormat()
2495 case FORMAT_R8I: return component < 1; in isRGBComponent()
/external/swiftshader/src/OpenGL/common/
DImage.cpp712 return sw::FORMAT_R8I; in SelectInternalFormat()