HomeSort by relevance Sort by last modified time
    Searched defs:SetSwapInterval (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/gl/
gl_context_stub.cc 36 void GLContextStub::SetSwapInterval(int interval) {
gl_context_wgl.cc 134 void GLContextWGL::SetSwapInterval(int interval) {
gl_context_egl.cc 175 void GLContextEGL::SetSwapInterval(int interval) {
gl_context_glx.cc 166 void GLContextGLX::SetSwapInterval(int interval) {
gl_context_osmesa.cc 126 void GLContextOSMesa::SetSwapInterval(int interval) {
gl_context_cgl.cc 233 void GLContextCGL::SetSwapInterval(int interval) {
235 LOG(WARNING) << "GLContex: GLContextCGL::SetSwapInterval is ignored.";
  /external/chromium_org/gpu/command_buffer/service/
gl_context_virtual.cc 85 void GLContextVirtual::SetSwapInterval(int interval) {
86 shared_context_->SetSwapInterval(interval);
  /external/chromium_org/content/common/gpu/
image_transport_surface.cc 163 void ImageTransportHelper::SetSwapInterval(gfx::GLContext* context) {
168 context->SetSwapInterval(0);
173 context->SetSwapInterval(0);
175 context->SetSwapInterval(1);
276 ImageTransportHelper::SetSwapInterval(context);

Completed in 288 milliseconds