Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES3.cpp607 const InternalFormat &actualFormatInfo = isSubImage in ValidateES3TexImageParametersBase() local
612 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()