/third_party/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/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/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()
|
D | libEGL.cpp | 385 EGLSurface EGLAPIENTRY CreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType wi… in CreateWindowSurface() function
|
/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/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/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,
|
D | egl_stubs.cpp | 260 EGLSurface CreateWindowSurface(Thread *thread, in CreateWindowSurface() function
|
/third_party/mesa3d/src/egl/main/ |
D | egldriver.h | 100 _EGLSurface *(*CreateWindowSurface)(_EGLDisplay *disp, _EGLConfig *config, member
|
D | eglapi.c | 999 surf = disp->Driver->CreateWindowSurface(disp, conf, native_window, attrib_list); in _eglCreateWindowSurfaceCommon()
|
/third_party/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 319 .CreateWindowSurface = haiku_create_window_surface,
|
/third_party/mesa3d/src/egl/drivers/wgl/ |
D | egl_wgl.c | 662 .CreateWindowSurface = wgl_create_window_surface,
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 3714 .CreateWindowSurface = dri2_create_window_surface,
|