Home
last modified time | relevance | path

Searched refs:nonLinearFormat (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DvalidationES.cpp3214 const GLenum nonLinearFormat = in ValidateCopyCompressedFormatCompatible() local
3220 return (nonLinearFormat == GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT); in ValidateCopyCompressedFormatCompatible()
3222 return (nonLinearFormat == GL_COMPRESSED_SRGB_S3TC_DXT1_EXT); in ValidateCopyCompressedFormatCompatible()
3224 return (nonLinearFormat == GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT); in ValidateCopyCompressedFormatCompatible()
3226 return (nonLinearFormat == GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT); in ValidateCopyCompressedFormatCompatible()
3228 return (nonLinearFormat == GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT); in ValidateCopyCompressedFormatCompatible()
3230 return (nonLinearFormat == GL_COMPRESSED_SRGB8_ETC2); in ValidateCopyCompressedFormatCompatible()
3232 return (nonLinearFormat == GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2); in ValidateCopyCompressedFormatCompatible()
3234 return (nonLinearFormat == GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC); in ValidateCopyCompressedFormatCompatible()
3236 return (nonLinearFormat == GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR); in ValidateCopyCompressedFormatCompatible()
[all …]
Dformatutils.h93 GLenum nonLinearFormat = GetNonLinearFormat(*rendertargetformat); in ColorspaceFormatOverride() local
94 if (nonLinearFormat != GL_NONE) in ColorspaceFormatOverride()
96 *rendertargetformat = nonLinearFormat; in ColorspaceFormatOverride()
DImage.cpp437 GLenum nonLinearFormat = mState.format.info->sizedInternalFormat; in initialize() local
438 if (!gl::ColorspaceFormatOverride(mState.colorspace, &nonLinearFormat)) in initialize()
443 mState.format = gl::Format(nonLinearFormat); in initialize()