Home
last modified time | relevance | path

Searched refs:makeCurrent (Results 1 – 25 of 48) sorted by relevance

12

/external/skia/tools/timer/
DGpuTimer.cpp15 fContext->makeCurrent(); in GpuTimer()
30 fContext->makeCurrent(); in ~GpuTimer()
39 fContext->makeCurrent(); in start()
52 fContext->makeCurrent(); in end()
/external/deqp/framework/platform/win32/
DtcuWGL.cpp143 wglMakeCurrentFunc makeCurrent; member
158 , makeCurrent (DE_NULL) in Functions()
195 m_functions.makeCurrent = (wglMakeCurrentFunc) m_library.getFunction("wglMakeCurrent"); in Library()
201 !m_functions.makeCurrent || in Library()
222 if (!tmpCtx || !m_functions.makeCurrent(tmpWindow.getDeviceContext(), tmpCtx)) in Library()
237 m_functions.makeCurrent(tmpWindow.getDeviceContext(), NULL); in Library()
418 if (!wgl.makeCurrent(deviceCtx, m_context)) in Context()
429 wgl.makeCurrent(m_deviceCtx, NULL); in ~Context()
/external/deqp/modules/egl/
DteglColorClearCase.cpp197 egl.makeCurrent(display, surface, surface, context); in executeForContexts()
213 egl.makeCurrent(display, surface, surface, context); in executeForContexts()
233 egl.makeCurrent(display, surface, surface, context); in executeForContexts()
239 egl.makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in executeForContexts()
299 m_egl.makeCurrent(m_display, m_surface, m_surface, m_context); in run()
307 m_egl.makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in run()
402 egl.makeCurrent(display, surface, surface, context); in executeForContexts()
408 egl.makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in executeForContexts()
DteglRenderTests.cpp738 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in executeForContexts()
749 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in executeForContexts()
763 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in executeForContexts()
780 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in executeForContexts()
785 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForContexts()
857 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, m_surface, m_surface, m_context)); in run()
866 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in run()
966 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in executeForContexts()
972 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForContexts()
980 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in executeForContexts()
[all …]
DteglSurfacelessContextTests.cpp114 if (!egl.makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, *context)) in executeForConfig()
131 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForConfig()
DteglNativeColorMappingTests.cpp333 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context)); in testNativeWindow()
354 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in testNativeWindow()
376 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context)); in testNativePixmap()
395 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in testNativePixmap()
416 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context)); in testNativePixmapCopy()
436 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in testNativePixmapCopy()
DteglNativeCoordMappingTests.cpp381 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context)); in testNativeWindow()
401 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in testNativeWindow()
428 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context)); in testNativePixmap()
446 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in testNativePixmap()
472 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context)); in testNativePixmapCopy()
491 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in testNativePixmapCopy()
DteglMemoryStressTests.cpp224 EGLU_CHECK_CALL(egl, makeCurrent(m_display, surface, surface, context)); in allocatePBuffer()
232 EGLU_CHECK_CALL(egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in allocatePBuffer()
288 EGLU_CHECK_CALL(egl, makeCurrent(m_display, surface, surface, context)); in allocateContext()
296 EGLU_CHECK_CALL(egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in allocateContext()
DteglGLES2SharingTests.cpp103 void makeCurrent (EGLDisplay display, EGLContext context, EGLSurface surface);
147 void GLES2SharingTest::makeCurrent (EGLDisplay display, EGLContext context, EGLSurface surface) in makeCurrent() function in deqp::egl::GLES2SharingTest
150 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in makeCurrent()
190 makeCurrent(*display, contextA, *surface); in iterate()
218 makeCurrent(*display, contextB, *surface); in iterate()
238 makeCurrent(*display, contextB, *surface); in iterate()
245 makeCurrent(*display, contextA, *surface); in iterate()
251 makeCurrent(*display, EGL_NO_CONTEXT, EGL_NO_SURFACE); in iterate()
278 egl.makeCurrent(*display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in iterate()
DteglRenderCase.cpp280 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, *context)); in executeForSurface()
287 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForSurface()
354 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForSurface()
/external/skia/src/gpu/gl/mac/
DSkCreatePlatformGLContext_mac.cpp18 void makeCurrent() const override;
81 void MacGLContext::makeCurrent() const { in makeCurrent() function in __anon7342f82c0111::MacGLContext
/external/deqp/framework/egl/
DegluUnique.cpp90 EGLU_CHECK_CALL(m_egl, makeCurrent(display, draw, read, context)); in ScopedCurrentContext()
95 m_egl.makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in ~ScopedCurrentContext()
DegluGLContextFactory.cpp360 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext)); in create()
436 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in destroy()
483 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in postIterate()
496 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext)); in postIterate()
505 egl.makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in postIterate()
/external/skia/src/gpu/
DGrContextFactory.cpp29 fContexts[i].fGLContext->makeCurrent(); in get()
76 glCtx->makeCurrent(); in get()
/external/skia/src/gpu/gl/iOS/
DSkCreatePlatformGLContext_iOS.mm20 void makeCurrent() const override;
64 void IOSGLContext::makeCurrent() const {
/external/skia/src/gpu/gl/egl/
DSkCreatePlatformGLContext_egl.cpp19 void makeCurrent() const override;
177 void EGLGLContext::makeCurrent() const { in makeCurrent() function in __anoned9deafa0111::EGLGLContext
/external/skia/src/gpu/gl/win/
DSkCreatePlatformGLContext_win.cpp24 void makeCurrent() const override;
150 void WinGLContext::makeCurrent() const { in makeCurrent() function in __anon3aef65260111::WinGLContext
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
DLwjglOffscreenBuffer.java83 pbuffer.makeCurrent(); in initInThread()
117 pbuffer.makeCurrent(); in runLoop()
/external/skia/include/gpu/gl/
DSkNullGLContext.h16 void makeCurrent() const override;
DSkGLContext.h28 virtual void makeCurrent() const = 0;
/external/skia/src/gpu/gl/debug/
DSkDebugGLContext.h16 void makeCurrent() const override {} in makeCurrent() function
/external/skia/src/gpu/gl/glx/
DSkCreatePlatformGLContext_glx.cpp51 void makeCurrent() const override;
314 void GLXGLContext::makeCurrent() const { in makeCurrent() function in __anonf86f83a00111::GLXGLContext
/external/skia/include/gpu/gl/angle/
DSkANGLEGLContext.h18 void makeCurrent() const override;
/external/skia/src/gpu/gl/mesa/
DSkMesaGLContext.h21 void makeCurrent() const override;
DSkMesaGLContext.cpp86 void SkMesaGLContext::makeCurrent() const { in makeCurrent() function in SkMesaGLContext

12