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

  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 173 static const size_t kMaxSwapBuffers = 2;
gles2_implementation.cc 845 // All it means is that we could be slightly looser on the kMaxSwapBuffers
851 // Wait if we added too many swap buffers. Add 1 to kMaxSwapBuffers to
853 if (swap_buffers_tokens_.size() > kMaxSwapBuffers + 1) {
    [all...]

Completed in 79 milliseconds