/external/autotest/client/deps/glbench/src/ |
D | egl_stuff.cc | 26 eglMakeCurrent(display_, surface_, surface_, context_); in Init() 36 eglMakeCurrent(display_, NULL, NULL, NULL); in Cleanup() 102 return eglMakeCurrent(display_, surface_, surface_, context); in MakeCurrent()
|
/external/skia/src/gpu/gl/angle/ |
D | SkANGLEGLContext.cpp | 112 eglMakeCurrent(fDisplay, fSurface, fSurface, fContext); in SkANGLEGLContext() 197 eglMakeCurrent(fDisplay, 0, 0, 0); in destroyGLContext() 215 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in onPlatformMakeCurrent()
|
/external/deqp/framework/egl/wrapper/ |
D | eglwStaticLibrary14.inl | 26 { "eglMakeCurrent", (deFunctionPtr)eglMakeCurrent },
|
D | eglwStaticLibrary15.inl | 35 { "eglMakeCurrent", (deFunctionPtr)eglMakeCurrent },
|
D | eglwInitCore.inl | 35 dst->makeCurrent = (eglMakeCurrentFunc) loader->get("eglMakeCurrent");
|
D | eglwApi.inl | 45 #define eglMakeCurrent eglwMakeCurrent macro
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 832 expectFalse(eglMakeCurrent(EGL_NO_DISPLAY, DE_NULL, DE_NULL, DE_NULL)); in init() 835 expectFalse(eglMakeCurrent((EGLDisplay)-1, DE_NULL, DE_NULL, DE_NULL)); in init() 866 expectFalse(eglMakeCurrent(display, (EGLSurface)-1, (EGLSurface)-1, context)); in init() 869 expectFalse(eglMakeCurrent(display, surface, (EGLSurface)-1, context)); in init() 872 expectFalse(eglMakeCurrent(display, (EGLSurface)-1, surface, context)); in init() 882 expectFalse(eglMakeCurrent(display, surface, surface, (EGLContext)-1)); in init() 892 expectFalse(eglMakeCurrent(display, surface, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in init() 895 expectFalse(eglMakeCurrent(display, EGL_NO_SURFACE, surface, EGL_NO_CONTEXT)); in init() 898 expectFalse(eglMakeCurrent(display, surface, surface, EGL_NO_CONTEXT)); in init() 952 expectTrue(eglMakeCurrent(display, surface, surface, context)); in init() [all …]
|
D | teglGetProcAddressTests.inl | 29 "eglMakeCurrent",
|
/external/skia/src/gpu/gl/egl/ |
D | SkCreatePlatformGLContext_egl.cpp | 163 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in EGLGLContext() 194 eglMakeCurrent(fDisplay, 0, 0, 0); in destroyGLContext() 264 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in onPlatformMakeCurrent()
|
/external/autotest/client/site_tests/graphics_GLAPICheck/src/ |
D | gles_APICheck.cc | 67 #define eglMakeCurrent FP_eglMakeCurrent macro 225 rt_code = eglMakeCurrent(*egl_display, *egl_surface, in InitGraphics() 238 eglMakeCurrent(egl_display, NULL, NULL, NULL); in ExitGraphics()
|
/external/skia/platform_tools/android/apps/visualbench/src/main/jni/ |
D | SkOSWindow_AndroidNative.cpp | 121 if (!eglMakeCurrent(display, surface, surface, context)) { in attach() 154 eglMakeCurrent(fWindow.fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in detach()
|
/external/mesa3d/src/egl/main/ |
D | egl.def | 22 eglMakeCurrent
|
D | README.txt | 48 eglMakeCurrent
|
D | eglapi.c | 461 eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, in eglMakeCurrent() function 890 { "eglMakeCurrent", (_EGLProc) eglMakeCurrent }, in eglGetProcAddress()
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | EglBase14.java | 184 if (!EGL14.eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext)) { in makeCurrent() 192 if (!EGL14.eglMakeCurrent( in detachCurrent()
|
D | EglBase10.java | 239 if (!egl.eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext)) { in makeCurrent() 247 if (!egl.eglMakeCurrent( in detachCurrent()
|
/external/webrtc/webrtc/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/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 483 if (!eglMakeCurrent(display, surface, surface, context)) { in create_ANGLE() 513 if (eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in attachANGLE() 530 eglMakeCurrent(fDisplay, EGL_NO_SURFACE , EGL_NO_SURFACE , EGL_NO_CONTEXT); in detachANGLE()
|
/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/mesa3d/include/EGL/ |
D | egl.h | 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 45 eglw::EGLBoolean eglMakeCurrent (eglw::EGLDisplay dpy, eglw::EGLSurface draw, eglw::EGL…
|
D | egluCallLogWrapper.inl | 406 eglw::EGLBoolean CallLogWrapper::eglMakeCurrent (eglw::EGLDisplay dpy, eglw::EGLSurface draw, eglw:… function in CallLogWrapper 409 …m_log << TestLog::Message << "eglMakeCurrent(" << dpy << ", " << toHex(draw) << ", " << toHex(read…
|
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/ |
D | GLSurfaceViewAPI18.java | 1110 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in createSurface() 1169 mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE, in destroySurfaceImp()
|
/external/autotest/client/deps/nvmap_compactor/src/ |
D | nvmap_carveout_compactor.c | 713 if ( !eglMakeCurrent(egl_display, egl_surface, egl_surface, in EglInitialize()
|
/external/drm_hwcomposer/ |
D | glworker.cpp | 516 if (!eglMakeCurrent(egl_display_, EGL_NO_SURFACE, EGL_NO_SURFACE, egl_ctx_)) { in Init()
|