Home
last modified time | relevance | path

Searched defs:makeCurrent (Results 1 – 10 of 10) sorted by relevance

/external/skia/include/gpu/gl/
DSkNullGLContext.h18 virtual void makeCurrent() const SK_OVERRIDE {}; in makeCurrent() function
/external/skia/src/gpu/mesa/
DSkMesaGLContext.cpp96 void SkMesaGLContext::makeCurrent() const { in makeCurrent() function in SkMesaGLContext
/external/skia/src/gpu/mac/
DSkNativeGLContext_mac.cpp72 void SkNativeGLContext::makeCurrent() const { in makeCurrent() function in SkNativeGLContext
/external/skia/src/gpu/win/
DSkNativeGLContext_win.cpp133 void SkNativeGLContext::makeCurrent() const { in makeCurrent() function in SkNativeGLContext
/external/skia/src/gpu/android/
DSkNativeGLContext_android.cpp100 void SkNativeGLContext::makeCurrent() const { in makeCurrent() function in SkNativeGLContext
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Dmain.cpp76 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface) in makeCurrent() function
DContext.cpp224 void Context::makeCurrent(egl::Display *display, egl::Surface *surface) in makeCurrent() function in gl::Context
/external/skia/src/gpu/unix/
DSkNativeGLContext_unix.cpp254 void SkNativeGLContext::makeCurrent() const { in makeCurrent() function in SkNativeGLContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
DSurfaceOpenVG.cpp184 void SurfaceOpenVG::makeCurrent(MakeCurrentMode mode) in makeCurrent() function in WebCore::SurfaceOpenVG
/external/jmonkeyengine/engine/src/core/com/jme3/material/
DTechnique.java184 public void makeCurrent(AssetManager assetManager) { in makeCurrent() method in Technique