Searched refs:CreateWindowSurface (Results 1 – 11 of 11) sorted by relevance
/external/angle/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()
|
/external/angle/extensions/ |
D | EGL_ANGLE_x11_visual.txt | 76 Append the following to the errors of CreateWindowSurface:
|
/external/angle/src/libGLESv2/ |
D | entry_points_egl_autogen.cpp | 249 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()
|
D | egl_stubs_autogen.h | 96 EGLSurface CreateWindowSurface(Thread *thread,
|
D | egl_stubs.cpp | 285 EGLSurface CreateWindowSurface(Thread *thread, in CreateWindowSurface() function
|
/external/mesa3d/src/egl/main/ |
D | egldriver.h | 99 _EGLSurface *(*CreateWindowSurface)(_EGLDisplay *disp, _EGLConfig *config, member
|
D | eglapi.c | 1082 surf = disp->Driver->CreateWindowSurface(disp, conf, native_window, in _eglCreateWindowSurfaceCommon()
|
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 518 .CreateWindowSurface = haiku_create_window_surface,
|
/external/mesa3d/src/egl/drivers/wgl/ |
D | egl_wgl.c | 1181 .CreateWindowSurface = wgl_create_window_surface,
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 3365 .CreateWindowSurface = dri2_create_window_surface,
|