HomeSort by relevance Sort by last modified time
    Searched full:point_step (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/gpu/command_buffer/tests/
gl_pointcoord_unittest.cc 111 GLint point_step = max_point_size / 4; local
112 point_step = std::max(1, point_step);
127 for (GLint yy = 0; yy < max_point_size; yy += point_step) {
128 for (GLint xx = 0; xx < max_point_size; xx += point_step) {

Completed in 53 milliseconds