/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
D | SurfaceTextureHelperTest.java | 143 eglOesBase.makeCurrent(); in testThreeConstantColorFrames() 151 eglBase.makeCurrent(); in testThreeConstantColorFrames() 208 eglOesBase.makeCurrent(); in testLateReturnFrame() 221 eglBase.makeCurrent(); in testLateReturnFrame() 257 eglBase.makeCurrent(); in testDisconnect() 312 eglOesBase.makeCurrent(); in testFrameOnSeparateThread() 348 eglOesBase.makeCurrent(); in testLateReturnFrameOnSeparateThread() 395 eglBase.makeCurrent(); in testTexturetoYUV()
|
D | GlRectDrawerTest.java | 101 eglBase.makeCurrent(); in testRgbRendering() 138 eglBase.makeCurrent(); in testYuvRendering() 240 eglBase.makeCurrent(); 245 eglBase.makeCurrent(); 258 eglBase.makeCurrent(); 289 eglBase.makeCurrent();
|
/external/skia/src/gpu/ |
D | GrContextFactory.cpp | 39 context.fGLContext->makeCurrent(); in destroyContexts() 53 context.fGLContext->makeCurrent(); in abandonContexts() 71 context.fGLContext->makeCurrent(); in getContextInfo() 132 glCtx->makeCurrent(); in getContextInfo()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 143 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/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | SurfaceTextureHelper.java | 171 eglBase.makeCurrent(); 259 eglBase.makeCurrent(); 304 eglBase.makeCurrent(); 333 eglBase.makeCurrent(); 460 eglBase.makeCurrent(); 482 eglBase.makeCurrent();
|
/external/deqp/modules/egl/ |
D | teglColorClearCase.cpp | 197 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()
|
D | teglNegativePartialUpdateTests.cpp | 126 egl.makeCurrent(eglDisplay, eglSurface, eglSurface, eglContext); in initAndMakeCurrentEGLContext() 183 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in deinit() 290 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, *dummyPbuffer, *dummyPbuffer, m_eglContext)); in iterate() 309 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in iterate() 330 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, m_eglContext)); in iterate() 520 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, *dummyPbuffer, *dummyPbuffer, m_eglContext)); in iterate() 526 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in iterate() 533 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, m_eglContext)); in iterate()
|
D | teglRenderTests.cpp | 738 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 …]
|
D | teglMultiContextTests.cpp | 175 const eglw::EGLBoolean result = egl.makeCurrent(*display, *surface, *surface, context); in iterate() 203 EGLU_CHECK_CALL(egl, makeCurrent(*display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in iterate() 214 EGLU_CHECK_CALL(egl, makeCurrent(*display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in iterate()
|
D | teglSurfacelessContextTests.cpp | 114 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()
|
D | teglNativeColorMappingTests.cpp | 333 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()
|
D | teglNativeCoordMappingTests.cpp | 381 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()
|
D | teglMemoryStressTests.cpp | 224 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()
|
D | teglGLES2SharingTests.cpp | 103 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()
|
D | teglRenderCase.cpp | 280 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()
|
D | teglSwapBuffersTests.cpp | 305 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, *context)); in executeForConfig() 424 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForConfig() 428 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForConfig()
|
/external/deqp/framework/egl/ |
D | egluUnique.cpp | 90 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()
|
D | egluGLContextFactory.cpp | 360 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/tests/ |
D | EGLImageTest.cpp | 19 glctx1->makeCurrent(); in cleanup() 33 glctx0->makeCurrent(); in cleanup() 161 glCtx0->makeCurrent(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
D | LwjglOffscreenBuffer.java | 83 pbuffer.makeCurrent(); in initInThread() 117 pbuffer.makeCurrent(); in runLoop()
|
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/ |
D | IOSGraphics.java | 116 graphics.makeCurrent(); in viewDidLayoutSubviews() 303 makeCurrent(); in draw() 339 void makeCurrent () { in makeCurrent() method in IOSGraphics 345 makeCurrent(); in update()
|
D | IOSApplication.java | 251 graphics.makeCurrent(); in didBecomeActive() 263 graphics.makeCurrent(); in willResignActive() 270 graphics.makeCurrent(); in willTerminate()
|
/external/skia/include/gpu/gl/command_buffer/ |
D | SkCommandBufferGLContext.h | 48 bool makeCurrent();
|
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/ |
D | IOSGraphics.java | 215 makeCurrent(); in glkViewDrawInRect() 252 void makeCurrent () { in makeCurrent() method in IOSGraphics 258 makeCurrent(); in glkViewControllerUpdate()
|
D | IOSApplication.java | 256 graphics.makeCurrent(); in didBecomeActive() 268 graphics.makeCurrent(); in willResignActive() 275 graphics.makeCurrent(); in willTerminate()
|