Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DSamplerCore.cpp184 case FORMAT_G16R16: in sampleTexture()
426 case FORMAT_G16R16: in sampleTexture()
2643 case FORMAT_G16R16: in has16bitTextureFormat()
2709 case FORMAT_G16R16: in has8bitTextureComponents()
2794 case FORMAT_G16R16: in has16bitTextureComponents()
2843 case FORMAT_G16R16: in has32bitIntegerTextureComponents()
2942 case FORMAT_G16R16: in hasYuvFormat()
3012 case FORMAT_G16R16: return component < 2; in isRGBComponent()
DPixelRoutine.cpp1147 case FORMAT_G16R16: in readPixel()
1543 case FORMAT_G16R16: in writeColor()
1801 case FORMAT_G16R16: in writeColor()
DPixelProgram.cpp677 case FORMAT_G16R16: in rasterOperation()
821 case FORMAT_G16R16: in clampColor()
DPixelPipeline.cpp319 case FORMAT_G16R16: in rasterOperation()
/external/swiftshader/src/Renderer/
DSurface.hpp103 FORMAT_G16R16, enumerator
DBlitter.cpp348 case FORMAT_G16R16: in read()
641 case FORMAT_G16R16: in write()
1023 case FORMAT_G16R16: in GetScale()
DSurface.cpp208 case FORMAT_G16R16: in write()
705 case FORMAT_G16R16: in read()
1563 case FORMAT_G16R16: return 4; in bytes()
2666 case FORMAT_G16R16: in isFloatFormat()
2747 case FORMAT_G16R16: in isUnsignedComponent()
2988 case FORMAT_G16R16: return 2; in componentCount()
3617 case FORMAT_G16R16: in selectInternalFormat()
3618 return FORMAT_G16R16; in selectInternalFormat()
4108 else if(internal.format == FORMAT_G16R16) in resolve()