Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DFramebuffer.cpp546 case sw::FORMAT_R8: in getImplementationColorReadFormat()
579 case sw::FORMAT_R8: in getImplementationColorReadType()
Dutilities.cpp1493 case GL_R8: return sw::FORMAT_R8; in ConvertRenderbufferFormat()
1641 case sw::FORMAT_R8: in GetRedSize()
1861 case sw::FORMAT_R8: in GetComponentType()
/external/swiftshader/src/Renderer/
DSurface.hpp59 FORMAT_R8, // UI_SNORM enumerator
DBlitter.cpp154 case FORMAT_R8: in read()
482 case FORMAT_R8: in write()
928 case FORMAT_R8: in GetScale()
DSurface.cpp75 case FORMAT_R8: in write()
425 case FORMAT_R8: in read()
1457 case FORMAT_R8: return 1; in bytes()
2690 case FORMAT_R8: in isFloatFormat()
2763 case FORMAT_R8: in isUnsignedComponent()
3004 case FORMAT_R8: return 1; in componentCount()
3466 case FORMAT_R8: in selectInternalFormat()
3467 return FORMAT_R8; in selectInternalFormat()
3600 return FORMAT_R8; in selectInternalFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp195 case FORMAT_R8: in sampleTexture()
479 case FORMAT_R8: in sampleTexture()
2235 case FORMAT_R8: in has16bitTextureFormat()
2282 case FORMAT_R8: in has8bitTextureComponents()
2380 case FORMAT_R8: in has16bitTextureComponents()
2457 case FORMAT_R8: in hasYuvFormat()
2526 case FORMAT_R8: return component < 1; in isRGBComponent()
/external/swiftshader/src/OpenGL/common/
DImage.cpp749 return sw::FORMAT_R8; in SelectInternalFormat()