Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
1542 case FORMAT_X8B8G8R8I: return 4; in bytes()
2643 case FORMAT_X8B8G8R8I: in isFloatFormat()
2804 case FORMAT_X8B8G8R8I: in isUnsignedComponent()
2907 case FORMAT_X8B8G8R8I: in isSignedNonNormalizedInteger()
2967 case FORMAT_X8B8G8R8I: return 3; in componentCount()
3657 case FORMAT_X8B8G8R8I: in selectInternalFormat()
3658 return FORMAT_X8B8G8R8I; in selectInternalFormat()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.cpp178 case FORMAT_X8B8G8R8I: in sampleTexture()
405 case FORMAT_X8B8G8R8I: in sampleTexture()
1854 case FORMAT_X8B8G8R8I: in sampleTexel()
1865 if(state.textureFormat == FORMAT_X8B8G8R8I) in sampleTexel()
2607 case FORMAT_X8B8G8R8I: in has16bitTextureFormat()
2693 case FORMAT_X8B8G8R8I: in has8bitTextureComponents()
2754 case FORMAT_X8B8G8R8I: in has16bitTextureComponents()
2828 case FORMAT_X8B8G8R8I: in has32bitIntegerTextureComponents()
2906 case FORMAT_X8B8G8R8I: in hasYuvFormat()
2976 case FORMAT_X8B8G8R8I: return component < 3; in isRGBComponent()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.cpp331 case GL_RGB8I: return sw::FORMAT_X8B8G8R8I; in SelectInternalFormat()
1473 ASSERT_OR_RETURN(internalformat == GL_RGB8I && getExternalFormat() == sw::FORMAT_X8B8G8R8I); in loadImageData()