/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | EglBase10.java | 51 private EGLContext eglContext; field in EglBase10 58 private final EGLContext eglContext; field in EglBase10.Context 60 public Context(EGLContext eglContext) { in Context() argument 61 this.eglContext = eglContext; in Context() 70 eglContext = createEglContext(sharedContext, eglDisplay, eglConfig); in EglBase10() 184 return new EglBase10.Context(eglContext); in getEglBaseContext() 215 if (eglDisplay == EGL10.EGL_NO_DISPLAY || eglContext == EGL10.EGL_NO_CONTEXT in checkIsNotReleased() 226 egl.eglDestroyContext(eglDisplay, eglContext); in release() 228 eglContext = EGL10.EGL_NO_CONTEXT; in release() 239 if (!egl.eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext)) { in makeCurrent() [all …]
|
D | EglBase14.java | 51 private EGLContext eglContext; field in EglBase14 67 Context(android.opengl.EGLContext eglContext) { in Context() argument 68 this.egl14Context = eglContext; in Context() 77 eglContext = createEglContext(sharedContext, eglDisplay, eglConfig); in EglBase14() 128 return new EglBase14.Context(eglContext); in getEglBaseContext() 159 if (eglDisplay == EGL14.EGL_NO_DISPLAY || eglContext == EGL14.EGL_NO_CONTEXT in checkIsNotReleased() 170 EGL14.eglDestroyContext(eglDisplay, eglContext); in release() 173 eglContext = EGL14.EGL_NO_CONTEXT; in release() 184 if (!EGL14.eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext)) { in makeCurrent() 247 EGLContext eglContext = in createEglContext() local [all …]
|
D | VideoRendererGui.java | 62 private static EglBase.Context eglContext = null; field in VideoRendererGui 422 return eglContext; in getEglBaseContext() 440 eglContext = null; in dispose() 612 eglContext = new EglBase14.Context(EGL14.eglGetCurrentContext()); in onSurfaceCreated() 614 eglContext = new EglBase10.Context(((EGL10) EGLContext.getEGL()).eglGetCurrentContext()); in onSurfaceCreated() 617 Logging.d(TAG, "VideoRendererGui EGL Context: " + eglContext); in onSurfaceCreated()
|
/external/deqp/modules/egl/ |
D | teglNegativePartialUpdateTests.cpp | 120 EGLContext eglContext = EGL_NO_CONTEXT; in initAndMakeCurrentEGLContext() local 123 eglContext = egl.createContext(eglDisplay, eglConfig, EGL_NO_CONTEXT, attribList); in initAndMakeCurrentEGLContext() 126 egl.makeCurrent(eglDisplay, eglSurface, eglSurface, eglContext); in initAndMakeCurrentEGLContext() 129 return eglContext; in initAndMakeCurrentEGLContext()
|
D | teglResizeTests.cpp | 154 EGLContext eglContext = egl.createContext(eglDisplay, in init() local 159 MovePtr<UniqueContext> context (new UniqueContext(egl, eglDisplay, eglContext)); in init()
|
D | teglImageTests.cpp | 369 const EGLContext eglContext = context.getEglContext(); in iterate() local 377 const EGLImageKHR image = m_source->createImage(egl, dpy, eglContext, clientBuffer->get()); in iterate()
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 402 EGLContext* eglContext, in create_ANGLE() argument 488 *eglContext = context; in create_ANGLE()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |