Searched refs:makeCurrent (Results 1 - 25 of 47) sorted by relevance

12

/external/skia/include/gpu/gl/
H A DSkNullGLContext.h16 void makeCurrent() const override;
H A DSkGLContext.h28 virtual void makeCurrent() const = 0;
/external/skia/src/gpu/gl/debug/
H A DSkDebugGLContext.h16 void makeCurrent() const override {}
/external/skia/tools/timer/
H A DGpuTimer.cpp15 fContext->makeCurrent();
30 fContext->makeCurrent();
39 fContext->makeCurrent();
52 fContext->makeCurrent();
/external/skia/include/gpu/gl/angle/
H A DSkANGLEGLContext.h18 void makeCurrent() const override;
/external/skia/src/gpu/gl/mesa/
H A DSkMesaGLContext.h21 void makeCurrent() const override;
H A DSkMesaGLContext.cpp86 void SkMesaGLContext::makeCurrent() const { function in class:SkMesaGLContext
/external/deqp/framework/egl/
H A DegluUnique.cpp90 EGLU_CHECK_CALL(m_egl, makeCurrent(display, draw, read, context));
95 m_egl.makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
H A DegluGLContextFactory.cpp360 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
436 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
483 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
496 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
505 egl.makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
/external/skia/src/gpu/gl/mac/
H A DSkCreatePlatformGLContext_mac.cpp18 void makeCurrent() const override;
81 void MacGLContext::makeCurrent() const { function in class:__anon14031::MacGLContext
/external/skia/src/gpu/
H A DGrContextFactory.cpp29 fContexts[i].fGLContext->makeCurrent();
76 glCtx->makeCurrent();
H A DGrContextFactory.h91 fContexts[i].fGLContext->makeCurrent();
/external/deqp/framework/platform/win32/
H A DtcuWGL.cpp143 wglMakeCurrentFunc makeCurrent; member in struct:tcu::wgl::Functions
158 , makeCurrent (DE_NULL)
195 m_functions.makeCurrent = (wglMakeCurrentFunc) m_library.getFunction("wglMakeCurrent");
201 !m_functions.makeCurrent ||
222 if (!tmpCtx || !m_functions.makeCurrent(tmpWindow.getDeviceContext(), tmpCtx))
237 m_functions.makeCurrent(tmpWindow.getDeviceContext(), NULL);
418 if (!wgl.makeCurrent(deviceCtx, m_context))
429 wgl.makeCurrent(m_deviceCtx, NULL);
/external/deqp/framework/egl/wrapper/
H A DeglwFunctions.inl45 eglMakeCurrentFunc makeCurrent;
H A DeglwInitCore.inl35 dst->makeCurrent = (eglMakeCurrentFunc) loader->get("eglMakeCurrent");
/external/deqp/modules/egl/
H A DteglColorClearCase.cpp197 egl.makeCurrent(display, surface, surface, context);
213 egl.makeCurrent(display, surface, surface, context);
233 egl.makeCurrent(display, surface, surface, context);
239 egl.makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
299 m_egl.makeCurrent(m_display, m_surface, m_surface, m_context);
307 m_egl.makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
402 egl.makeCurrent(display, surface, surface, context);
408 egl.makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
H A DteglSurfacelessContextTests.cpp114 if (!egl.makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, *context))
131 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
H A DteglRenderTests.cpp738 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
749 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
763 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
780 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
785 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
857 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, m_surface, m_surface, m_context));
866 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
966 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
972 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
980 EGLU_CHECK_CALL(egl, makeCurrent(displa
[all...]
H A DteglMemoryStressTests.cpp224 EGLU_CHECK_CALL(egl, makeCurrent(m_display, surface, surface, context));
232 EGLU_CHECK_CALL(egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
288 EGLU_CHECK_CALL(egl, makeCurrent(m_display, surface, surface, context));
296 EGLU_CHECK_CALL(egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
H A DLwjglOffscreenBuffer.java83 pbuffer.makeCurrent();
117 pbuffer.makeCurrent();
H A DLwjglCanvas.java336 pbuffer.makeCurrent();
345 pbuffer.makeCurrent();
/external/skia/src/gpu/gl/egl/
H A DSkCreatePlatformGLContext_egl.cpp19 void makeCurrent() const override;
177 void EGLGLContext::makeCurrent() const { function in class:__anon14027::EGLGLContext
/external/skia/src/gpu/gl/win/
H A DSkCreatePlatformGLContext_win.cpp24 void makeCurrent() const override;
150 void WinGLContext::makeCurrent() const { function in class:__anon14032::WinGLContext
/external/skia/src/gpu/gl/angle/
H A DSkANGLEGLContext.cpp136 void SkANGLEGLContext::makeCurrent() const { function in class:SkANGLEGLContext
/external/skia/src/gpu/gl/glx/
H A DSkCreatePlatformGLContext_glx.cpp51 void makeCurrent() const override;
314 void GLXGLContext::makeCurrent() const { function in class:__anon14029::GLXGLContext

Completed in 469 milliseconds

12