Searched refs:compressedBlockWidth (Results 1 – 4 of 4) sorted by relevance
79 GLuint compressedBlockWidth; member
262 compressedBlockWidth(0), in InternalFormat()351 static InternalFormat CompressedFormat(GLuint compressedBlockWidth, GLuint compressedBlockHeight, G… in CompressedFormat() argument358 formatInfo.compressedBlockWidth = compressedBlockWidth; in CompressedFormat()592 GLsizei numBlocksWide = (width + compressedBlockWidth - 1) / compressedBlockWidth; in computeBlockSize()
201 …| (static_cast<GLuint>(width) > formatInfo.compressedBlockWidth && width % formatInfo.compresse… in ValidCompressedImageSize()1360 if (((width % formatInfo.compressedBlockWidth) != 0 && width != textureLevelWidth) || in ValidateCopyTexImageParametersBase()
670 … unsigned int blockSize = formatInfo.compressedBlockWidth * formatInfo.compressedBlockHeight; in InsertD3D11FormatInfo()