OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swapbuffers
(Results
26 - 50
of
396
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/ui/gl/
gl_surface_osmesa.cc
69
bool GLSurfaceOSMesa::
SwapBuffers
() {
70
NOTREACHED() << "Should not call
SwapBuffers
on an GLSurfaceOSMesa.";
92
bool GLSurfaceOSMesaHeadless::
SwapBuffers
() { return true; }
gl_surface_stub.h
20
virtual bool
SwapBuffers
() OVERRIDE;
gl_surface_egl.h
65
virtual bool
SwapBuffers
() OVERRIDE;
102
virtual bool
SwapBuffers
() OVERRIDE;
130
virtual bool
SwapBuffers
() OVERRIDE;
/external/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp
117
void SkNativeGLContext::
swapBuffers
() const {
118
if (!
SwapBuffers
(fDeviceContext)) {
119
SkDebugf("Could not complete
SwapBuffers
.\n");
/external/chromium_org/android_webview/browser/
aw_gl_surface.cc
24
bool AwGLSurface::
SwapBuffers
() {
aw_gl_surface.h
23
virtual bool
SwapBuffers
() OVERRIDE;
parent_output_surface.cc
21
void ParentOutputSurface::
SwapBuffers
(cc::CompositorFrame* frame) {
parent_output_surface.h
20
virtual void
SwapBuffers
(cc::CompositorFrame* frame) OVERRIDE;
/external/chromium_org/cc/trees/
layer_tree_host_single_thread_client.h
18
// Called whenever the compositor posts a
SwapBuffers
(either full or
/external/chromium_org/content/browser/compositor/
gpu_browser_compositor_output_surface.h
37
virtual void
SwapBuffers
(cc::CompositorFrame* frame) OVERRIDE;
software_browser_compositor_output_surface.h
37
virtual void
SwapBuffers
(cc::CompositorFrame* frame) OVERRIDE;
surface_display_output_surface.h
30
virtual void
SwapBuffers
(cc::CompositorFrame* frame) OVERRIDE;
/external/chromium_org/gpu/command_buffer/service/
gl_surface_mock.h
21
MOCK_METHOD0(
SwapBuffers
, bool());
/external/chromium_org/mojo/gles2/
gles2_support_impl.h
30
virtual void
SwapBuffers
() OVERRIDE;
/external/chromium_org/content/common/gpu/
image_transport_surface_android.cc
44
virtual bool
SwapBuffers
() OVERRIDE;
66
virtual bool
SwapBuffers
() OVERRIDE;
108
bool ImageTransportSurfaceAndroid::
SwapBuffers
() {
155
bool DirectSurfaceAndroid::
SwapBuffers
() {
157
return PassThroughImageTransportSurface::
SwapBuffers
();
image_transport_surface_fbo_mac.h
58
virtual bool
SwapBuffers
() OVERRIDE;
109
// Whether a
SwapBuffers
is pending.
112
// Whether we unscheduled command buffer because of pending
SwapBuffers
.
texture_image_transport_surface.h
36
virtual bool
SwapBuffers
() OVERRIDE;
109
// Whether a
SwapBuffers
is pending.
112
// Whether we unscheduled command buffer because of pending
SwapBuffers
.
/external/chromium_org/third_party/skia/tools/
PictureBenchmark.cpp
82
fRenderer->resetState(true); // flush,
swapBuffers
and Finish
162
tiledRenderer->resetState(false); // flush &
swapBuffers
, but don't Finish
171
tiledRenderer->resetState(true); // flush,
swapBuffers
and Finish
218
fRenderer->resetState(false); // flush &
swapBuffers
, but don't Finish
234
fRenderer->resetState(true); // flush,
swapBuffers
and Finish
/external/skia/tools/
PictureBenchmark.cpp
82
fRenderer->resetState(true); // flush,
swapBuffers
and Finish
162
tiledRenderer->resetState(false); // flush &
swapBuffers
, but don't Finish
171
tiledRenderer->resetState(true); // flush,
swapBuffers
and Finish
218
fRenderer->resetState(false); // flush &
swapBuffers
, but don't Finish
234
fRenderer->resetState(true); // flush,
swapBuffers
and Finish
/external/chromium_org/native_client_sdk/doc_generated/pepper_beta/cpp/
classpp_1_1_graphics3_d.html
31
<tr><td class="memItemLeft" align="right" valign="top">int32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_graphics3_d.html#ae1d1c071bf2737ab310a32558ec5f507">
SwapBuffers
</a> (const <a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a> &cc)</td></tr>
223
<dl class="return"><dt><b>Returns:</b></dt><dd>An int32_t containing <code>PP_ERROR_BADRESOURCE</code> if context is invalid or <code>PP_ERROR_BADARGUMENT</code> if the value specified for width or height is less than zero. <code>PP_ERROR_NOMEMORY</code> might be returned on the next <a class="el" href="classpp_1_1_graphics3_d.html#ae1d1c071bf2737ab310a32558ec5f507" title="
SwapBuffers
() makes the contents of the color buffer available for compositing.">
SwapBuffers
()</a> callback if the surface could not be resized due to insufficient resources. </dd></dl>
253
<a class="anchor" id="ae1d1c071bf2737ab310a32558ec5f507"></a><!-- doxytag: member="pp::Graphics3D::
SwapBuffers
" ref="ae1d1c071bf2737ab310a32558ec5f507" args="(const CompletionCallback &cc)" -->
258
<td class="memname">int32_t <a class="el" href="classpp_1_1_graphics3_d.html#ae1d1c071bf2737ab310a32558ec5f507">pp::Graphics3D::
SwapBuffers
</a> </td>
267
<p><a class="el" href="classpp_1_1_graphics3_d.html#ae1d1c071bf2737ab310a32558ec5f507" title="
SwapBuffers
() makes the contents of the color buffer available for compositing.">
SwapBuffers
()</a> makes the contents of the color buffer available for compositing. </p>
268
<p>This function has no effect on off-screen surfaces: surfaces not bound to any module instance. The contents of ancillary buffers are always undefined after calling <a class="el" href="classpp_1_1_graphics3_d.html#ae1d1c071bf2737ab310a32558ec5f507" title="
SwapBuffers
() makes the contents of the color buffer available for compositing.">
SwapBuffers
()</a>. The contents of the color buffer are undefined if the value of the <code>PP_GRAPHICS3DATTRIB_SWAP_BEHAVIOR</code> attribute of context is not <code>PP_GRAPHICS3DATTRIB_BUFFER_PRESERVED</code>.</p>
269
<p><a class="el" href="classpp_1_1_graphics3_d.html#ae1d1c071bf2737ab310a32558ec5f507" title="
SwapBuffers
() makes the contents of the color buffer available for compositing.">SwapBuffers()</a> runs in asy (…)
[
all
...]
/external/chromium_org/native_client_sdk/doc_generated/pepper_dev/cpp/
classpp_1_1_graphics3_d.html
31
<tr><td class="memItemLeft" align="right" valign="top">int32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_graphics3_d.html#ae1d1c071bf2737ab310a32558ec5f507">
SwapBuffers
</a> (const <a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a> &cc)</td></tr>
223
<dl class="return"><dt><b>Returns:</b></dt><dd>An int32_t containing <code>PP_ERROR_BADRESOURCE</code> if context is invalid or <code>PP_ERROR_BADARGUMENT</code> if the value specified for width or height is less than zero. <code>PP_ERROR_NOMEMORY</code> might be returned on the next <a class="el" href="classpp_1_1_graphics3_d.html#ae1d1c071bf2737ab310a32558ec5f507" title="
SwapBuffers
() makes the contents of the color buffer available for compositing.">
SwapBuffers
()</a> callback if the surface could not be resized due to insufficient resources. </dd></dl>
253
<a class="anchor" id="ae1d1c071bf2737ab310a32558ec5f507"></a><!-- doxytag: member="pp::Graphics3D::
SwapBuffers
" ref="ae1d1c071bf2737ab310a32558ec5f507" args="(const CompletionCallback &cc)" -->
258
<td class="memname">int32_t <a class="el" href="classpp_1_1_graphics3_d.html#ae1d1c071bf2737ab310a32558ec5f507">pp::Graphics3D::
SwapBuffers
</a> </td>
267
<p><a class="el" href="classpp_1_1_graphics3_d.html#ae1d1c071bf2737ab310a32558ec5f507" title="
SwapBuffers
() makes the contents of the color buffer available for compositing.">
SwapBuffers
()</a> makes the contents of the color buffer available for compositing. </p>
268
<p>This function has no effect on off-screen surfaces: surfaces not bound to any module instance. The contents of ancillary buffers are always undefined after calling <a class="el" href="classpp_1_1_graphics3_d.html#ae1d1c071bf2737ab310a32558ec5f507" title="
SwapBuffers
() makes the contents of the color buffer available for compositing.">
SwapBuffers
()</a>. The contents of the color buffer are undefined if the value of the <code>PP_GRAPHICS3DATTRIB_SWAP_BEHAVIOR</code> attribute of context is not <code>PP_GRAPHICS3DATTRIB_BUFFER_PRESERVED</code>.</p>
269
<p><a class="el" href="classpp_1_1_graphics3_d.html#ae1d1c071bf2737ab310a32558ec5f507" title="
SwapBuffers
() makes the contents of the color buffer available for compositing.">SwapBuffers()</a> runs in asy (…)
[
all
...]
/external/chromium_org/native_client_sdk/doc_generated/pepper_stable/cpp/
classpp_1_1_graphics3_d.html
31
<tr><td class="memItemLeft" align="right" valign="top">int32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_graphics3_d.html#ae1d1c071bf2737ab310a32558ec5f507">
SwapBuffers
</a> (const <a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a> &cc)</td></tr>
223
<dl class="return"><dt><b>Returns:</b></dt><dd>An int32_t containing <code>PP_ERROR_BADRESOURCE</code> if context is invalid or <code>PP_ERROR_BADARGUMENT</code> if the value specified for width or height is less than zero. <code>PP_ERROR_NOMEMORY</code> might be returned on the next <a class="el" href="classpp_1_1_graphics3_d.html#ae1d1c071bf2737ab310a32558ec5f507" title="
SwapBuffers
() makes the contents of the color buffer available for compositing.">
SwapBuffers
()</a> callback if the surface could not be resized due to insufficient resources. </dd></dl>
253
<a class="anchor" id="ae1d1c071bf2737ab310a32558ec5f507"></a><!-- doxytag: member="pp::Graphics3D::
SwapBuffers
" ref="ae1d1c071bf2737ab310a32558ec5f507" args="(const CompletionCallback &cc)" -->
258
<td class="memname">int32_t <a class="el" href="classpp_1_1_graphics3_d.html#ae1d1c071bf2737ab310a32558ec5f507">pp::Graphics3D::
SwapBuffers
</a> </td>
267
<p><a class="el" href="classpp_1_1_graphics3_d.html#ae1d1c071bf2737ab310a32558ec5f507" title="
SwapBuffers
() makes the contents of the color buffer available for compositing.">
SwapBuffers
()</a> makes the contents of the color buffer available for compositing. </p>
268
<p>This function has no effect on off-screen surfaces: surfaces not bound to any module instance. The contents of ancillary buffers are always undefined after calling <a class="el" href="classpp_1_1_graphics3_d.html#ae1d1c071bf2737ab310a32558ec5f507" title="
SwapBuffers
() makes the contents of the color buffer available for compositing.">
SwapBuffers
()</a>. The contents of the color buffer are undefined if the value of the <code>PP_GRAPHICS3DATTRIB_SWAP_BEHAVIOR</code> attribute of context is not <code>PP_GRAPHICS3DATTRIB_BUFFER_PRESERVED</code>.</p>
269
<p><a class="el" href="classpp_1_1_graphics3_d.html#ae1d1c071bf2737ab310a32558ec5f507" title="
SwapBuffers
() makes the contents of the color buffer available for compositing.">SwapBuffers()</a> runs in asy (…)
[
all
...]
/external/chromium_org/cc/output/
delegating_renderer.cc
112
void DelegatingRenderer::
SwapBuffers
(const CompositorFrameMetadata& metadata) {
113
TRACE_EVENT0("cc,benchmark", "DelegatingRenderer::
SwapBuffers
");
117
output_surface_->
SwapBuffers
(&compositor_frame);
/external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.cc
56
int32_t PPB_Graphics3D_Shared::
SwapBuffers
(
60
"PPB_Graphics3D.
SwapBuffers
: Plugin attempted swap "
62
// Already a pending
SwapBuffers
that hasn't returned yet.
/external/chromium_org/ui/ozone/platform/dri/
dri_surface_unittest.cc
70
controller_->surface()->
SwapBuffers
();
81
surface_->
SwapBuffers
();
104
surface_->
SwapBuffers
();
Completed in 1032 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>