/third_party/flutter/glfw/src/ |
D | egl_context.h | 145 #define eglCreateWindowSurface _glfw.egl.CreateWindowSurface 192 PFNEGLCREATEWINDOWSURFACEPROC CreateWindowSurface; member
|
D | egl_context.c | 338 _glfw.egl.CreateWindowSurface = (PFNEGLCREATEWINDOWSURFACEPROC) in _glfwInitEGL() 361 !_glfw.egl.CreateWindowSurface || in _glfwInitEGL()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLSyncControlTest.cpp | 118 void CreateWindowSurface() in CreateWindowSurface() function in EGLSyncControlTest 188 CreateWindowSurface(); in TEST_F()
|
D | EGLDeviceTest.cpp | 110 void CreateWindowSurface() in CreateWindowSurface() function in EGLDeviceCreationTest 239 CreateWindowSurface(); in TEST_P()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLSyncControlTest.cpp | 118 void CreateWindowSurface() in CreateWindowSurface() function in EGLSyncControlTest 188 CreateWindowSurface(); in TEST_F()
|
D | EGLDeviceTest.cpp | 122 void CreateWindowSurface() in CreateWindowSurface() function in EGLDeviceCreationTest 251 CreateWindowSurface(); in TEST_P() 280 CreateWindowSurface(); in TEST_P()
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | android_context_gl.cc | 117 bool AndroidContextGL::CreateWindowSurface( in CreateWindowSurface() function in flutter::AndroidContextGL 272 if (!this->CreateWindowSurface(window_)) { in Resize()
|
D | android_context_gl.h | 20 bool CreateWindowSurface(fml::RefPtr<AndroidNativeWindow> window);
|
D | android_surface_gl.cc | 99 if (!onscreen_context_->CreateWindowSurface(std::move(window))) { in SetNativeWindow()
|
/third_party/skia/third_party/externals/egl-registry/extensions/NV/ |
D | EGL_NV_3dvision_surface.txt | 65 CreateWindowSurface and CreatePbufferSurface
|
/third_party/EGL/extensions/NV/ |
D | EGL_NV_3dvision_surface.txt | 65 CreateWindowSurface and CreatePbufferSurface
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_x11_visual.txt | 76 Append the following to the errors of CreateWindowSurface:
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_x11_visual.txt | 76 Append the following to the errors of CreateWindowSurface:
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 355 EGLSurface EGLAPIENTRY CreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType wi… 442 return egl::CreateWindowSurface(dpy, config, window, attrib_list); in eglCreateWindowSurface() 681 this->eglCreateWindowSurface = egl::CreateWindowSurface; in LibEGLexports()
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_multiview_window.txt | 56 CreateWindowSurface:
|
D | EGL_EXT_gl_colorspace_display_p3.txt | 128 CreateWindowSurface, eglCreatePbufferSurface and eglCreatePixmapSurface),
|
D | EGL_EXT_gl_colorspace_display_p3_passthrough.txt | 116 CreateWindowSurface, eglCreatePbufferSurface and eglCreatePixmapSurface),
|
D | EGL_EXT_gl_colorspace_bt2020_linear.txt | 149 CreateWindowSurface, eglCreatePbufferSurface and eglCreatePixmapSurface),
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_multiview_window.txt | 56 CreateWindowSurface:
|
D | EGL_EXT_gl_colorspace_display_p3.txt | 128 CreateWindowSurface, eglCreatePbufferSurface and eglCreatePixmapSurface),
|
D | EGL_EXT_gl_colorspace_bt2020_linear.txt | 149 CreateWindowSurface, eglCreatePbufferSurface and eglCreatePixmapSurface),
|
/third_party/mesa3d/src/egl/main/ |
D | egldriver.h | 100 _EGLSurface *(*CreateWindowSurface)(_EGLDisplay *disp, _EGLConfig *config, member
|
/third_party/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 319 .CreateWindowSurface = haiku_create_window_surface,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_egl_autogen.cpp | 142 EGL_EVENT(CreateWindowSurface, in EGL_CreateWindowSurface() 153 ANGLE_EGL_VALIDATE(thread, CreateWindowSurface, GetDisplayIfValid(dpyPacked), EGLSurface, in EGL_CreateWindowSurface() 156 return CreateWindowSurface(thread, dpyPacked, configPacked, win, attrib_listPacked); in EGL_CreateWindowSurface()
|
D | egl_stubs_autogen.h | 95 EGLSurface CreateWindowSurface(Thread *thread,
|