Home
last modified time | relevance | path

Searched refs:FORMAT_G8R8 (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
DSurface.cpp249 return sw::FORMAT_G8R8; in getClientBufferFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp173 case FORMAT_G8R8: in sampleTexture()
425 case FORMAT_G8R8: in sampleTexture()
1892 case FORMAT_G8R8: in sampleTexel()
2620 case FORMAT_G8R8: in has16bitTextureFormat()
2672 case FORMAT_G8R8: in has8bitTextureComponents()
2767 case FORMAT_G8R8: in has16bitTextureComponents()
2833 case FORMAT_G8R8: in has32bitIntegerTextureComponents()
2919 case FORMAT_G8R8: in hasYuvFormat()
2989 case FORMAT_G8R8: return component < 2; in isRGBComponent()
DPixelRoutine.cpp1094 case FORMAT_G8R8: in readPixel()
1409 case FORMAT_G8R8: in writeColor()
1528 case FORMAT_G8R8: in writeColor()
1735 case FORMAT_G8R8: in writeColor()
DPixelProgram.cpp645 case FORMAT_G8R8: in rasterOperation()
789 case FORMAT_G8R8: in clampColor()
/external/swiftshader/src/Renderer/
DSurface.hpp102 FORMAT_G8R8, enumerator
DSurface.cpp198 case FORMAT_G8R8: in write()
667 case FORMAT_G8R8: in read()
1601 case FORMAT_G8R8: return 2; in bytes()
2818 case FORMAT_G8R8: in isFloatFormat()
2906 case FORMAT_G8R8: in isUnsignedComponent()
3166 case FORMAT_G8R8: return 2; in componentCount()
3802 case FORMAT_G8R8: in selectInternalFormat()
3803 return FORMAT_G8R8; in selectInternalFormat()
3906 return FORMAT_G8R8; in selectInternalFormat()
DBlitter.cpp337 case FORMAT_G8R8: in read()
567 case FORMAT_G8R8: in write()
995 case FORMAT_G8R8: in GetScale()
/external/swiftshader/src/OpenGL/common/
DImage.cpp328 case GL_RG8: return sw::FORMAT_G8R8; in SelectInternalFormat()
1235 case sw::FORMAT_G8R8: return GL_RG8; in getClientBufferInternalFormat()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp1312 case GL_UNSIGNED_BYTE: return sw::FORMAT_G8R8; in ConvertReadFormatType()