Home
last modified time | relevance | path

Searched refs:eglConfig (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DEglBase14.java52 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()
DEglBase10.java52 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/
DegluGLUtil.cpp79 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()
DegluGLContextFactory.cpp223 …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/
DteglResizeTests.cpp148 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()
DteglGLES2SharedRenderingPerfTests.cpp104 …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()
DteglNegativePartialUpdateTests.cpp118 …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/
DSkOSWindow_win.cpp404 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/
DViEAndroidGLES20.java88 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/
DGLSurfaceView.java701 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext() argument
/external/robolectric/v3/runtime/
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...