Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DFramebuffer.cpp530 case sw::FORMAT_G8R8I: in getImplementationColorReadFormat()
588 case sw::FORMAT_G8R8I: in getImplementationColorReadType()
Dutilities.cpp1496 case GL_RG8I: return sw::FORMAT_G8R8I; in ConvertRenderbufferFormat()
1644 case sw::FORMAT_G8R8I: in GetRedSize()
1699 case sw::FORMAT_G8R8I: in GetGreenSize()
1826 case sw::FORMAT_G8R8I: in GetComponentType()
/external/swiftshader/src/Renderer/
DBlitter.cpp243 case FORMAT_G8R8I: in read()
463 case FORMAT_G8R8I: in write()
708 case FORMAT_G8R8I: in read()
803 case FORMAT_G8R8I: in write()
949 case FORMAT_G8R8I: in GetScale()
DSurface.hpp87 FORMAT_G8R8I, enumerator
DSurface.cpp179 case FORMAT_G8R8I: in write()
633 case FORMAT_G8R8I: in read()
1493 case FORMAT_G8R8I: return 2; in bytes()
2665 case FORMAT_G8R8I: in isFloatFormat()
2789 case FORMAT_G8R8I: in isUnsignedComponent()
2922 case FORMAT_G8R8I: in isNonNormalizedInteger()
2963 case FORMAT_G8R8I: return 2; in componentCount()
3492 case FORMAT_G8R8I: in selectInternalFormat()
3493 return FORMAT_G8R8I; in selectInternalFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp200 case FORMAT_G8R8I: in sampleTexture()
394 case FORMAT_G8R8I: in sampleTexture()
454 case FORMAT_G8R8I: in sampleTexture()
1812 case FORMAT_G8R8I: in sampleTexel()
2206 case FORMAT_G8R8I: in has16bitTextureFormat()
2291 case FORMAT_G8R8I: in has8bitTextureComponents()
2351 case FORMAT_G8R8I: in has16bitTextureComponents()
2428 case FORMAT_G8R8I: in hasYuvFormat()
2497 case FORMAT_G8R8I: return component < 2; in isRGBComponent()
/external/swiftshader/src/OpenGL/common/
DImage.cpp719 return sw::FORMAT_G8R8I; in SelectInternalFormat()