Home
last modified time | relevance | path

Searched refs:eglMakeCurrent (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp20 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/
DSkNativeGLContext_android.cpp19 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/
DEGLDisplayOpenVG.cpp117 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()
416eglMakeCurrent(currentDisplay, currentReadSurface, currentDrawSurface, currentContext); in contextForSurface()
426 eglMakeCurrent(currentDisplay, currentReadSurface, currentDrawSurface, currentContext); in contextForSurface()
DSurfaceOpenVG.cpp200 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/
DlibEGL.def23 eglMakeCurrent @25
DlibEGL.cpp623 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/
Dmain.c104 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/
DGaneshContext.cpp146 …EGLBoolean returnValue = eglMakeCurrent(display, tileQueue->m_eglSurface, tileQueue->m_eglSurface,… in getDeviceForTile()
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java972 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/
Degl.h301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,