Searched refs:eglMakeCurrent (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/gl/angle/ |
D | SkANGLEGLContext.cpp | 20 eglMakeCurrent(fOldDisplay, fOldSurface, fOldSurface, fOldEGLContext); in ~AutoContextRestore() 38 eglMakeCurrent(fDisplay, 0, 0, 0); in destroyGLContext() 91 eglMakeCurrent(fDisplay, fSurface, fSurface, fContext); in createGLContext() 104 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in makeCurrent()
|
/external/skia/src/gpu/gl/android/ |
D | SkNativeGLContext_android.cpp | 19 eglMakeCurrent(fOldDisplay, fOldSurface, fOldSurface, fOldEGLContext); in ~AutoContextRestore() 37 eglMakeCurrent(fDisplay, 0, 0, 0); in destroyGLContext() 89 eglMakeCurrent(fDisplay, fSurface, fSurface, fContext); in createGLContext() 101 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in makeCurrent()
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | EGLDisplayOpenVG.cpp | 117 eglMakeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in ~EGLDisplayOpenVG() 325 eglMakeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in destroySurface() 412 eglMakeCurrent(m_display, surface, surface, (*it).second); in contextForSurface() 416 … eglMakeCurrent(currentDisplay, currentReadSurface, currentDrawSurface, currentContext); in contextForSurface() 426 eglMakeCurrent(currentDisplay, currentReadSurface, currentDrawSurface, currentContext); in contextForSurface()
|
D | SurfaceOpenVG.cpp | 200 eglMakeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext); in makeCurrent() 233 eglMakeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext); in makeCompatibleCurrent()
|
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
D | libEGL.def | 23 eglMakeCurrent @25
|
D | libEGL.cpp | 623 eglMakeCurrent(EGL_NO_DISPLAY, EGL_NO_CONTEXT, EGL_NO_SURFACE, EGL_NO_SURFACE); in eglReleaseThread() 848 EGLBoolean __stdcall eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ct… in eglMakeCurrent() function
|
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/ |
D | main.c | 104 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) { in engine_init_display() 150 eglMakeCurrent(engine->display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in engine_term_display()
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | GaneshContext.cpp | 146 …EGLBoolean returnValue = eglMakeCurrent(display, tileQueue->m_eglSurface, tileQueue->m_eglSurface,… in getDeviceForTile()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLSurfaceView.java | 972 mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE, in createSurface() 991 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in createSurface() 1032 mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE, in destroySurface()
|
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/ |
D | egl.h | 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
|