Searched refs:swapBuffers (Results 1 – 11 of 11) sorted by relevance
4 GL_ENTRY(void, swapBuffers, uint32_t pid, uint32_t surface)
211 virtual void swapBuffers(Surface* srfc) = 0;
302 void swapBuffers(Surface* srfc);745 void EglOsEglDisplay::swapBuffers(Surface* surface) { in swapBuffers() function in __anon6e909d630111::EglOsEglDisplay
356 virtual void swapBuffers(EglOS::Surface* srfc) { in swapBuffers() function in __anonc68725700111::MacDisplay
570 virtual void swapBuffers(EglOS::Surface* srfc) { in swapBuffers() function in __anon150808160111::GlxDisplay
1185 virtual void swapBuffers(EglOS::Surface* srfc) { in swapBuffers() function in __anond828e2f50111::WglDisplay
1260 dpy->nativeType()->swapBuffers(Srfc->native()); in eglSwapBuffers()
390 virtual EGLBoolean swapBuffers() = 0;472 virtual EGLBoolean swapBuffers();775 EGLBoolean egl_window_surface_t::swapBuffers() in swapBuffers() function in egl_window_surface_t848 virtual EGLBoolean swapBuffers() { return EGL_TRUE; } in swapBuffers() function2189 EGLBoolean ret = d->swapBuffers(); in eglSwapBuffers()
603 void (*swapBuffers)(__DRIdrawable *drawable); member
564 server->utEnc()->swapBuffers(server->utEnc(), getpid(), (uint32_t)surface); in eglSwapBuffers()