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

  /external/chromium_org/third_party/angle/tests/perf_tests/
TexSubImage.h 13 int subImageWidth;
TexSubImage.cpp 20 << " - " << subImageWidth << "x" << subImageHeight << " updates";
127 mPixels = new GLubyte[mParams.subImageWidth * mParams.subImageHeight * 4];
132 for (int x = 0; x < mParams.subImageWidth; ++x)
134 int offset = (x + (y * mParams.subImageWidth)) * 4;
188 rand() % (mParams.imageWidth - mParams.subImageWidth),
190 mParams.subImageWidth, mParams.subImageHeight,
SimpleBenchmarks.cpp 96 params.subImageWidth = 64;

Completed in 2693 milliseconds