Home
last modified time | relevance | path

Searched refs:FORMAT_G32R32I (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DBlitter.cpp354 case FORMAT_G32R32I: in read()
681 case FORMAT_G32R32I: in write()
837 case FORMAT_G32R32I: in read()
939 case FORMAT_G32R32I: in write()
1032 case FORMAT_G32R32I: in GetScale()
DSurface.hpp106 FORMAT_G32R32I, enumerator
DSurface.cpp218 case FORMAT_G32R32I: in write()
833 case FORMAT_G32R32I: in read()
1564 case FORMAT_G32R32I: return 8; in bytes()
2690 case FORMAT_G32R32I: in isFloatFormat()
2798 case FORMAT_G32R32I: in isUnsignedComponent()
2916 case FORMAT_G32R32I: in isSignedNonNormalizedInteger()
2989 case FORMAT_G32R32I: return 2; in componentCount()
3619 case FORMAT_G32R32I: in selectInternalFormat()
3620 return FORMAT_G32R32I; in selectInternalFormat()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.cpp194 case FORMAT_G32R32I: in sampleTexture()
402 case FORMAT_G32R32I: in sampleTexture()
2613 case FORMAT_G32R32I: in has16bitTextureFormat()
2716 case FORMAT_G32R32I: in has8bitTextureComponents()
2760 case FORMAT_G32R32I: in has16bitTextureComponents()
2875 case FORMAT_G32R32I: in has32bitIntegerTextureComponents()
2912 case FORMAT_G32R32I: in hasYuvFormat()
2982 case FORMAT_G32R32I: return component < 2; in isRGBComponent()
DPixelRoutine.cpp2076 case FORMAT_G32R32I: in alphaBlend()
2241 case FORMAT_G32R32I: in writeColor()
2402 case FORMAT_G32R32I: in writeColor()
DPixelProgram.cpp713 case FORMAT_G32R32I: in rasterOperation()
833 case FORMAT_G32R32I: in clampColor()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.cpp346 case GL_RG32I: return sw::FORMAT_G32R32I; in SelectInternalFormat()
1527 ASSERT_OR_RETURN(internalformat == GL_RG32I && getExternalFormat() == sw::FORMAT_G32R32I); in loadImageData()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp1281 case GL_INT: return sw::FORMAT_G32R32I; in ConvertReadFormatType()