Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp1579 case GL_SRGB8_ALPHA8: return sw::FORMAT_SRGB8_A8; in ConvertRenderbufferFormat()
1630 case sw::FORMAT_SRGB8_A8: in GetAlphaSize()
1687 case sw::FORMAT_SRGB8_A8: in GetRedSize()
1744 case sw::FORMAT_SRGB8_A8: in GetGreenSize()
1792 case sw::FORMAT_SRGB8_A8: in GetBlueSize()
1917 case sw::FORMAT_SRGB8_A8: in GetComponentType()
1952 case sw::FORMAT_SRGB8_A8: return GL_RGBA8_OES; in ConvertBackBufferFormat()
DFramebuffer.cpp511 case sw::FORMAT_SRGB8_A8: return GL_RGBA; in getImplementationColorReadFormat()
581 case sw::FORMAT_SRGB8_A8: return GL_UNSIGNED_BYTE; in getImplementationColorReadType()
/external/swiftshader/src/Main/
DFrameBuffer.cpp331 case FORMAT_SRGB8_A8: in copyRoutine()
623 case FORMAT_SRGB8_A8: in blend()
/external/swiftshader/src/Shader/
DSamplerCore.cpp233 case FORMAT_SRGB8_A8: in sampleTexture()
492 case FORMAT_SRGB8_A8: in sampleTexture()
1800 case FORMAT_SRGB8_A8: in sampleTexel()
2526 case FORMAT_SRGB8_A8: in has16bitTextureFormat()
2577 case FORMAT_SRGB8_A8: in has8bitTextureComponents()
2671 case FORMAT_SRGB8_A8: in has16bitTextureComponents()
2736 case FORMAT_SRGB8_A8: in has32bitIntegerTextureComponents()
2821 case FORMAT_SRGB8_A8: in hasYuvFormat()
2890 case FORMAT_SRGB8_A8: return component < 3; in isRGBComponent()
DPixelRoutine.cpp1003 …return state.targetFormat[index] == FORMAT_SRGB8_A8 || state.targetFormat[index] == FORMAT_SRGB8_X… in isSRGB()
1045 case FORMAT_SRGB8_A8: in readPixel()
1396 case FORMAT_SRGB8_A8: in writeColor()
1481 case FORMAT_SRGB8_A8: in writeColor()
1684 case FORMAT_SRGB8_A8: in writeColor()
1689 …rgetFormat[index] == FORMAT_A8B8G8R8 || state.targetFormat[index] == FORMAT_SRGB8_A8) && rgbaWrite… in writeColor()
DPixelProgram.cpp606 case FORMAT_SRGB8_A8: in rasterOperation()
744 case FORMAT_SRGB8_A8: in clampColor()
/external/swiftshader/src/Renderer/
DSurface.cpp138 case FORMAT_SRGB8_A8: in write()
552 case FORMAT_SRGB8_A8: in read()
1512 case FORMAT_SRGB8_A8: return 4; in bytes()
2716 case FORMAT_SRGB8_A8: in isFloatFormat()
2804 case FORMAT_SRGB8_A8: in isUnsignedComponent()
2886 case FORMAT_SRGB8_A8: in isSRGBreadable()
2915 case FORMAT_SRGB8_A8: in isSRGBwritable()
3048 case FORMAT_SRGB8_A8: return 4; in componentCount()
3652 case FORMAT_SRGB8_A8: in selectInternalFormat()
3653 return FORMAT_SRGB8_A8; in selectInternalFormat()
[all …]
DSurface.hpp83 FORMAT_SRGB8_A8, enumerator
DBlitter.cpp279 case FORMAT_SRGB8_A8: in read()
460 case FORMAT_SRGB8_A8: in write()
1008 case FORMAT_SRGB8_A8: in GetScale()