Searched refs:FORMAT_X8B8G8R8_SNORM (Results 1 – 5 of 5) sorted by relevance
169 case FORMAT_X8B8G8R8_SNORM: in sampleTexture()421 case FORMAT_X8B8G8R8_SNORM: in sampleTexture()1852 case FORMAT_X8B8G8R8_SNORM: in sampleTexel()2602 case FORMAT_X8B8G8R8_SNORM: in has16bitTextureFormat()2688 case FORMAT_X8B8G8R8_SNORM: in has8bitTextureComponents()2749 case FORMAT_X8B8G8R8_SNORM: in has16bitTextureComponents()2823 case FORMAT_X8B8G8R8_SNORM: in has32bitIntegerTextureComponents()2901 case FORMAT_X8B8G8R8_SNORM: in hasYuvFormat()2971 case FORMAT_X8B8G8R8_SNORM: return component < 3; in isRGBComponent()
292 case FORMAT_X8B8G8R8_SNORM: in read()545 case FORMAT_X8B8G8R8_SNORM: in write()546 if(writeA && (state.destFormat == FORMAT_X8B8G8R8I || state.destFormat == FORMAT_X8B8G8R8_SNORM)) in write()1006 case FORMAT_X8B8G8R8_SNORM: in GetScale()
88 FORMAT_X8B8G8R8_SNORM, enumerator
169 case FORMAT_X8B8G8R8_SNORM: in write()622 case FORMAT_X8B8G8R8_SNORM: in read()1595 case FORMAT_X8B8G8R8_SNORM: return 4; in bytes()2823 case FORMAT_X8B8G8R8_SNORM: in isFloatFormat()2970 case FORMAT_X8B8G8R8_SNORM: in isUnsignedComponent()3169 case FORMAT_X8B8G8R8_SNORM:return 3; in componentCount()3852 case FORMAT_X8B8G8R8_SNORM: in selectInternalFormat()3853 return FORMAT_X8B8G8R8_SNORM; in selectInternalFormat()
420 case GL_RGB8_SNORM: return sw::FORMAT_X8B8G8R8_SNORM; in SelectInternalFormat()1484 …ERT_OR_RETURN(internalformat == GL_RGB8_SNORM && getExternalFormat() == sw::FORMAT_X8B8G8R8_SNORM); in loadImageData()