Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DBlitter.cpp343 case FORMAT_G16R16I: in read()
599 case FORMAT_G16R16I: in write()
816 case FORMAT_G16R16I: in read()
895 case FORMAT_G16R16I: in write()
1024 case FORMAT_G16R16I: in GetScale()
DSurface.hpp104 FORMAT_G16R16I, enumerator
DSurface.cpp211 case FORMAT_G16R16I: in write()
697 case FORMAT_G16R16I: in read()
1561 case FORMAT_G16R16I: return 4; in bytes()
2664 case FORMAT_G16R16I: in isFloatFormat()
2797 case FORMAT_G16R16I: in isUnsignedComponent()
2912 case FORMAT_G16R16I: in isSignedNonNormalizedInteger()
2986 case FORMAT_G16R16I: return 2; in componentCount()
3613 case FORMAT_G16R16I: in selectInternalFormat()
3614 return FORMAT_G16R16I; in selectInternalFormat()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.cpp185 case FORMAT_G16R16I: in sampleTexture()
400 case FORMAT_G16R16I: in sampleTexture()
2650 case FORMAT_G16R16I: in has16bitTextureFormat()
2724 case FORMAT_G16R16I: in has8bitTextureComponents()
2798 case FORMAT_G16R16I: in has16bitTextureComponents()
2847 case FORMAT_G16R16I: in has32bitIntegerTextureComponents()
2946 case FORMAT_G16R16I: in hasYuvFormat()
3016 case FORMAT_G16R16I: return component < 2; in isRGBComponent()
DPixelProgram.cpp719 case FORMAT_G16R16I: in rasterOperation()
839 case FORMAT_G16R16I: in clampColor()
DPixelRoutine.cpp2243 case FORMAT_G16R16I: in writeColor()
2440 case FORMAT_G16R16I: in writeColor()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.cpp338 case GL_RG16I: return sw::FORMAT_G16R16I; in SelectInternalFormat()
1521 ASSERT_OR_RETURN(internalformat == GL_RG16I && getExternalFormat() == sw::FORMAT_G16R16I); in loadImageData()