Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DFramebuffer.cpp533 case sw::FORMAT_G16R16UI: in getImplementationColorReadFormat()
604 case sw::FORMAT_G16R16UI: in getImplementationColorReadType()
Dutilities.cpp1508 case GL_RG16UI: return sw::FORMAT_G16R16UI; in ConvertRenderbufferFormat()
1614 case sw::FORMAT_G16R16UI: in GetRedSize()
1674 case sw::FORMAT_G16R16UI: in GetGreenSize()
1843 case sw::FORMAT_G16R16UI: in GetComponentType()
/external/swiftshader/src/Renderer/
DBlitter.cpp261 case FORMAT_G16R16UI: in read()
552 case FORMAT_G16R16UI: in write()
747 case FORMAT_G16R16UI: in read()
842 case FORMAT_G16R16UI: in write()
959 case FORMAT_G16R16UI: in GetScale()
DSurface.hpp93 FORMAT_G16R16UI, enumerator
DSurface.cpp193 case FORMAT_G16R16UI: in write()
671 case FORMAT_G16R16UI: in read()
1496 case FORMAT_G16R16UI: return 4; in bytes()
2675 case FORMAT_G16R16UI: in isFloatFormat()
2745 case FORMAT_G16R16UI: in isUnsignedComponent()
2934 case FORMAT_G16R16UI: in isNonNormalizedInteger()
2975 case FORMAT_G16R16UI: return 2; in componentCount()
3502 case FORMAT_G16R16UI: in selectInternalFormat()
3503 return FORMAT_G16R16UI; in selectInternalFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp210 case FORMAT_G16R16UI: in sampleTexture()
412 case FORMAT_G16R16UI: in sampleTexture()
457 case FORMAT_G16R16UI: in sampleTexture()
2251 case FORMAT_G16R16UI: in has16bitTextureFormat()
2324 case FORMAT_G16R16UI: in has8bitTextureComponents()
2397 case FORMAT_G16R16UI: in has16bitTextureComponents()
2470 case FORMAT_G16R16UI: in hasYuvFormat()
2539 case FORMAT_G16R16UI: return component < 2; in isRGBComponent()
/external/swiftshader/src/OpenGL/common/
DImage.cpp817 return sw::FORMAT_G16R16UI; in SelectInternalFormat()