Home
last modified time | relevance | path

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

123

/external/autotest/client/deps/glbench/src/
Degl_stuff.cc29 eglMakeCurrent(display_, surface_, surface_, context_); in Init()
39 eglMakeCurrent(display_, NULL, NULL, NULL); in Cleanup()
104 return eglMakeCurrent(display_, surface_, surface_, context); in MakeCurrent()
/external/libkmsxx/kmscube/
Dcube-egl.cpp89 EGLBoolean ok = eglMakeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, m_context); in EglState()
95 eglMakeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in ~EglState()
113 EGLBoolean ok = eglMakeCurrent(egl.display(), esurface, esurface, egl.context()); in make_current()
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp862 expectFalse(eglMakeCurrent(EGL_NO_DISPLAY, DE_NULL, DE_NULL, DE_NULL)); in init()
865 expectFalse(eglMakeCurrent((EGLDisplay)-1, DE_NULL, DE_NULL, DE_NULL)); in init()
896 expectFalse(eglMakeCurrent(display, (EGLSurface)-1, (EGLSurface)-1, context)); in init()
899 expectFalse(eglMakeCurrent(display, surface, (EGLSurface)-1, context)); in init()
902 expectFalse(eglMakeCurrent(display, (EGLSurface)-1, surface, context)); in init()
912 expectFalse(eglMakeCurrent(display, surface, surface, (EGLContext)-1)); in init()
922 expectFalse(eglMakeCurrent(display, surface, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in init()
925 expectFalse(eglMakeCurrent(display, EGL_NO_SURFACE, surface, EGL_NO_CONTEXT)); in init()
928 expectFalse(eglMakeCurrent(display, surface, surface, EGL_NO_CONTEXT)); in init()
982 expectTrue(eglMakeCurrent(display, surface, surface, context)); in init()
[all …]
/external/skqp/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieRunner.java194 if (!mEgl.eglMakeCurrent(mEglDisplay, mPBufferSurface, mPBufferSurface, mEglContext)) {
247 mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE, EGL10.EGL_NO_SURFACE, in doFinishGL()
344 mEgl.eglMakeCurrent(mEglDisplay, mPBufferSurface, mPBufferSurface, in stop()
415 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in drawFrame()
447 mEgl.eglMakeCurrent(mEglDisplay, mPBufferSurface, mPBufferSurface, in drawFrame()
/external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieRunner.java194 if (!mEgl.eglMakeCurrent(mEglDisplay, mPBufferSurface, mPBufferSurface, mEglContext)) {
247 mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE, EGL10.EGL_NO_SURFACE, in doFinishGL()
344 mEgl.eglMakeCurrent(mEglDisplay, mPBufferSurface, mPBufferSurface, in stop()
415 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in drawFrame()
447 mEgl.eglMakeCurrent(mEglDisplay, mPBufferSurface, mPBufferSurface, in drawFrame()
/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl26 { "eglMakeCurrent", (deFunctionPtr)eglMakeCurrent },
DeglwStaticLibrary15.inl35 { "eglMakeCurrent", (deFunctionPtr)eglMakeCurrent },
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp45 eglMakeCurrent(display, dsurface, rsurface, context); in context_restorer()
231 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in ANGLEGLContext()
339 eglMakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in destroyGLContext()
370 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in onPlatformMakeCurrent()
/external/skqp/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp48 eglMakeCurrent(display, dsurface, rsurface, context); in context_restorer()
192 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in EGLGLTestContext()
226 eglMakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in destroyGLContext()
298 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in onPlatformMakeCurrent()
/external/skqp/tools/gpu/gl/angle/
DGLTestContext_angle.cpp45 eglMakeCurrent(display, dsurface, rsurface, context); in context_restorer()
231 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in ANGLEGLContext()
339 eglMakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in destroyGLContext()
370 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in onPlatformMakeCurrent()
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp48 eglMakeCurrent(display, dsurface, rsurface, context); in context_restorer()
192 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in EGLGLTestContext()
226 eglMakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in destroyGLContext()
298 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in onPlatformMakeCurrent()
/external/virglrenderer/tests/fuzzer/
Dvirgl_fuzzer.c141 assert(eglMakeCurrent(cookie.display, EGL_NO_SURFACE, EGL_NO_SURFACE, in initialize_environment()
154 eglMakeCurrent(cookie.display, NULL, NULL, NULL); in cleanup_environment()
/external/skqp/tools/sk_app/android/
DGLWindowContext_android.cpp107 SkAssertResult(eglMakeCurrent(fDisplay, fSurfaceAndroid, fSurfaceAndroid, fEGLContext)); in onInitializeContext()
127 eglMakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in onDestroyContext()
/external/skia/tools/sk_app/android/
DGLWindowContext_android.cpp107 SkAssertResult(eglMakeCurrent(fDisplay, fSurfaceAndroid, fSurfaceAndroid, fEGLContext)); in onInitializeContext()
127 eglMakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in onDestroyContext()
/external/skqp/tools/sk_app/win/
DANGLEWindowContext_win.cpp117 if (!eglMakeCurrent(fDisplay, fEGLSurface, fEGLSurface, fEGLContext)) { in onInitializeContext()
147 eglMakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in onDestroyContext()
/external/skia/tools/sk_app/win/
DANGLEWindowContext_win.cpp117 if (!eglMakeCurrent(fDisplay, fEGLSurface, fEGLSurface, fEGLContext)) { in onInitializeContext()
147 eglMakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in onDestroyContext()
/external/virglrenderer/src/
Dvirgl_egl_context.c258 eglMakeCurrent(d->egl_display, EGL_NO_SURFACE, EGL_NO_SURFACE, in virgl_egl_init()
268 eglMakeCurrent(d->egl_display, EGL_NO_SURFACE, EGL_NO_SURFACE, in virgl_egl_destroy()
304 return eglMakeCurrent(ve->egl_display, EGL_NO_SURFACE, EGL_NO_SURFACE, in virgl_egl_make_context_current()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DEglBase14.java184 if (!EGL14.eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext)) { in makeCurrent()
192 if (!EGL14.eglMakeCurrent( in detachCurrent()
DEglBase10.java239 if (!egl.eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext)) { in makeCurrent()
247 if (!egl.eglMakeCurrent( in detachCurrent()
/external/mesa3d/src/egl/main/
Degl.def22 eglMakeCurrent
/external/webrtc/webrtc/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/swiftshader/src/OpenGL/libEGL/
DlibEGL.def23 eglMakeCurrent @25
DlibEGL.lds33 eglMakeCurrent;
/external/mesa3d/src/egl/
Degl-symbols-check42 eglMakeCurrent
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_Windows.cpp128 eglMakeCurrent(eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in Cleanup()
345 eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext); in WinMain()

123