Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DBlitter.cpp331 case FORMAT_G8R8I: in read()
551 case FORMAT_G8R8I: in write()
798 case FORMAT_G8R8I: in read()
869 case FORMAT_G8R8I: in write()
1015 case FORMAT_G8R8I: in GetScale()
DSurface.hpp99 FORMAT_G8R8I, enumerator
DSurface.cpp201 case FORMAT_G8R8I: in write()
675 case FORMAT_G8R8I: in read()
1600 case FORMAT_G8R8I: return 2; in bytes()
2817 case FORMAT_G8R8I: in isFloatFormat()
2959 case FORMAT_G8R8I: in isUnsignedComponent()
3099 case FORMAT_G8R8I: in isSignedNonNormalizedInteger()
3165 case FORMAT_G8R8I: return 2; in componentCount()
3796 case FORMAT_G8R8I: in selectInternalFormat()
3797 return FORMAT_G8R8I; in selectInternalFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp176 case FORMAT_G8R8I: in sampleTexture()
398 case FORMAT_G8R8I: in sampleTexture()
1899 case FORMAT_G8R8I: in sampleTexel()
2606 case FORMAT_G8R8I: in has16bitTextureFormat()
2692 case FORMAT_G8R8I: in has8bitTextureComponents()
2753 case FORMAT_G8R8I: in has16bitTextureComponents()
2827 case FORMAT_G8R8I: in has32bitIntegerTextureComponents()
2905 case FORMAT_G8R8I: in hasYuvFormat()
2975 case FORMAT_G8R8I: return component < 2; in isRGBComponent()
DPixelRoutine.cpp2238 case FORMAT_G8R8I: in writeColor()
2463 case FORMAT_G8R8I: in writeColor()
2475 if(state.targetFormat[index] == FORMAT_G8R8I) in writeColor()
DPixelProgram.cpp696 case FORMAT_G8R8I: in rasterOperation()
816 case FORMAT_G8R8I: in clampColor()
/external/swiftshader/src/OpenGL/common/
DImage.cpp330 case GL_RG8I: return sw::FORMAT_G8R8I; in SelectInternalFormat()
1577 ASSERT_OR_RETURN(internalformat == GL_RG8I && getExternalFormat() == sw::FORMAT_G8R8I); in loadImageData()