Home
last modified time | relevance | path

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

123

/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DSurfaceTextureHelperTest.java143 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()
DGlRectDrawerTest.java101 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/
DGrContextFactory.cpp39 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/
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/webrtc/talk/app/webrtc/java/android/org/webrtc/
DSurfaceTextureHelper.java171 eglBase.makeCurrent();
259 eglBase.makeCurrent();
304 eglBase.makeCurrent();
333 eglBase.makeCurrent();
460 eglBase.makeCurrent();
482 eglBase.makeCurrent();
/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()
DteglNegativePartialUpdateTests.cpp126 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()
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 …]
DteglMultiContextTests.cpp175 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()
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()
DteglSwapBuffersTests.cpp305 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/
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/tests/
DEGLImageTest.cpp19 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/
DLwjglOffscreenBuffer.java83 pbuffer.makeCurrent(); in initInThread()
117 pbuffer.makeCurrent(); in runLoop()
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
DIOSGraphics.java116 graphics.makeCurrent(); in viewDidLayoutSubviews()
303 makeCurrent(); in draw()
339 void makeCurrent () { in makeCurrent() method in IOSGraphics
345 makeCurrent(); in update()
DIOSApplication.java251 graphics.makeCurrent(); in didBecomeActive()
263 graphics.makeCurrent(); in willResignActive()
270 graphics.makeCurrent(); in willTerminate()
/external/skia/include/gpu/gl/command_buffer/
DSkCommandBufferGLContext.h48 bool makeCurrent();
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
DIOSGraphics.java215 makeCurrent(); in glkViewDrawInRect()
252 void makeCurrent () { in makeCurrent() method in IOSGraphics
258 makeCurrent(); in glkViewControllerUpdate()
DIOSApplication.java256 graphics.makeCurrent(); in didBecomeActive()
268 graphics.makeCurrent(); in willResignActive()
275 graphics.makeCurrent(); in willTerminate()

123