Home
last modified time | relevance | path

Searched refs:FORMAT_X8B8G8R8I (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Renderer/
DBlitter.cpp291 case FORMAT_X8B8G8R8I: in read()
544 case FORMAT_X8B8G8R8I: in write()
546 if(writeA && (state.destFormat == FORMAT_X8B8G8R8I || state.destFormat == FORMAT_X8B8G8R8_SNORM)) in write()
796 case FORMAT_X8B8G8R8I: in read()
863 case FORMAT_X8B8G8R8I: in write()
1017 case FORMAT_X8B8G8R8I: in GetScale()
DSurface.hpp86 FORMAT_X8B8G8R8I, enumerator
DSurface.cpp179 case FORMAT_X8B8G8R8I: in write()
641 case FORMAT_X8B8G8R8I: in read()
1583 case FORMAT_X8B8G8R8I: return 4; in bytes()
2806 case FORMAT_X8B8G8R8I: in isFloatFormat()
2967 case FORMAT_X8B8G8R8I: in isUnsignedComponent()
3098 case FORMAT_X8B8G8R8I: in isSignedNonNormalizedInteger()
3158 case FORMAT_X8B8G8R8I: return 3; in componentCount()
3848 case FORMAT_X8B8G8R8I: in selectInternalFormat()
3849 return FORMAT_X8B8G8R8I; in selectInternalFormat()
/external/swiftshader/src/Shader/
DSamplerCore.cpp178 case FORMAT_X8B8G8R8I: in sampleTexture()
405 case FORMAT_X8B8G8R8I: in sampleTexture()
1853 case FORMAT_X8B8G8R8I: in sampleTexel()
1864 if(state.textureFormat == FORMAT_X8B8G8R8I) in sampleTexel()
2608 case FORMAT_X8B8G8R8I: in has16bitTextureFormat()
2694 case FORMAT_X8B8G8R8I: in has8bitTextureComponents()
2755 case FORMAT_X8B8G8R8I: in has16bitTextureComponents()
2829 case FORMAT_X8B8G8R8I: in has32bitIntegerTextureComponents()
2907 case FORMAT_X8B8G8R8I: in hasYuvFormat()
2977 case FORMAT_X8B8G8R8I: return component < 3; in isRGBComponent()
/external/swiftshader/src/OpenGL/common/
DImage.cpp331 case GL_RGB8I: return sw::FORMAT_X8B8G8R8I; in SelectInternalFormat()
1535 ASSERT_OR_RETURN(internalformat == GL_RGB8I && getExternalFormat() == sw::FORMAT_X8B8G8R8I); in loadImageData()