Home
last modified time | relevance | path

Searched refs:actualInternalFormat (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/metal/
Dmtl_format_utils.h73 const gl::InternalFormat &actualInternalFormat() const;
Dmtl_format_utils.mm135 const gl::InternalFormat &Format::actualInternalFormat() const
DTextureMtl.mm1139 bool sRGB = mFormat.actualInternalFormat().colorEncoding == GL_SRGB;
/external/angle/src/libANGLE/
DvalidationES3.cpp599 GLenum actualInternalFormat = in ValidateES3TexImageParametersBase() local
601 if (isSubImage && actualInternalFormat == GL_NONE) in ValidateES3TexImageParametersBase()
629 if (format != actualInternalFormat) in ValidateES3TexImageParametersBase()
636 if (actualInternalFormat == GL_ETC1_RGB8_OES && in ValidateES3TexImageParametersBase()
645 if (!ValidCompressedImageSize(context, actualInternalFormat, level, width, height, in ValidateES3TexImageParametersBase()
668 if (!ValidateTexImageFormatCombination(context, texType, actualInternalFormat, format, in ValidateES3TexImageParametersBase()
DvalidationES2.cpp1041 GLenum actualInternalFormat = in ValidateES2TexImageParametersBase() local
1045 const InternalFormat &internalFormatInfo = GetSizedInternalFormatInfo(actualInternalFormat); in ValidateES2TexImageParametersBase()
1069 if (actualInternalFormat == GL_ETC1_RGB8_OES && in ValidateES2TexImageParametersBase()
1076 if (!ValidCompressedSubImageSize(context, actualInternalFormat, xoffset, yoffset, 0, in ValidateES2TexImageParametersBase()
1085 if (format != actualInternalFormat) in ValidateES2TexImageParametersBase()
1093 if (!ValidCompressedImageSize(context, actualInternalFormat, level, width, height, 1)) in ValidateES2TexImageParametersBase()