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

1 2

  /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 105 void GLXInterface::SwapBuffers() {
egl_stuff.cc 93 void EGLInterface::SwapBuffers() {
waffle_stuff.cc 172 void WaffleInterface::SwapBuffers() {
windowmanagertest.cc 150 g_main_gl_interface->SwapBuffers();
utils.cc 359 g_main_gl_interface->SwapBuffers();
362 g_main_gl_interface->SwapBuffers();
testbase.cc 28 g_main_gl_interface->SwapBuffers();
  /frameworks/base/libs/hwui/
FrameInfo.h 48 SwapBuffers,
114 set(FrameInfoIndex::SwapBuffers) = systemTime(CLOCK_MONOTONIC);
FrameInfoVisualizer.cpp 60 { FrameInfoIndex::IssueDrawCommandsStart, FrameInfoIndex::SwapBuffers, Color::Red_500},
61 { FrameInfoIndex::SwapBuffers, FrameInfoIndex::FrameCompleted, Color::Orange_500},
262 durationMS(i, FrameInfoIndex::IssueDrawCommandsStart, FrameInfoIndex::SwapBuffers),
263 durationMS(i, FrameInfoIndex::SwapBuffers, FrameInfoIndex::FrameCompleted));
  /external/libvpx/libvpx/test/
y4m_video_source.h 99 void SwapBuffers(Y4mVideoSource *other) {
active_map_refresh_test.cc 97 y4m_video->SwapBuffers(y4m_holder_);
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 102 void (*SwapBuffers)(__DRIdrawable *driDrawPriv);
drisw_util.c 331 driDriverAPI.SwapBuffers(pdp);
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 98 bool SwapBuffers();
123 // before swapBuffers to associate the timestamp with the frame
124 // resulting from swapBuffers.
  /external/mesa3d/src/egl/main/
eglfallbacks.c 82 drv->API.SwapBuffers = (SwapBuffers_t) _eglReturnFalse;
eglapi.h 157 SwapBuffers_t SwapBuffers;
  /external/mesa3d/src/mesa/drivers/x11/
realglx.c 64 glx.SwapBuffers = _real_glXSwapBuffers;
glxapi.h 77 void (*SwapBuffers)(Display *dpy, GLXDrawable drawable);
  /external/skia/src/gpu/gl/win/
SkCreatePlatformGLContext_win.cpp 179 if (!SwapBuffers(dc)) {
180 SkDebugf("Could not complete SwapBuffers.\n");
  /external/mesa3d/src/gallium/state_trackers/dri/sw/
drisw.c 359 .SwapBuffers = drisw_swap_buffers,
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 112 return gl_env ? ToJBool(gl_env->SwapBuffers()) : JNI_FALSE;

Completed in 1334 milliseconds

1 2