Searched refs:FORMAT_A8B8G8R8_SNORM (Results 1 – 5 of 5) sorted by relevance
170 case FORMAT_A8B8G8R8_SNORM: in sampleTexture()422 case FORMAT_A8B8G8R8_SNORM: in sampleTexture()1798 case FORMAT_A8B8G8R8_SNORM: in sampleTexel()2603 case FORMAT_A8B8G8R8_SNORM: in has16bitTextureFormat()2689 case FORMAT_A8B8G8R8_SNORM: in has8bitTextureComponents()2750 case FORMAT_A8B8G8R8_SNORM: in has16bitTextureComponents()2824 case FORMAT_A8B8G8R8_SNORM: in has32bitIntegerTextureComponents()2902 case FORMAT_A8B8G8R8_SNORM: in hasYuvFormat()2972 case FORMAT_A8B8G8R8_SNORM: return component < 3; in isRGBComponent()
92 FORMAT_A8B8G8R8_SNORM, enumerator
267 case FORMAT_A8B8G8R8_SNORM: in read()542 case FORMAT_A8B8G8R8_SNORM: in write()1007 case FORMAT_A8B8G8R8_SNORM: in GetScale()
150 case FORMAT_A8B8G8R8_SNORM: in write()581 case FORMAT_A8B8G8R8_SNORM: in read()1596 case FORMAT_A8B8G8R8_SNORM: return 4; in bytes()2824 case FORMAT_A8B8G8R8_SNORM: in isFloatFormat()2944 case FORMAT_A8B8G8R8_SNORM: in isUnsignedComponent()3170 case FORMAT_A8B8G8R8_SNORM:return 4; in componentCount()3827 case FORMAT_A8B8G8R8_SNORM: in selectInternalFormat()3828 return FORMAT_A8B8G8R8_SNORM; in selectInternalFormat()
421 case GL_RGBA8_SNORM: return sw::FORMAT_A8B8G8R8_SNORM; in SelectInternalFormat()1400 …RT_OR_RETURN(internalformat == GL_RGBA8_SNORM && getExternalFormat() == sw::FORMAT_A8B8G8R8_SNORM); in loadImageData()