Home
last modified time | relevance | path

Searched refs:CreateWindowSurface (Results 1 – 24 of 24) sorted by relevance

/third_party/glfw/src/
Degl_context.h145 #define eglCreateWindowSurface _glfw.egl.CreateWindowSurface
192 PFNEGLCREATEWINDOWSURFACEPROC CreateWindowSurface; member
Degl_context.c338 _glfw.egl.CreateWindowSurface = (PFNEGLCREATEWINDOWSURFACEPROC) in _glfwInitEGL()
361 !_glfw.egl.CreateWindowSurface || in _glfwInitEGL()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSyncControlTest.cpp118 void CreateWindowSurface() in CreateWindowSurface() function in EGLSyncControlTest
188 CreateWindowSurface(); in TEST_F()
DEGLDeviceTest.cpp110 void CreateWindowSurface() in CreateWindowSurface() function in EGLDeviceCreationTest
239 CreateWindowSurface(); in TEST_P()
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_3dvision_surface.txt65 CreateWindowSurface and CreatePbufferSurface
/third_party/EGL/extensions/NV/
DEGL_NV_3dvision_surface.txt65 CreateWindowSurface and CreatePbufferSurface
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp355 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()
DlibEGL.cpp385 EGLSurface EGLAPIENTRY CreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType wi… in CreateWindowSurface() function
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_x11_visual.txt76 Append the following to the errors of CreateWindowSurface:
/third_party/EGL/extensions/EXT/
DEGL_EXT_multiview_window.txt56 CreateWindowSurface:
DEGL_EXT_gl_colorspace_display_p3.txt128 CreateWindowSurface, eglCreatePbufferSurface and eglCreatePixmapSurface),
DEGL_EXT_gl_colorspace_display_p3_passthrough.txt116 CreateWindowSurface, eglCreatePbufferSurface and eglCreatePixmapSurface),
DEGL_EXT_gl_colorspace_bt2020_linear.txt149 CreateWindowSurface, eglCreatePbufferSurface and eglCreatePixmapSurface),
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_multiview_window.txt56 CreateWindowSurface:
DEGL_EXT_gl_colorspace_display_p3.txt128 CreateWindowSurface, eglCreatePbufferSurface and eglCreatePixmapSurface),
DEGL_EXT_gl_colorspace_bt2020_linear.txt149 CreateWindowSurface, eglCreatePbufferSurface and eglCreatePixmapSurface),
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl_autogen.cpp142 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()
Degl_stubs_autogen.h95 EGLSurface CreateWindowSurface(Thread *thread,
Degl_stubs.cpp260 EGLSurface CreateWindowSurface(Thread *thread, in CreateWindowSurface() function
/third_party/mesa3d/src/egl/main/
Degldriver.h100 _EGLSurface *(*CreateWindowSurface)(_EGLDisplay *disp, _EGLConfig *config, member
Deglapi.c999 surf = disp->Driver->CreateWindowSurface(disp, conf, native_window, attrib_list); in _eglCreateWindowSurfaceCommon()
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp319 .CreateWindowSurface = haiku_create_window_surface,
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c662 .CreateWindowSurface = wgl_create_window_surface,
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c3714 .CreateWindowSurface = dri2_create_window_surface,