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

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_framebuffers.cc 441 GLint read_end_x = std::max(0, std::min(kWidth, in_read_x + in_read_width)); local
443 GLint read_width = read_end_x - read_x;
    [all...]
gles2_cmd_decoder.cc 7674 GLint read_end_x = std::max(0, std::min(max_size.width(), max_x)); local
    [all...]

Completed in 64 milliseconds