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()1799 case FORMAT_A8B8G8R8_SNORM: in sampleTexel()2602 case FORMAT_A8B8G8R8_SNORM: in has16bitTextureFormat()2688 case FORMAT_A8B8G8R8_SNORM: in has8bitTextureComponents()2749 case FORMAT_A8B8G8R8_SNORM: in has16bitTextureComponents()2823 case FORMAT_A8B8G8R8_SNORM: in has32bitIntegerTextureComponents()2901 case FORMAT_A8B8G8R8_SNORM: in hasYuvFormat()2971 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()1555 case FORMAT_A8B8G8R8_SNORM: return 4; in bytes()2661 case FORMAT_A8B8G8R8_SNORM: in isFloatFormat()2781 case FORMAT_A8B8G8R8_SNORM: in isUnsignedComponent()2979 case FORMAT_A8B8G8R8_SNORM:return 4; in componentCount()3636 case FORMAT_A8B8G8R8_SNORM: in selectInternalFormat()3637 return FORMAT_A8B8G8R8_SNORM; in selectInternalFormat()
393 case GL_RGBA8_SNORM: return sw::FORMAT_A8B8G8R8_SNORM; in SelectInternalFormat()1338 …RT_OR_RETURN(internalformat == GL_RGBA8_SNORM && getExternalFormat() == sw::FORMAT_A8B8G8R8_SNORM); in loadImageData()