HomeSort by relevance Sort by last modified time
    Searched defs:SwapBuffers (Results 26 - 50 of 55) sorted by null

12 3

  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 209 void Display::SwapBuffers(EGLSurface surface) {
211 context_->SwapBuffers();
  /external/chromium_org/mojo/examples/pepper_container_app/
graphics_3d_resource.cc 69 int32_t Graphics3DResource::SwapBuffers(
149 // TODO(yzshen): Use this notification to drive the SwapBuffers() callback.
  /external/chromium_org/ui/gl/
gl_surface_wgl.cc 251 bool NativeViewGLSurfaceWGL::SwapBuffers() {
270 return ::SwapBuffers(device_context_) == TRUE;
345 bool PbufferGLSurfaceWGL::SwapBuffers() {
346 NOTREACHED() << "Attempted to call SwapBuffers on a pbuffer.";
gl_surface.cc 281 bool GLSurfaceAdapter::SwapBuffers() {
282 return surface_->SwapBuffers();
gl_surface_egl.cc 400 bool NativeViewGLSurfaceEGL::SwapBuffers() {
559 bool PbufferGLSurfaceEGL::SwapBuffers() {
560 NOTREACHED() << "Attempted to call SwapBuffers on a PbufferGLSurfaceEGL.";
641 bool SurfacelessEGL::SwapBuffers() {
642 LOG(ERROR) << "Attempted to call SwapBuffers with SurfacelessEGL.";
gl_surface_glx.cc 484 bool NativeViewGLSurfaceGLX::SwapBuffers() {
653 bool PbufferGLSurfaceGLX::SwapBuffers() {
654 NOTREACHED() << "Attempted to call SwapBuffers on a pbuffer.";
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_BWin.h 193 virtual void SwapBuffers(void) {
195 SDL_GLView->SwapBuffers();
  /external/chromium_org/content/common/gpu/
image_transport_surface.cc 102 TRACE_EVENT_INSTANT2("test_gpu", "SwapBuffers",
245 bool PassThroughImageTransportSurface::SwapBuffers() {
246 // GetVsyncValues before SwapBuffers to work around Mali driver bug:
249 bool result = gfx::GLSurfaceAdapter::SwapBuffers();
texture_image_transport_surface.cc 142 // If a swapbuffers is in flight, wait for the ack before releasing the front
211 bool TextureImageTransportSurface::SwapBuffers() {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
dri_util.h 102 void (*SwapBuffers)(__DRIdrawable *driDrawPriv);
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 102 void (*SwapBuffers)(__DRIdrawable *driDrawPriv);
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 108 bool GLEnv::SwapBuffers() {
  /external/chromium_org/cc/output/
overlay_unittest.cc 532 void SwapBuffers() { renderer_->SwapBuffers(CompositorFrameMetadata()); }
576 SwapBuffers();
608 SwapBuffers();
640 SwapBuffers();
672 SwapBuffers();
679 SwapBuffers();
687 SwapBuffers();
698 SwapBuffers();
707 SwapBuffers();
    [all...]
gl_renderer_unittest.cc 169 void SwapBuffers() { renderer_->SwapBuffers(CompositorFrameMetadata()); }
332 SwapBuffers();
    [all...]
software_renderer.cc 159 void SoftwareRenderer::SwapBuffers(const CompositorFrameMetadata& metadata) {
160 TRACE_EVENT0("cc,benchmark", "SoftwareRenderer::SwapBuffers");
164 output_surface_->SwapBuffers(&compositor_frame);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_unittest.cc 99 void SwapBuffers(std::vector<uint8_t>* payload) {
473 packet_cb_.SwapBuffers(&last_payload_vec_);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.h 157 SwapBuffers_t SwapBuffers;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.h 77 void (*SwapBuffers)(Display *dpy, GLXDrawable drawable);
  /external/mesa3d/src/egl/main/
eglapi.h 157 SwapBuffers_t SwapBuffers;
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 77 void (*SwapBuffers)(Display *dpy, GLXDrawable drawable);
  /external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper_autogen.h     [all...]
gles2_interface_stub_impl_autogen.h 647 void GLES2InterfaceStub::SwapBuffers() {
    [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation.cc 926 void GLES2Implementation::SwapBuffers() {
935 // the scheduler yields between the InsertToken and the SwapBuffers.
937 helper_->SwapBuffers();
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc     [all...]

Completed in 708 milliseconds

12 3