Searched refs:swapBuffers (Results 1 – 9 of 9) sorted by relevance
/sdk/emulator/opengl/tests/ut_rendercontrol_dec/ |
D | ut_rendercontrol.in | 4 GL_ENTRY(void, swapBuffers, uint32_t pid, uint32_t surface)
|
/sdk/emulator/opengl/tests/ut_renderer/ |
D | Renderer.h | 48 int swapBuffers(RenderingThread *thread, const ClientHandle & surface);
|
D | Renderer.cpp | 172 int Renderer::swapBuffers(RenderingThread *thread, in swapBuffers() function in Renderer
|
D | RenderingThread.cpp | 254 Renderer::instance()->swapBuffers(m_tls, Renderer::ClientHandle(pid, surface)); in s_swapBuffers()
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglOsApi.h | 47 void swapBuffers(EGLNativeInternalDisplayType dpy,EGLNativeSurfaceType srfc);
|
D | EglMacApi.cpp | 199 void swapBuffers(EGLNativeDisplayType dpy,EGLNativeSurfaceType srfc){ in swapBuffers() function
|
D | EglX11Api.cpp | 272 void swapBuffers(EGLNativeDisplayType dpy,EGLNativeSurfaceType srfc){ in swapBuffers() function
|
D | EglWindowsApi.cpp | 567 void swapBuffers(EGLNativeInternalDisplayType display,EGLNativeSurfaceType srfc){ in swapBuffers() function
|
D | EglImp.cpp | 791 EglOS::swapBuffers(dpy->nativeType(),Srfc->native()); in eglSwapBuffers()
|