/external/skia/src/gpu/gl/debug/ |
D | SkDebugGLContext.h | 16 void makeCurrent() const override {} in makeCurrent() function
|
/external/skia/src/gpu/gl/mesa/ |
D | SkMesaGLContext.cpp | 86 void SkMesaGLContext::makeCurrent() const { in makeCurrent() function in SkMesaGLContext
|
/external/skia/src/gpu/gl/mac/ |
D | SkCreatePlatformGLContext_mac.cpp | 81 void MacGLContext::makeCurrent() const { in makeCurrent() function in __anon24d8e9cc0111::MacGLContext
|
/external/skia/src/gpu/gl/angle/ |
D | SkANGLEGLContext.cpp | 136 void SkANGLEGLContext::makeCurrent() const { in makeCurrent() function in SkANGLEGLContext
|
/external/skia/src/gpu/gl/win/ |
D | SkCreatePlatformGLContext_win.cpp | 150 void WinGLContext::makeCurrent() const { in makeCurrent() function in __anonec8556c60111::WinGLContext
|
/external/skia/src/gpu/gl/egl/ |
D | SkCreatePlatformGLContext_egl.cpp | 177 void EGLGLContext::makeCurrent() const { in makeCurrent() function in __anon9f33dc9a0111::EGLGLContext
|
/external/skia/src/gpu/gl/glx/ |
D | SkCreatePlatformGLContext_glx.cpp | 314 void GLXGLContext::makeCurrent() const { in makeCurrent() function in __anonaa0575400111::GLXGLContext
|
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
D | Technique.java | 184 public void makeCurrent(AssetManager assetManager) { in makeCurrent() method in Technique
|
/external/deqp/framework/egl/wrapper/ |
D | eglwFunctions.inl | 45 eglMakeCurrentFunc makeCurrent; variable
|
D | eglwFuncPtrLibraryImpl.inl | 202 EGLBoolean FuncPtrLibrary::makeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContex… function in FuncPtrLibrary
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 143 wglMakeCurrentFunc makeCurrent; member
|
/external/skia/src/gpu/gl/ |
D | SkNullGLContext.cpp | 559 void SkNullGLContext::makeCurrent() const { set_current_context(fState); } in makeCurrent() function in SkNullGLContext
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 643 void GlxRenderContext::makeCurrent (void) in makeCurrent() function in tcu::x11::glx::GlxRenderContext
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingTests.cpp | 147 void GLES2SharingTest::makeCurrent (EGLDisplay display, EGLContext context, EGLSurface surface) in makeCurrent() function in deqp::egl::GLES2SharingTest
|