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

  /external/deqp/modules/gles3/functional/
es3fNegativeTextureApiTests.cpp 520 const deInt32 cubeSize = blockPixels.x() * blockPixels.y(); // Divisible by the block size and square
521 const size_t blockBytes = getBlockSize(tcuFormat) * cubeSize; // We have a x * y grid of blocks
524 glCompressedTexImage2D(faceGL, 0, format, cubeSize, cubeSize, 0, (int)blockBytes, &dummyData[0]);
    [all...]
es3fTextureSpecificationTests.cpp     [all...]

Completed in 68 milliseconds