Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp1497 case GL_RGB8I: return sw::FORMAT_X8B8G8R8I; in ConvertRenderbufferFormat()
1645 case sw::FORMAT_X8B8G8R8I: in GetRedSize()
1700 case sw::FORMAT_X8B8G8R8I: in GetGreenSize()
1746 case sw::FORMAT_X8B8G8R8I: in GetBlueSize()
1827 case sw::FORMAT_X8B8G8R8I: in GetComponentType()
DFramebuffer.cpp517 case sw::FORMAT_X8B8G8R8I: in getImplementationColorReadFormat()
589 case sw::FORMAT_X8B8G8R8I: in getImplementationColorReadType()
/external/swiftshader/src/Renderer/
DBlitter.cpp203 case FORMAT_X8B8G8R8I: in read()
456 case FORMAT_X8B8G8R8I: in write()
458 if(writeA && (format == FORMAT_X8B8G8R8I || format == FORMAT_X8B8G8R8I_SNORM)) in write()
706 case FORMAT_X8B8G8R8I: in read()
797 case FORMAT_X8B8G8R8I: in write()
951 case FORMAT_X8B8G8R8I: in GetScale()
DSurface.hpp74 FORMAT_X8B8G8R8I, enumerator
DSurface.cpp158 case FORMAT_X8B8G8R8I: in write()
599 case FORMAT_X8B8G8R8I: in read()
1477 case FORMAT_X8B8G8R8I: return 4; in bytes()
2654 case FORMAT_X8B8G8R8I: in isFloatFormat()
2796 case FORMAT_X8B8G8R8I: in isUnsignedComponent()
2921 case FORMAT_X8B8G8R8I: in isNonNormalizedInteger()
2956 case FORMAT_X8B8G8R8I: return 3; in componentCount()
3544 case FORMAT_X8B8G8R8I: in selectInternalFormat()
3545 return FORMAT_X8B8G8R8I; in selectInternalFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp202 case FORMAT_X8B8G8R8I: in sampleTexture()
395 case FORMAT_X8B8G8R8I: in sampleTexture()
461 case FORMAT_X8B8G8R8I: in sampleTexture()
1786 case FORMAT_X8B8G8R8I: in sampleTexel()
2208 case FORMAT_X8B8G8R8I: in has16bitTextureFormat()
2293 case FORMAT_X8B8G8R8I: in has8bitTextureComponents()
2353 case FORMAT_X8B8G8R8I: in has16bitTextureComponents()
2430 case FORMAT_X8B8G8R8I: in hasYuvFormat()
2499 case FORMAT_X8B8G8R8I: return component < 3; in isRGBComponent()
/external/swiftshader/src/OpenGL/common/
DImage.cpp726 return sw::FORMAT_X8B8G8R8I; in SelectInternalFormat()