HomeSort by relevance Sort by last modified time
    Searched refs:makeCurrent (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/include/gpu/gl/
SkDebugGLContext.h 18 virtual void makeCurrent() const SK_OVERRIDE {};
SkNullGLContext.h 18 virtual void makeCurrent() const SK_OVERRIDE {};
SkMesaGLContext.h 24 virtual void makeCurrent() const SK_OVERRIDE;
SkANGLEGLContext.h 24 virtual void makeCurrent() const SK_OVERRIDE;
SkGLContextHelper.h 35 virtual void makeCurrent() const = 0;
SkNativeGLContext.h 32 virtual void makeCurrent() const SK_OVERRIDE;
  /external/skia/include/gpu/gl/
SkDebugGLContext.h 18 virtual void makeCurrent() const SK_OVERRIDE {};
SkNullGLContext.h 18 virtual void makeCurrent() const SK_OVERRIDE {};
SkMesaGLContext.h 24 virtual void makeCurrent() const SK_OVERRIDE;
SkANGLEGLContext.h 24 virtual void makeCurrent() const SK_OVERRIDE;
SkGLContextHelper.h 35 virtual void makeCurrent() const = 0;
SkNativeGLContext.h 32 virtual void makeCurrent() const SK_OVERRIDE;
  /external/chromium_org/third_party/skia/src/gpu/gl/nacl/
SkNativeGLContext_nacl.cpp 33 void SkNativeGLContext::makeCurrent() const {
  /external/skia/bench/
BenchGpuTimer_gl.cpp 15 glctx->makeCurrent();
28 fContext->makeCurrent();
36 fContext->makeCurrent();
49 fContext->makeCurrent();
  /external/skia/src/gpu/gl/nacl/
SkNativeGLContext_nacl.cpp 33 void SkNativeGLContext::makeCurrent() const {
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
SkNativeGLContext_mac.cpp 74 void SkNativeGLContext::makeCurrent() const {
  /external/skia/src/gpu/gl/mac/
SkNativeGLContext_mac.cpp 74 void SkNativeGLContext::makeCurrent() const {
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
main.cpp 74 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface)
83 context->makeCurrent(surface);
main.h 31 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface);
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 100 void SkNativeGLContext::makeCurrent() const {
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 103 void SkANGLEGLContext::makeCurrent() const {
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp 99 void SkMesaGLContext::makeCurrent() const {
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 100 void SkNativeGLContext::makeCurrent() const {
  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 103 void SkANGLEGLContext::makeCurrent() const {
  /external/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp 99 void SkMesaGLContext::makeCurrent() const {

Completed in 2887 milliseconds

1 2 3