Lines Matching refs:internalTextureFormat
53 internalTextureFormat = FORMAT_NULL; in Sampler()
93 state.textureFormat = internalTextureFormat; in samplerState()
99 …&& Surface::isSRGBreadable(externalTextureFormat)) || Surface::isSRGBformat(internalTextureFormat); in samplerState()
127 internalTextureFormat = surface->getInternalFormat(); in setTextureLevel()
158 if(Surface::isFloatFormat(internalTextureFormat)) in setTextureLevel()
225 if(internalTextureFormat == FORMAT_YV12_BT601 || in setTextureLevel()
226 internalTextureFormat == FORMAT_YV12_BT709 || in setTextureLevel()
227 internalTextureFormat == FORMAT_YV12_JFIF) in setTextureLevel()
388 return Surface::isUnsignedComponent(internalTextureFormat, 0) && in hasUnsignedTexture()
389 Surface::isUnsignedComponent(internalTextureFormat, 1) && in hasUnsignedTexture()
390 Surface::isUnsignedComponent(internalTextureFormat, 2) && in hasUnsignedTexture()
391 Surface::isUnsignedComponent(internalTextureFormat, 3); in hasUnsignedTexture()
454 if(gather && Surface::componentCount(internalTextureFormat) == 1) in getTextureFilter()
507 if(internalTextureFormat == FORMAT_D32FS8_SHADOW) in getCompareFunc()