/external/chromium_org/third_party/angle/samples/angle/sample_util/ |
D | SampleApplication.cpp | 178 …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/ |
D | egl.def | 10 eglCreateWindowSurface
|
D | README.txt | 45 eglCreateWindowSurface
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
D | egl.def | 10 eglCreateWindowSurface
|
D | README.txt | 45 eglCreateWindowSurface
|
/external/chromium_org/third_party/angle/src/libEGL/ |
D | libEGL.def | 11 eglCreateWindowSurface @9
|
/external/chromium_org/third_party/angle/tests/angle_tests/ |
D | ANGLETest.cpp | 281 mSurface = eglCreateWindowSurface(mDisplay, mConfig, mNativeWindow, NULL); in createEGLContext() 285 mSurface = eglCreateWindowSurface(mDisplay, mConfig, NULL, NULL); in createEGLContext()
|
/external/deqp/framework/egl/ |
D | egluApiPrototypes.inl | 13 EGLSurface eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType…
|
D | egluCallLogWrapper.inl | 94 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);
|
D | tcuEgl.cpp | 169 m_surface = eglCreateWindowSurface(display.getEGLDisplay(), config, nativeWindow, attribList); in WindowSurface()
|
D | egluUtil.cpp | 244 surface = eglCreateWindowSurface(display, config, window.getLegacyNative(), &legacyAttribs[0]); in createWindowSurface()
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 623 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()
|
D | teglCreateSurfaceTests.cpp | 72 surface = eglCreateWindowSurface(display, config, window.getLegacyNative(), DE_NULL); in createWindowSurface()
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/android/apmtest/jni/ |
D | main.c | 101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL); in engine_init_display()
|
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/ |
D | main.c | 101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL); in engine_init_display()
|
/external/chromium_org/third_party/angle/include/EGL/ |
D | egl.h | 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
|
/external/chromium_org/third_party/khronos/EGL/ |
D | egl.h | 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
|
/external/chromium_org/ppapi/lib/gl/include/EGL/ |
D | egl.h | 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
|
/external/chromium_org/third_party/mesa/src/include/EGL/ |
D | egl.h | 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
|
/external/mesa3d/include/EGL/ |
D | egl.h | 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
|
/external/chromium_org/content/common/gpu/media/ |
D | rendering_helper.cc | 233 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/ |
D | EGL_ANGLE_window_fixed_size.txt | 51 <attrib_list> parameter of eglCreateWindowSurface:
|
/external/chromium_org/gpu/gles2_conform_support/egl/ |
D | egl.cc | 199 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface() function
|
/external/chromium_org/ui/gl/ |
D | gl_surface_egl.cc | 285 surface_ = eglCreateWindowSurface( in Initialize()
|
/external/chromium_org/third_party/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 452 EGLSurface surface = eglCreateWindowSurface(display, *eglConfig, in create_ANGLE()
|