Home
last modified time | relevance | path

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

/external/angle/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()
/external/angle/extensions/
DEGL_ANGLE_x11_visual.txt76 Append the following to the errors of CreateWindowSurface:
/external/angle/src/libGLESv2/
Dentry_points_egl_autogen.cpp249 EGL_EVENT(CreateWindowSurface, in EGL_CreateWindowSurface()
259 ANGLE_EGL_SCOPED_CONTEXT_LOCK(CreateWindowSurface, thread, dpyPacked); in EGL_CreateWindowSurface()
262 ANGLE_EGL_VALIDATE(thread, CreateWindowSurface, GetDisplayIfValid(dpyPacked), in EGL_CreateWindowSurface()
271 CreateWindowSurface(thread, dpyPacked, configPacked, win, attrib_listPacked); in EGL_CreateWindowSurface()
274 ANGLE_CAPTURE_EGL(CreateWindowSurface, true, thread, dpyPacked, configPacked, win, in EGL_CreateWindowSurface()
Degl_stubs_autogen.h96 EGLSurface CreateWindowSurface(Thread *thread,
Degl_stubs.cpp285 EGLSurface CreateWindowSurface(Thread *thread, in CreateWindowSurface() function
/external/mesa3d/src/egl/main/
Degldriver.h99 _EGLSurface *(*CreateWindowSurface)(_EGLDisplay *disp, _EGLConfig *config, member
Deglapi.c1082 surf = disp->Driver->CreateWindowSurface(disp, conf, native_window, in _eglCreateWindowSurfaceCommon()
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp518 .CreateWindowSurface = haiku_create_window_surface,
/external/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c1181 .CreateWindowSurface = wgl_create_window_surface,
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c3365 .CreateWindowSurface = dri2_create_window_surface,