/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | EglBase14.java | 52 private EGLConfig eglConfig; field in EglBase14 76 eglConfig = getEglConfig(eglDisplay, configAttributes); in EglBase14() 77 eglContext = createEglContext(sharedContext, eglDisplay, eglConfig); in EglBase14() 102 eglSurface = EGL14.eglCreateWindowSurface(eglDisplay, eglConfig, surface, surfaceAttribs, 0); in createSurfaceInternal() 120 eglSurface = EGL14.eglCreatePbufferSurface(eglDisplay, eglConfig, surfaceAttribs, 0); in createPbufferSurface() 160 || eglConfig == null) { in checkIsNotReleased() 175 eglConfig = null; in release() 243 EglBase14.Context sharedContext, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createEglContext() argument 248 EGL14.eglCreateContext(eglDisplay, eglConfig, rootContext, contextAttributes, 0); in createEglContext()
|
D | EglBase10.java | 52 private EGLConfig eglConfig; field in EglBase10 69 eglConfig = getEglConfig(eglDisplay, configAttributes); in EglBase10() 70 eglContext = createEglContext(sharedContext, eglDisplay, eglConfig); in EglBase10() 157 eglSurface = egl.eglCreateWindowSurface(eglDisplay, eglConfig, nativeWindow, surfaceAttribs); in createSurfaceInternal() 176 eglSurface = egl.eglCreatePbufferSurface(eglDisplay, eglConfig, surfaceAttribs); in createPbufferSurface() 216 || eglConfig == null) { in checkIsNotReleased() 230 eglConfig = null; in release() 288 Context sharedContext, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createEglContext() argument 293 egl.eglCreateContext(eglDisplay, eglConfig, rootContext, contextAttributes); in createEglContext()
|
/external/deqp/framework/egl/ |
D | egluGLUtil.cpp | 79 EGLContext createGLContext (const Library& egl, EGLDisplay display, EGLContext eglConfig, const glu… in createGLContext() argument 152 context = egl.createContext(display, eglConfig, EGL_NO_CONTEXT, &(attribList[0])); in createGLContext() 158 …es (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig eglConfig, const glu::Rend… in configMatches() argument 166 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, EGL_RENDERABLE_TYPE, &renderableType)); in configMatches() 186 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, EGL_SURFACE_TYPE, &surfaceType)); in configMatches() 214 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, s_attribs[attribNdx].attrib, &value)); in configMatches()
|
D | egluGLContextFactory.cpp | 223 …st NativeWindowFactory* windowFactory, EGLDisplay eglDisplay, EGLConfig eglConfig, const glu::Rend… in createWindow() argument 232 …nativeWindow = windowFactory->createWindow(nativeDisplay, eglDisplay, eglConfig, &attribList[0], W… in createWindow() 236 …surface = eglu::createWindowSurface(*nativeDisplay, *nativeWindow, eglDisplay, eglConfig, attribLi… in createWindow() 247 …st NativePixmapFactory* pixmapFactory, EGLDisplay eglDisplay, EGLConfig eglConfig, const glu::Rend… in createPixmap() argument 255 …nativePixmap = pixmapFactory->createPixmap(nativeDisplay, eglDisplay, eglConfig, &attribList[0], w… in createPixmap() 259 …surface = eglu::createPixmapSurface(*nativeDisplay, *nativePixmap, eglDisplay, eglConfig, attribLi… in createPixmap() 270 EGLSurface createPBuffer (const Library& egl, EGLDisplay display, EGLConfig eglConfig, const glu::R… in createPBuffer() argument 282 surface = egl.createPbufferSurface(display, eglConfig, &(attribList[0])); in createPBuffer()
|
/external/deqp/modules/egl/ |
D | teglResizeTests.cpp | 148 const EGLConfig eglConfig = getEGLConfig(egl, eglDisplay, surfaceType()); in init() local 155 eglConfig, in init() 162 eglConfig, in init() 172 eglConfig, in init() 178 eglConfig, in init() 188 m_config = eglConfig; in init()
|
D | teglGLES2SharedRenderingPerfTests.cpp | 104 …TestContext (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig eglConfig, const TestConfi… 444 EGLContext createEGLContext (EglTestContext& testCtx, EGLDisplay eglDisplay, EGLConfig eglConfig, E… in createEGLContext() argument 455 EGLContext context = egl.createContext(eglDisplay, eglConfig, share, attribList); in createEGLContext() 461 EGLSurface createEGLSurface (EglTestContext& testCtx, EGLDisplay display, EGLConfig eglConfig, cons… in createEGLSurface() argument 471 EGLSurface surface = egl.createPbufferSurface(display, eglConfig, attribList); in createEGLSurface() 479 TestContext::TestContext (EglTestContext& testCtx, EGLDisplay eglDisplay, EGLConfig eglConfig, cons… in TestContext() argument 505 …m_eglContext = createEGLContext(m_testCtx, m_eglDisplay, eglConfig, (share && parent ? parent->get… in TestContext() 506 m_eglSurface = createEGLSurface(m_testCtx, m_eglDisplay, eglConfig, config); in TestContext() 859 EGLConfig eglConfig = eglu::chooseSingleConfig(egl, m_display, attribList); in init() local 863 …m_contexts.push_back(new TestContext(m_eglTestCtx, m_display, eglConfig, m_config, m_config.shared… in init()
|
D | teglNegativePartialUpdateTests.cpp | 118 …t Library& egl, EGLDisplay eglDisplay, EGLSurface eglSurface, EGLConfig eglConfig, const EGLint* a… in initAndMakeCurrentEGLContext() argument 123 eglContext = egl.createContext(eglDisplay, eglConfig, EGL_NO_CONTEXT, attribList); in initAndMakeCurrentEGLContext()
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 404 EGLConfig* eglConfig) { in create_ANGLE() argument 455 if (eglChooseConfig(display, msaaConfigAttribList, eglConfig, 1, &numConfigs)) { in create_ANGLE() 461 if (!eglChooseConfig(display, configAttribList, eglConfig, 1, &numConfigs)) { in create_ANGLE() 467 EGLSurface surface = eglCreateWindowSurface(display, *eglConfig, in create_ANGLE() 475 EGLContext context = eglCreateContext(display, *eglConfig, in create_ANGLE()
|
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/ |
D | ViEAndroidGLES20.java | 88 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() argument 92 EGLContext context = egl.eglCreateContext(display, eglConfig, in createContext()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLSurfaceView.java | 701 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext() argument
|
/external/robolectric/v3/runtime/ |
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/ ... |
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/ ... |