/device/generic/goldfish/opengl/tests/ut_rendercontrol_enc/ |
ut_rendercontrol.in | 4 GL_ENTRY(void, swapBuffers, uint32_t pid, uint32_t surface)
|
/sdk/emulator/opengl/tests/ut_rendercontrol_dec/ |
ut_rendercontrol.in | 4 GL_ENTRY(void, swapBuffers, uint32_t pid, uint32_t surface)
|
/external/chromium_org/third_party/skia/include/gpu/gl/ |
SkDebugGLContext.h | 19 virtual void swapBuffers() const SK_OVERRIDE {};
|
SkNullGLContext.h | 20 virtual void swapBuffers() const SK_OVERRIDE {};
|
SkANGLEGLContext.h | 25 virtual void swapBuffers() const SK_OVERRIDE;
|
SkMesaGLContext.h | 25 virtual void swapBuffers() const SK_OVERRIDE;
|
/external/chromium_org/ui/gl/ |
gl_surface_stub.cc | 16 bool GLSurfaceStub::SwapBuffers() {
|
gl_surface_osmesa.h | 26 virtual bool SwapBuffers() OVERRIDE; 50 virtual bool SwapBuffers() OVERRIDE;
|
gl_surface_wgl.h | 39 virtual bool SwapBuffers(); 62 virtual bool SwapBuffers();
|
/external/skia/include/gpu/gl/ |
SkDebugGLContext.h | 19 virtual void swapBuffers() const SK_OVERRIDE {};
|
SkNullGLContext.h | 20 virtual void swapBuffers() const SK_OVERRIDE {};
|
SkANGLEGLContext.h | 25 virtual void swapBuffers() const SK_OVERRIDE;
|
SkMesaGLContext.h | 25 virtual void swapBuffers() const SK_OVERRIDE;
|
/frameworks/native/libs/gui/tests/ |
SurfaceTextureGLThreadToGL_test.cpp | 30 swapBuffers(); 49 swapBuffers(); 71 ALOGV("+swapBuffers"); 72 swapBuffers(); 73 ALOGV("-swapBuffers"); 100 ALOGV("+swapBuffers"); 101 swapBuffers(); 102 ALOGV("-swapBuffers"); 130 ALOGV("+swapBuffers"); 131 swapBuffers(); [all...] |
/external/chromium_org/content/common/gpu/ |
image_transport_surface_mac.mm | 18 // SwapBuffers() is called. 25 virtual bool SwapBuffers() OVERRIDE; 32 bool DRTSurfaceOSMesa::SwapBuffers() {
|
/external/chromium_org/ppapi/thunk/ |
ppb_graphics_3d_thunk.cc | 80 int32_t SwapBuffers(PP_Resource context, 82 VLOG(4) << "PPB_Graphics3D::SwapBuffers()"; 86 return enter.SetResult(enter.object()->SwapBuffers(enter.callback())); 97 &SwapBuffers
|
/external/chromium_org/third_party/skia/src/gpu/gl/nacl/ |
SkNativeGLContext_nacl.cpp | 36 void SkNativeGLContext::swapBuffers() const {
|
/external/skia/src/gpu/gl/nacl/ |
SkNativeGLContext_nacl.cpp | 36 void SkNativeGLContext::swapBuffers() const {
|
/external/chromium_org/content/browser/compositor/ |
gpu_browser_compositor_output_surface.cc | 29 void GpuBrowserCompositorOutputSurface::SwapBuffers( 49 OutputSurface::SwapBuffers(frame);
|
/external/chromium_org/ppapi/cpp/ |
graphics_3d.cc | 74 int32_t Graphics3D::SwapBuffers(const CompletionCallback& cc) { 78 return get_interface<PPB_Graphics3D_1_0>()->SwapBuffers(
|
graphics_3d.h | 148 /// SwapBuffers() callback if the surface could not be resized due to 152 /// SwapBuffers() makes the contents of the color buffer available for 155 /// always undefined after calling SwapBuffers(). The contents of the color 160 /// SwapBuffers() runs in asynchronous mode. Specify a callback function and 163 /// with rest of the html page. While you are waiting for a SwapBuffers() 164 /// callback, additional calls to SwapBuffers() will fail. 172 /// SwapBuffers() performs an implicit flush operation on context. 183 /// completion of SwapBuffers(). 188 int32_t SwapBuffers(const CompletionCallback& cc);
|
/external/chromium_org/ppapi/api/ |
ppb_graphics_3d.idl | 42 * g3d->SwapBuffers(context, callback); 221 * Note that the same error code is also returned in the SwapBuffers callback. 222 * It is recommended to handle error in the SwapBuffers callback because 241 * <code>SwapBuffers</code> callback. 257 * SwapBuffers() makes the contents of the color buffer available for 260 * undefined after calling <code>SwapBuffers</code>. The contents of the color 265 * <code>SwapBuffers</code> runs in asynchronous mode. Specify a callback 269 * SwapBuffers callback, additional calls to SwapBuffers will fail. 277 * SwapBuffers performs an implicit flush operation on context [all...] |
/external/chromium_org/ppapi/c/ |
ppb_graphics_3d.h | 55 * g3d->SwapBuffers(context, callback); 221 * Note that the same error code is also returned in the SwapBuffers callback. 222 * It is recommended to handle error in the SwapBuffers callback because 239 * <code>SwapBuffers</code> callback. 251 * SwapBuffers() makes the contents of the color buffer available for 254 * undefined after calling <code>SwapBuffers</code>. The contents of the color 259 * <code>SwapBuffers</code> runs in asynchronous mode. Specify a callback 263 * SwapBuffers callback, additional calls to SwapBuffers will fail. 271 * SwapBuffers performs an implicit flush operation on context [all...] |
/external/chromium_org/third_party/angle/tests/angle_tests/ |
OcclusionQueriesTest.cpp | 79 swapBuffers(); 113 swapBuffers(); 169 swapBuffers();
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
SkNativeGLContext_win.cpp | 117 void SkNativeGLContext::swapBuffers() const { 118 if (!SwapBuffers(fDeviceContext)) { 119 SkDebugf("Could not complete SwapBuffers.\n");
|