Home
last modified time | relevance | path

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

/external/angle/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()
/external/angle/extensions/
DEGL_ANGLE_x11_visual.txt76 Append the following to the errors of CreateWindowSurface:
/external/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
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp319 .CreateWindowSurface = haiku_create_window_surface,
/external/mesa3d/src/egl/main/
Degldriver.h102 _EGLSurface *(*CreateWindowSurface)(_EGLDisplay *disp, _EGLConfig *config, member
Deglapi.c990 surf = disp->Driver->CreateWindowSurface(disp, conf, native_window, attrib_list); in _eglCreateWindowSurfaceCommon()
/external/angle/src/libGLESv2/
Degl_stubs_autogen.h95 EGLSurface CreateWindowSurface(Thread *thread,
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.cpp260 EGLSurface CreateWindowSurface(Thread *thread, in CreateWindowSurface() function
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c3671 .CreateWindowSurface = dri2_create_window_surface,