Searched refs:swapBuffers (Results 1 - 25 of 44) sorted by relevance

12

/external/skia/include/gpu/gl/
H A DSkNullGLContext.h17 void swapBuffers() const override {};
H A DSkGLContext.h40 virtual void swapBuffers() const = 0;
/external/skia/src/gpu/gl/debug/
H A DSkDebugGLContext.h17 void swapBuffers() const override {}
/external/skia/include/gpu/gl/angle/
H A DSkANGLEGLContext.h19 void swapBuffers() const override;
/external/skia/src/gpu/gl/mesa/
H A DSkMesaGLContext.h22 void swapBuffers() const override;
H A DSkMesaGLContext.cpp95 void SkMesaGLContext::swapBuffers() const { } function in class:SkMesaGLContext
/external/skia/src/gpu/gl/mac/
H A DSkCreatePlatformGLContext_mac.cpp19 void swapBuffers() const override;
85 void MacGLContext::swapBuffers() const { function in class:__anon14036::MacGLContext
/external/deqp/framework/egl/wrapper/
H A DeglwFunctions.inl54 eglSwapBuffersFunc swapBuffers;
H A DeglwInitCore.inl43 dst->swapBuffers = (eglSwapBuffersFunc) loader->get("eglSwapBuffers");
H A DeglwFuncPtrLibraryDecl.inl54 EGLBoolean swapBuffers (EGLDisplay dpy, EGLSurface surface) const;
H A DeglwFuncPtrLibraryImpl.inl247 EGLBoolean FuncPtrLibrary::swapBuffers (EGLDisplay dpy, EGLSurface surface) const
249 return m_egl.swapBuffers(dpy, surface);
H A DeglwLibrary.inl54 virtual EGLBoolean swapBuffers (EGLDisplay dpy, EGLSurface surface) const = 0;
/external/skia/src/gpu/gl/egl/
H A DSkCreatePlatformGLContext_egl.cpp20 void swapBuffers() const override;
183 void EGLGLContext::swapBuffers() const { function in class:__anon14032::EGLGLContext
/external/skia/src/gpu/gl/win/
H A DSkCreatePlatformGLContext_win.cpp25 void swapBuffers() const override;
167 void WinGLContext::swapBuffers() const { function in class:__anon14037::WinGLContext
/external/deqp/framework/platform/win32/
H A DtcuWGL.hpp195 void swapBuffers (void) const;
H A DtcuWGLContextFactory.cpp148 m_context->swapBuffers();
H A DtcuWin32GLES3Platform.cpp139 m_platformCtx.context->swapBuffers();
H A DtcuWGL.cpp447 void Context::swapBuffers (void) const function in class:tcu::wgl::Context
/external/deqp/modules/egl/
H A DteglSwapBuffersTests.cpp343 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface));
361 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface));
382 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface));
402 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface));
H A DteglResizeTests.cpp361 egl.swapBuffers(m_display, **m_surface);
404 egl.swapBuffers(m_display, **m_surface);
406 egl.swapBuffers(m_display, **m_surface);
501 EGLU_CHECK_CALL(egl, swapBuffers(m_display, **m_surface));
/external/skia/src/gpu/gl/angle/
H A DSkANGLEGLContext.cpp142 void SkANGLEGLContext::swapBuffers() const { function in class:SkANGLEGLContext
/external/skia/src/gpu/gl/glx/
H A DSkCreatePlatformGLContext_glx.cpp52 void swapBuffers() const override;
320 void GLXGLContext::swapBuffers() const { function in class:__anon14034::GLXGLContext
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp135 void swapBuffers (void) { glXSwapBuffers(getXDisplay(), getGLXDrawable()); } function in class:tcu::x11::glx::GlxDrawable
663 m_glxDrawable->swapBuffers();
/external/mesa3d/src/glx/
H A Ddrisw_glx.c567 (*psc->core->swapBuffers) (pdp->driDrawable);
700 psp->swapBuffers = driswSwapBuffers;
/external/icu/icu4c/source/common/
H A Duniset.cpp1267 swapBuffers();
1608 void UnicodeSet::swapBuffers(void) {
1676 swapBuffers();
1789 swapBuffers();
1886 swapBuffers();

Completed in 492 milliseconds

12