Home
last modified time | relevance | path

Searched refs:eglCreateWindowSurface (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/angle/samples/angle/sample_util/
DSampleApplication.cpp178 …mSurface = eglCreateWindowSurface(mWindow->getDisplay(), mConfig, mWindow->getNativeWindow(), surf… in initializeGL()
182 mSurface = eglCreateWindowSurface(mWindow->getDisplay(), mConfig, NULL, NULL); in initializeGL()
/external/mesa3d/src/egl/main/
Degl.def10 eglCreateWindowSurface
DREADME.txt45 eglCreateWindowSurface
/external/chromium_org/third_party/mesa/src/src/egl/main/
Degl.def10 eglCreateWindowSurface
DREADME.txt45 eglCreateWindowSurface
/external/chromium_org/third_party/angle/src/libEGL/
DlibEGL.def11 eglCreateWindowSurface @9
/external/chromium_org/third_party/angle/tests/angle_tests/
DANGLETest.cpp281 mSurface = eglCreateWindowSurface(mDisplay, mConfig, mNativeWindow, NULL); in createEGLContext()
285 mSurface = eglCreateWindowSurface(mDisplay, mConfig, NULL, NULL); in createEGLContext()
/external/deqp/framework/egl/
DegluApiPrototypes.inl13 EGLSurface eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType…
DegluCallLogWrapper.inl94 EGLSurface CallLogWrapper::eglCreateWindowSurface (EGLDisplay param0, EGLConfig param1, EGLNativeWi… function in CallLogWrapper
97 …m_log << TestLog::Message << "eglCreateWindowSurface(" << getEGLDisplayStr(param0) << ", " << toHe…
98 EGLSurface returnValue = ::eglCreateWindowSurface(param0, param1, param2, param3);
DtcuEgl.cpp169 m_surface = eglCreateWindowSurface(display.getEGLDisplay(), config, nativeWindow, attribList); in WindowSurface()
DegluUtil.cpp244 surface = eglCreateWindowSurface(display, config, window.getLegacyNative(), &legacyAttribs[0]); in createWindowSurface()
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp623 expectNoSurface(eglCreateWindowSurface(EGL_NO_DISPLAY, DE_NULL, DE_NULL, s_emptyAttribList)); in init()
626 expectNoSurface(eglCreateWindowSurface((EGLDisplay)-1, DE_NULL, DE_NULL, s_emptyAttribList)); in init()
633 expectNoSurface(eglCreateWindowSurface(display, (EGLConfig)-1, DE_NULL, s_emptyAttribList)); in init()
644 expectNoSurface(eglCreateWindowSurface(display, windowConfig, DE_NULL, s_emptyAttribList)); in init()
647 …expectNoSurface(eglCreateWindowSurface(display, windowConfig, (EGLNativeWindowType)-1, s_emptyAttr… in init()
DteglCreateSurfaceTests.cpp72 surface = eglCreateWindowSurface(display, config, window.getLegacyNative(), DE_NULL); in createWindowSurface()
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/android/apmtest/jni/
Dmain.c101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL); in engine_init_display()
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
Dmain.c101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL); in engine_init_display()
/external/chromium_org/third_party/angle/include/EGL/
Degl.h265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
/external/chromium_org/third_party/khronos/EGL/
Degl.h265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
/external/chromium_org/ppapi/lib/gl/include/EGL/
Degl.h265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
/external/chromium_org/third_party/mesa/src/include/EGL/
Degl.h265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
/external/mesa3d/include/EGL/
Degl.h265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
/external/chromium_org/content/common/gpu/media/
Drendering_helper.cc233 eglCreateWindowSurface(gl_display_, egl_config, window_, NULL); in Initialize()
236 eglCreateWindowSurface(gl_display_, egl_config, x_window_, NULL); in Initialize()
/external/chromium_org/third_party/angle/extensions/
DEGL_ANGLE_window_fixed_size.txt51 <attrib_list> parameter of eglCreateWindowSurface:
/external/chromium_org/gpu/gles2_conform_support/egl/
Degl.cc199 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface() function
/external/chromium_org/ui/gl/
Dgl_surface_egl.cc285 surface_ = eglCreateWindowSurface( in Initialize()
/external/chromium_org/third_party/skia/src/views/win/
DSkOSWindow_win.cpp452 EGLSurface surface = eglCreateWindowSurface(display, *eglConfig, in create_ANGLE()

12