Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.h215 GLuint compressedBlockDepth; member
Dformatutils.cpp347 compressedBlockDepth(0), in InternalFormat()
718 GLuint compressedBlockDepth, in AddCompressedFormat() argument
734 formatInfo.compressedBlockDepth = compressedBlockDepth; in AddCompressedFormat()
DvalidationES.cpp907 !ValidCompressedDimension(depth, formatInfo.compressedBlockDepth, in ValidCompressedImageSize()
953 zoffset % formatInfo.compressedBlockDepth != 0) in ValidCompressedSubImageSize()
962 (depth % formatInfo.compressedBlockDepth) == 0; in ValidCompressedSubImageSize()
DvalidationES3.cpp585 if (actualFormatInfo.compressedBlockDepth > 1 && texType != TextureType::_2DArray) in ValidateES3TexImageParametersBase()
DFrameCapture.cpp3135 ASSERT(format.compressedBlockDepth == 1); in captureCompressedTextureData()