OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swapbuffers
(Results
176 - 200
of
396
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/ppapi/examples/gles2/
gles2.cc
168
context_->
SwapBuffers
(cb);
/external/chromium_org/ppapi/tests/
test_graphics_3d.cc
140
callback.WaitForResult(context->
SwapBuffers
(callback.GetCallback()));
/external/chromium_org/third_party/angle/tests/angle_tests/
MaxTextureSizeTest.cpp
270
swapBuffers
();
/external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.h
157
SwapBuffers_t
SwapBuffers
;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_run.c
36
* Main run function of the PP queue. Called on
swapbuffers
/flush.
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_device.c
57
* exclusively (never uses
SwapBuffers
), so framebuffers never get
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
dri_util.h
102
void (*
SwapBuffers
)(__DRIdrawable *driDrawPriv);
drisw_util.c
331
driDriverAPI.
SwapBuffers
(pdp);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
realglx.c
64
glx.
SwapBuffers
= _real_glXSwapBuffers;
/external/chromium_org/third_party/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp
289
void SkNativeGLContext::
swapBuffers
() const {
/external/chromium_org/ui/surface/
accelerated_surface_mac.h
94
void
SwapBuffers
();
/external/deqp/framework/egl/
tcuEgl.hpp
118
void
swapBuffers
(void);
/external/deqp/framework/platform/win32/
tcuWGLContextFactory.cpp
148
m_context->
swapBuffers
();
tcuWin32GLES3Platform.cpp
139
m_platformCtx.context->
swapBuffers
();
/external/mesa3d/src/egl/main/
eglapi.h
157
SwapBuffers_t
SwapBuffers
;
/external/mesa3d/src/gallium/auxiliary/postprocess/
pp_run.c
36
* Main run function of the PP queue. Called on
swapbuffers
/flush.
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_device.c
57
* exclusively (never uses
SwapBuffers
), so framebuffers never get
/external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h
102
void (*
SwapBuffers
)(__DRIdrawable *driDrawPriv);
drisw_util.c
331
driDriverAPI.
SwapBuffers
(pdp);
/external/mesa3d/src/mesa/drivers/x11/
realglx.c
64
glx.
SwapBuffers
= _real_glXSwapBuffers;
/external/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp
289
void SkNativeGLContext::
swapBuffers
() const {
/frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java
478
private boolean
swapBuffers
(EGLSurface surface) {
480
checkEglError("
swapBuffers
");
681
swapBuffers
(holder.eglSurface);
701
swapBuffers
(holder.eglSurface);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
SurfaceTargetFilter.java
176
mGlEnv.
swapBuffers
();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
SurfaceHolderTarget.java
156
mRenderTarget.
swapBuffers
();
/frameworks/native/services/surfaceflinger/
DisplayDevice.h
134
void
swapBuffers
(HWComposer& hwc) const;
Completed in 984 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>