OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swapbuffers
(Results
76 - 100
of
396
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/cc/base/
swap_promise.h
27
// new frame data has no actual damage so LayerTreeHostImpl::
SwapBuffers
()
/external/chromium_org/cc/output/
renderer.h
74
virtual void
SwapBuffers
(const CompositorFrameMetadata& metadata) = 0;
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
...]
/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
();
/external/chromium_org/content/plugin/
webplugin_accelerated_surface_proxy_mac.cc
78
surface_->
SwapBuffers
();
/external/chromium_org/content/renderer/gpu/
mailbox_output_surface.h
40
virtual void
SwapBuffers
(cc::CompositorFrame* frame) OVERRIDE;
/external/chromium_org/mojo/examples/pepper_container_app/
graphics_3d_resource.h
34
virtual int32_t
SwapBuffers
(
/external/chromium_org/native_client_sdk/doc_generated/devguide/coding/
3D-graphics.html
247
two processes. Only certain Pepper functions use callbacks; <a class="reference external" href="/native-client/pepper_stable/c/struct_p_p_b___graphics3_d__1__0#a293c6941c0da084267ffba3954793497">
SwapBuffers
</a>
249
</section><section id="
swapbuffers
-and-its-callback-function">
250
<h3 id="
swapbuffers
-and-its-callback-function"><code>
SwapBuffers
</code> and its callback function</h3>
251
<p><code>
SwapBuffers
</code> is non-blocking; it is called from the Native Client thread and
252
returns immediately. When <code>
SwapBuffers
</code> is called, it runs asynchronously on
259
that does the rendering work and then executes <code>
SwapBuffers
</code>, passing itself
262
documentation for <code>
SwapBuffers
</code> explains why this is optimal: because the
271
<code>
SwapBuffers
</code> calls from Native Client to the main thread. All OpenGL ES 2.0
278
calls <code>Render</code> to do the rendering work, and then invokes <code>
SwapBuffers
</code>
[
all
...]
/external/chromium_org/ppapi/api/
pp_graphics_3d.idl
58
* with
SwapBuffers
. The initial value is chosen by the implementation.
/external/chromium_org/ppapi/c/
pp_graphics_3d.h
71
* with
SwapBuffers
. The initial value is chosen by the implementation.
/external/chromium_org/ppapi/c/private/
ppb_flash_fullscreen.h
41
* and
swapbuffers
will execute as if the resource was off-screen. The
/external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.h
40
virtual int32_t
SwapBuffers
(scoped_refptr<TrackedCallback> callback) OVERRIDE;
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp
109
void SkANGLEGLContext::
swapBuffers
() const {
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp
108
void SkMesaGLContext::
swapBuffers
() const { }
/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.";
/external/chromium_org/ui/ozone/platform/dri/
dri_surface.cc
61
void DriSurface::
SwapBuffers
() {
/external/chromium_org/ui/ozone/platform/dri/test/
mock_dri_wrapper.cc
75
static_cast<ui::HardwareDisplayController*>(data)->surface()->
SwapBuffers
();
/external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp
109
void SkANGLEGLContext::
swapBuffers
() const {
/external/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp
108
void SkMesaGLContext::
swapBuffers
() const { }
/frameworks/av/cmds/screenrecord/
EglWindow.h
64
void
swapBuffers
() const;
/frameworks/base/libs/hwui/
DrawProfiler.h
56
float
swapBuffers
;
/frameworks/base/libs/hwui/renderthread/
EglManager.h
50
bool
swapBuffers
(EGLSurface surface);
/frameworks/native/cmds/flatland/
GLHelper.h
63
bool
swapBuffers
(EGLSurface surface);
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglOsApi.h
47
void
swapBuffers
(EGLNativeInternalDisplayType dpy,EGLNativeSurfaceType srfc);
/sdk/emulator/opengl/tests/ut_renderer/
Renderer.h
48
int
swapBuffers
(RenderingThread *thread, const ClientHandle & surface);
Completed in 903 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>