Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/debug/
DSkDebugGLContext.h16 void makeCurrent() const override {} in makeCurrent() function
/external/skia/src/gpu/gl/mesa/
DSkMesaGLContext.cpp86 void SkMesaGLContext::makeCurrent() const { in makeCurrent() function in SkMesaGLContext
/external/skia/src/gpu/gl/mac/
DSkCreatePlatformGLContext_mac.cpp81 void MacGLContext::makeCurrent() const { in makeCurrent() function in __anon24d8e9cc0111::MacGLContext
/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp136 void SkANGLEGLContext::makeCurrent() const { in makeCurrent() function in SkANGLEGLContext
/external/skia/src/gpu/gl/win/
DSkCreatePlatformGLContext_win.cpp150 void WinGLContext::makeCurrent() const { in makeCurrent() function in __anonec8556c60111::WinGLContext
/external/skia/src/gpu/gl/egl/
DSkCreatePlatformGLContext_egl.cpp177 void EGLGLContext::makeCurrent() const { in makeCurrent() function in __anon9f33dc9a0111::EGLGLContext
/external/skia/src/gpu/gl/glx/
DSkCreatePlatformGLContext_glx.cpp314 void GLXGLContext::makeCurrent() const { in makeCurrent() function in __anonaa0575400111::GLXGLContext
/external/jmonkeyengine/engine/src/core/com/jme3/material/
DTechnique.java184 public void makeCurrent(AssetManager assetManager) { in makeCurrent() method in Technique
/external/deqp/framework/egl/wrapper/
DeglwFunctions.inl45 eglMakeCurrentFunc makeCurrent; variable
DeglwFuncPtrLibraryImpl.inl202 EGLBoolean FuncPtrLibrary::makeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContex… function in FuncPtrLibrary
/external/deqp/framework/platform/win32/
DtcuWGL.cpp143 wglMakeCurrentFunc makeCurrent; member
/external/skia/src/gpu/gl/
DSkNullGLContext.cpp559 void SkNullGLContext::makeCurrent() const { set_current_context(fState); } in makeCurrent() function in SkNullGLContext
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp643 void GlxRenderContext::makeCurrent (void) in makeCurrent() function in tcu::x11::glx::GlxRenderContext
/external/deqp/modules/egl/
DteglGLES2SharingTests.cpp147 void GLES2SharingTest::makeCurrent (EGLDisplay display, EGLContext context, EGLSurface surface) in makeCurrent() function in deqp::egl::GLES2SharingTest