Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp1578 case GL_SRGB8: return sw::FORMAT_SRGB8_X8; in ConvertRenderbufferFormat()
1641 case sw::FORMAT_SRGB8_X8: in GetAlphaSize()
1688 case sw::FORMAT_SRGB8_X8: in GetRedSize()
1745 case sw::FORMAT_SRGB8_X8: in GetGreenSize()
1793 case sw::FORMAT_SRGB8_X8: in GetBlueSize()
1918 case sw::FORMAT_SRGB8_X8: in GetComponentType()
1953 case sw::FORMAT_SRGB8_X8: return GL_RGB8_OES; in ConvertBackBufferFormat()
DFramebuffer.cpp521 case sw::FORMAT_SRGB8_X8: return GL_RGBA; in getImplementationColorReadFormat()
580 case sw::FORMAT_SRGB8_X8: return GL_UNSIGNED_BYTE; in getImplementationColorReadType()
/external/swiftshader/src/Main/
DFrameBuffer.cpp330 case FORMAT_SRGB8_X8: in copyRoutine()
622 case FORMAT_SRGB8_X8: in blend()
/external/swiftshader/src/Shader/
DSamplerCore.cpp232 case FORMAT_SRGB8_X8: in sampleTexture()
491 case FORMAT_SRGB8_X8: in sampleTexture()
1856 case FORMAT_SRGB8_X8: in sampleTexel()
2525 case FORMAT_SRGB8_X8: in has16bitTextureFormat()
2576 case FORMAT_SRGB8_X8: in has8bitTextureComponents()
2670 case FORMAT_SRGB8_X8: in has16bitTextureComponents()
2735 case FORMAT_SRGB8_X8: in has32bitIntegerTextureComponents()
2820 case FORMAT_SRGB8_X8: in hasYuvFormat()
2889 case FORMAT_SRGB8_X8: return component < 3; in isRGBComponent()
DPixelRoutine.cpp1003 …eturn state.targetFormat[index] == FORMAT_SRGB8_A8 || state.targetFormat[index] == FORMAT_SRGB8_X8; in isSRGB()
1093 case FORMAT_SRGB8_X8: in readPixel()
1395 case FORMAT_SRGB8_X8: in writeColor()
1480 case FORMAT_SRGB8_X8: in writeColor()
1482 …if(state.targetFormat[index] == FORMAT_X8B8G8R8 || state.targetFormat[index] == FORMAT_SRGB8_X8 ||… in writeColor()
1683 case FORMAT_SRGB8_X8: in writeColor()
1690 …rgetFormat[index] == FORMAT_X8B8G8R8 || state.targetFormat[index] == FORMAT_SRGB8_X8) && rgbaWrite… in writeColor()
1691 …rgetFormat[index] == FORMAT_X8B8G8R8 || state.targetFormat[index] == FORMAT_SRGB8_X8) && rgbaWrite… in writeColor()
DPixelProgram.cpp605 case FORMAT_SRGB8_X8: in rasterOperation()
743 case FORMAT_SRGB8_X8: in clampColor()
/external/swiftshader/src/Renderer/
DSurface.cpp157 case FORMAT_SRGB8_X8: in write()
592 case FORMAT_SRGB8_X8: in read()
1511 case FORMAT_SRGB8_X8: return 4; in bytes()
2715 case FORMAT_SRGB8_X8: in isFloatFormat()
2803 case FORMAT_SRGB8_X8: in isUnsignedComponent()
2885 case FORMAT_SRGB8_X8: in isSRGBreadable()
2914 case FORMAT_SRGB8_X8: in isSRGBwritable()
3047 case FORMAT_SRGB8_X8: return 3; in componentCount()
3650 case FORMAT_SRGB8_X8: in selectInternalFormat()
3651 return FORMAT_SRGB8_X8; in selectInternalFormat()
[all …]
DSurface.hpp82 FORMAT_SRGB8_X8, enumerator
DBlitter.cpp305 case FORMAT_SRGB8_X8: in read()
489 case FORMAT_SRGB8_X8: in write()
1007 case FORMAT_SRGB8_X8: in GetScale()