Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
Dformatutils.h79 GLuint compressedBlockWidth; member
Dformatutils.cpp262 compressedBlockWidth(0), in InternalFormat()
351 static InternalFormat CompressedFormat(GLuint compressedBlockWidth, GLuint compressedBlockHeight, G… in CompressedFormat() argument
358 formatInfo.compressedBlockWidth = compressedBlockWidth; in CompressedFormat()
592 GLsizei numBlocksWide = (width + compressedBlockWidth - 1) / compressedBlockWidth; in computeBlockSize()
DvalidationES.cpp201 …| (static_cast<GLuint>(width) > formatInfo.compressedBlockWidth && width % formatInfo.compresse… in ValidCompressedImageSize()
1360 if (((width % formatInfo.compressedBlockWidth) != 0 && width != textureLevelWidth) || in ValidateCopyTexImageParametersBase()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Dformatutils11.cpp670 … unsigned int blockSize = formatInfo.compressedBlockWidth * formatInfo.compressedBlockHeight; in InsertD3D11FormatInfo()