/development/tools/emulator/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)
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglOsApi.h | 47 void swapBuffers(EGLNativeInternalDisplayType dpy,EGLNativeSurfaceType srfc);
|
EglMacApi.cpp | 199 void swapBuffers(EGLNativeDisplayType dpy,EGLNativeSurfaceType srfc){
|
EglWindowsApi.cpp | 567 void swapBuffers(EGLNativeInternalDisplayType display,EGLNativeSurfaceType srfc){ 568 if(srfc && !SwapBuffers(srfc->getDC())) {
|
/sdk/emulator/opengl/tests/ut_renderer/ |
Renderer.h | 48 int swapBuffers(RenderingThread *thread, const ClientHandle & surface);
|
Renderer.cpp | 172 int Renderer::swapBuffers(RenderingThread *thread,
|
/external/mesa3d/docs/ |
relnotes-7.5.1.html | 56 <li>Fixed swapbuffers jerkiness in Doom3/etc in Intel drivers.
|
README.BEOS | 93 function: CopySubBufferMESA(). It basically works like SwapBuffers()
|
cell.html | 90 Another bottleneck is SwapBuffers. It may be the limiting factor for
|
/external/quake/quake/src/WinQuake/ |
vid_dos.h | 34 void (*swapbuffers)(viddef_t *vid, struct vmode_s *pcurrentmode,
member in struct:vmode_s
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
tracing_controller_tests.js | [all...] |
/external/chromium-trace/trace-viewer/test_data/ |
big_trace.json | [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
SDL_BWin.h | 193 virtual void SwapBuffers(void) { 195 SDL_GLView->SwapBuffers();
|
/frameworks/base/media/mca/filterfw/native/core/ |
gl_env.h | 95 bool SwapBuffers(); 120 // before swapBuffers to associate the timestamp with the frame 121 // resulting from swapBuffers.
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
GaneshRenderer.cpp | 93 // In SurfaceTextureMode we must call swapBuffers to unlock and post the
|
/external/webkit/Source/WebCore/webaudio/ |
JavaScriptAudioNode.h | 87 void swapBuffers() { m_doubleBufferIndex = 1 - m_doubleBufferIndex; }
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
GLEnvironment.java | 96 public void swapBuffers() {
|
/frameworks/native/libs/gui/tests/ |
SurfaceTexture_test.cpp | [all...] |
/development/tools/emulator/opengl/system/egl/ |
egl.cpp | 178 virtual EGLBoolean swapBuffers() = 0; 236 virtual EGLBoolean swapBuffers(); 312 EGLBoolean egl_window_surface_t::swapBuffers() 340 virtual EGLBoolean swapBuffers() { return EGL_TRUE; } 1107 d->swapBuffers(); [all...] |
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/ |
SurfaceTargetFilter.java | 184 mGlEnv.swapBuffers();
|
SurfaceRenderFilter.java | 192 glEnv.swapBuffers();
|
/frameworks/native/services/surfaceflinger/ |
DisplayDevice.h | 117 void swapBuffers(HWComposer& hwc) const;
|
/frameworks/rs/ |
rsContext.h | 106 void swapBuffers();
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/ |
libGLESv1_CM.so | |