Searched refs:eglContext (Results 1 - 11 of 11) sorted by relevance

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DEglBase10.java51 private EGLContext eglContext; field in class:EglBase10
58 private final EGLContext eglContext; field in class:EglBase10.Context
60 public Context(EGLContext eglContext) { argument
61 this.eglContext = eglContext;
70 eglContext = createEglContext(sharedContext, eglDisplay, eglConfig);
184 return new EglBase10.Context(eglContext);
215 if (eglDisplay == EGL10.EGL_NO_DISPLAY || eglContext == EGL10.EGL_NO_CONTEXT
226 egl.eglDestroyContext(eglDisplay, eglContext);
228 eglContext
[all...]
H A DEglBase14.java51 private EGLContext eglContext; field in class:EglBase14
67 Context(android.opengl.EGLContext eglContext) { argument
68 this.egl14Context = eglContext;
77 eglContext = createEglContext(sharedContext, eglDisplay, eglConfig);
128 return new EglBase14.Context(eglContext);
159 if (eglDisplay == EGL14.EGL_NO_DISPLAY || eglContext == EGL14.EGL_NO_CONTEXT
170 EGL14.eglDestroyContext(eglDisplay, eglContext);
173 eglContext = EGL14.EGL_NO_CONTEXT;
184 if (!EGL14.eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext)) {
247 EGLContext eglContext
[all...]
H A DVideoRendererGui.java56 // |instance|, |instance.surface|, |eglContext|, and |eglContextReady| are synchronized on
62 private static EglBase.Context eglContext = null; field in class:VideoRendererGui
422 return eglContext;
440 eglContext = null;
612 eglContext = new EglBase14.Context(EGL14.eglGetCurrentContext());
614 eglContext = new EglBase10.Context(((EGL10) EGLContext.getEGL()).eglGetCurrentContext());
617 Logging.d(TAG, "VideoRendererGui EGL Context: " + eglContext);
/external/deqp/modules/egl/
H A DteglNegativePartialUpdateTests.cpp120 EGLContext eglContext = EGL_NO_CONTEXT; local
123 eglContext = egl.createContext(eglDisplay, eglConfig, EGL_NO_CONTEXT, attribList);
126 egl.makeCurrent(eglDisplay, eglSurface, eglSurface, eglContext);
129 return eglContext;
H A DteglImageTests.cpp369 const EGLContext eglContext = context.getEglContext(); local
377 const EGLImageKHR image = m_source->createImage(egl, dpy, eglContext, clientBuffer->get());
H A DteglResizeTests.cpp154 EGLContext eglContext = egl.createContext(eglDisplay, local
159 MovePtr<UniqueContext> context (new UniqueContext(egl, eglDisplay, eglContext));
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp402 EGLContext* eglContext,
488 *eglContext = context;
399 create_ANGLE(EGLNativeWindowType hWnd, int msaaSampleCount, EGLDisplay* eglDisplay, EGLContext* eglContext, EGLSurface* eglSurface, EGLConfig* eglConfig) argument
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 177 milliseconds