Home
last modified time | relevance | path

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

12

/third_party/flutter/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/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSyncControlTest.cpp118 void CreateWindowSurface() in CreateWindowSurface() function in EGLSyncControlTest
188 CreateWindowSurface(); in TEST_F()
DEGLDeviceTest.cpp122 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/
Dandroid_context_gl.cc117 bool AndroidContextGL::CreateWindowSurface( in CreateWindowSurface() function in flutter::AndroidContextGL
272 if (!this->CreateWindowSurface(window_)) { in Resize()
Dandroid_context_gl.h20 bool CreateWindowSurface(fml::RefPtr<AndroidNativeWindow> window);
Dandroid_surface_gl.cc99 if (!onscreen_context_->CreateWindowSurface(std::move(window))) { in SetNativeWindow()
/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/angle2/extensions/
DEGL_ANGLE_x11_visual.txt76 Append the following to the errors of CreateWindowSurface:
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_x11_visual.txt76 Append the following to the errors of CreateWindowSurface:
/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()
/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/mesa3d/src/egl/main/
Degldriver.h100 _EGLSurface *(*CreateWindowSurface)(_EGLDisplay *disp, _EGLConfig *config, member
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp319 .CreateWindowSurface = haiku_create_window_surface,
/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,

12