Searched refs:kSubImageHeight (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc2452 const GLsizei kSubImageHeight = 4; local
2500 scoped_ptr<uint32[]> pixels(new uint32[kSubImageWidth * kSubImageHeight]);
2501 for (int y = 0; y < kSubImageHeight; ++y) {
2508 kSubImageHeight, GL_RGBA, GL_UNSIGNED_BYTE, pixels.get());

Completed in 614 milliseconds