Searched refs:actualInternalFormat (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_format_utils.h | 73 const gl::InternalFormat &actualInternalFormat() const;
|
D | mtl_format_utils.mm | 135 const gl::InternalFormat &Format::actualInternalFormat() const
|
D | TextureMtl.mm | 1139 bool sRGB = mFormat.actualInternalFormat().colorEncoding == GL_SRGB;
|
/external/angle/src/libANGLE/ |
D | validationES3.cpp | 599 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()
|
D | validationES2.cpp | 1041 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()
|