HomeSort by relevance Sort by last modified time
    Searched refs:SwapBuffers (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/autotest/client/deps/glbench/src/
swaptest.cc 29 g_main_gl_interface->SwapBuffers();
glx_stuff.h 22 virtual void SwapBuffers();
egl_stuff.h 25 virtual void SwapBuffers();
glinterface.h 48 virtual void SwapBuffers() = 0;
waffle_stuff.h 24 virtual void SwapBuffers();
glx_stuff.cc 107 void GLXInterface::SwapBuffers() {
egl_stuff.cc 96 void EGLInterface::SwapBuffers() {
waffle_stuff.cc 174 void WaffleInterface::SwapBuffers() {
windowmanagertest.cc 150 g_main_gl_interface->SwapBuffers();
  /external/mesa3d/src/gallium/targets/haiku-softpipe/
GalliumContext.h 38 status_t SwapBuffers(context_id contextID);
SoftwareRenderer.h 31 virtual void SwapBuffers(bool vsync = false);
SoftwareRenderer.cpp 137 SwapBuffers();
145 SoftwareRenderer::SwapBuffers(bool vsync)
153 fContextObj->SwapBuffers(fContextID);
  /external/mesa3d/include/HaikuGL/
GLView.h 51 void SwapBuffers();
52 void SwapBuffers(bool vSync);
146 void SwapBuffers();
GLRenderer.h 40 virtual void SwapBuffers(bool VSync = false);
  /frameworks/base/libs/hwui/
FrameInfo.h 48 SwapBuffers,
114 set(FrameInfoIndex::SwapBuffers) = systemTime(CLOCK_MONOTONIC);
FrameInfoVisualizer.cpp 57 { FrameInfoIndex::IssueDrawCommandsStart, FrameInfoIndex::SwapBuffers, Color::Red_500},
58 { FrameInfoIndex::SwapBuffers, FrameInfoIndex::FrameCompleted, Color::Orange_500},
259 durationMS(i, FrameInfoIndex::IssueDrawCommandsStart, FrameInfoIndex::SwapBuffers),
260 durationMS(i, FrameInfoIndex::SwapBuffers, FrameInfoIndex::FrameCompleted));
  /external/mesa3d/src/hgl/
GLRenderer.cpp 59 BGLRenderer::SwapBuffers(bool VSync)
GLView.cpp 88 BGLView::SwapBuffers()
90 SwapBuffers(false);
95 BGLView::SwapBuffers(bool vSync)
99 fRenderer->SwapBuffers(vSync);
512 BGLScreen::SwapBuffers()
  /external/libvpx/libvpx/test/
y4m_video_source.h 91 void SwapBuffers(Y4mVideoSource *other) {
active_map_refresh_test.cc 98 y4m_video->SwapBuffers(y4m_holder_);
  /external/mesa3d/src/egl/main/
eglfallbacks.c 79 drv->API.SwapBuffers = (void*) _eglReturnFalse;
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 99 bool SwapBuffers();
124 // before swapBuffers to associate the timestamp with the frame
125 // resulting from swapBuffers.
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 104 void (*SwapBuffers)(__DRIdrawable *driDrawPriv);
  /external/skia/tools/viewer/sk_app/win/
GLWindowContext_win.cpp 121 SwapBuffers(dc);
  /external/skia/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 183 if (!SwapBuffers(dc)) {
184 SkDebugf("Could not complete SwapBuffers.\n");

Completed in 246 milliseconds

1 2 3