Home
last modified time | relevance | path

Searched refs:swapBuffers (Results 1 – 25 of 51) sorted by relevance

123

/external/skia/include/gpu/gl/
DSkDebugGLContext.h19 virtual void swapBuffers() const SK_OVERRIDE {}; in swapBuffers() function
DSkNullGLContext.h20 virtual void swapBuffers() const SK_OVERRIDE {}; in swapBuffers() function
DSkANGLEGLContext.h25 virtual void swapBuffers() const SK_OVERRIDE;
DSkMesaGLContext.h25 virtual void swapBuffers() const SK_OVERRIDE;
DSkGLContextHelper.h47 virtual void swapBuffers() const = 0;
DSkNativeGLContext.h33 virtual void swapBuffers() const SK_OVERRIDE;
/external/chromium_org/third_party/skia/include/gpu/gl/
DSkNullGLContext.h20 virtual void swapBuffers() const SK_OVERRIDE {}; in swapBuffers() function
DSkDebugGLContext.h19 virtual void swapBuffers() const SK_OVERRIDE {}; in swapBuffers() function
DSkANGLEGLContext.h25 virtual void swapBuffers() const SK_OVERRIDE;
DSkMesaGLContext.h25 virtual void swapBuffers() const SK_OVERRIDE;
DSkGLContextHelper.h47 virtual void swapBuffers() const = 0;
DSkNativeGLContext.h33 virtual void swapBuffers() const SK_OVERRIDE;
/external/skia/src/gpu/gl/nacl/
DSkNativeGLContext_nacl.cpp36 void SkNativeGLContext::swapBuffers() const { in swapBuffers() function in SkNativeGLContext
/external/chromium_org/third_party/skia/src/gpu/gl/nacl/
DSkNativeGLContext_nacl.cpp36 void SkNativeGLContext::swapBuffers() const { in swapBuffers() function in SkNativeGLContext
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
DSkNativeGLContext_mac.cpp79 void SkNativeGLContext::swapBuffers() const { in swapBuffers() function in SkNativeGLContext
/external/skia/src/gpu/gl/mac/
DSkNativeGLContext_mac.cpp79 void SkNativeGLContext::swapBuffers() const { in swapBuffers() function in SkNativeGLContext
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DScriptProcessorNode.h79 void swapBuffers() { m_doubleBufferIndex = 1 - m_doubleBufferIndex; } in swapBuffers() function
/external/skia/src/gpu/gl/mesa/
DSkMesaGLContext.cpp108 void SkMesaGLContext::swapBuffers() const { } in swapBuffers() function in SkMesaGLContext
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
DSkMesaGLContext.cpp108 void SkMesaGLContext::swapBuffers() const { } in swapBuffers() function in SkMesaGLContext
/external/skia/src/gpu/gl/iOS/
DSkNativeGLContext_iOS.mm64 void SkNativeGLContext::swapBuffers() const { } function
/external/chromium_org/third_party/skia/src/gpu/gl/iOS/
DSkNativeGLContext_iOS.mm64 void SkNativeGLContext::swapBuffers() const { } function
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp109 void SkANGLEGLContext::swapBuffers() const { in swapBuffers() function in SkANGLEGLContext
/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp109 void SkANGLEGLContext::swapBuffers() const { in swapBuffers() function in SkANGLEGLContext
/external/skia/src/gpu/gl/win/
DSkNativeGLContext_win.cpp116 void SkNativeGLContext::swapBuffers() const { in swapBuffers() function in SkNativeGLContext
/external/chromium_org/third_party/skia/src/gpu/gl/win/
DSkNativeGLContext_win.cpp116 void SkNativeGLContext::swapBuffers() const { in swapBuffers() function in SkNativeGLContext

123