Searched refs:actualFormatInfo (Results 1 – 1 of 1) sorted by relevance
607 const InternalFormat &actualFormatInfo = isSubImage in ValidateES3TexImageParametersBase() local612 if (!actualFormatInfo.compressed) in ValidateES3TexImageParametersBase()621 context, actualFormatInfo.internalFormat, xoffset, yoffset, zoffset, width, in ValidateES3TexImageParametersBase()653 if (!actualFormatInfo.textureSupport(context->getClientVersion(), context->getExtensions())) in ValidateES3TexImageParametersBase()660 if (actualFormatInfo.compressedBlockDepth > 1 && texType != TextureType::_2DArray) in ValidateES3TexImageParametersBase()678 if (isCompressed != actualFormatInfo.compressed) in ValidateES3TexImageParametersBase()