HomeSort by relevance Sort by last modified time
    Searched refs:compressedBlockWidth (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.h 79 GLuint compressedBlockWidth;
formatutils.cpp 262 compressedBlockWidth(0),
351 static InternalFormat CompressedFormat(GLuint compressedBlockWidth, GLuint compressedBlockHeight, GLuint compressedBlockSize,
358 formatInfo.compressedBlockWidth = compressedBlockWidth;
    [all...]
validationES.cpp 201 if (width < 0 || (static_cast<GLuint>(width) > formatInfo.compressedBlockWidth && width % formatInfo.compressedBlockWidth != 0) ||
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
formatutils11.cpp     [all...]

Completed in 458 milliseconds