Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:compressedBlockWidth

262       compressedBlockWidth(0),
351 static InternalFormat CompressedFormat(GLuint compressedBlockWidth, GLuint compressedBlockHeight, GLuint compressedBlockSize,
358 formatInfo.compressedBlockWidth = compressedBlockWidth;
592 GLsizei numBlocksWide = (width + compressedBlockWidth - 1) / compressedBlockWidth;