Searched refs:CreateWindowSurface (Results 1 – 12 of 12) 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 | 122 void CreateWindowSurface() in CreateWindowSurface() function in EGLDeviceCreationTest 251 CreateWindowSurface(); in TEST_P() 280 CreateWindowSurface(); in TEST_P()
|
/external/angle/extensions/ |
D | EGL_ANGLE_x11_visual.txt | 76 Append the following to the errors of CreateWindowSurface:
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 355 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()
|
D | libEGL.cpp | 385 EGLSurface EGLAPIENTRY CreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType wi… in CreateWindowSurface() function
|
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 319 .CreateWindowSurface = haiku_create_window_surface,
|
/external/mesa3d/src/egl/main/ |
D | egldriver.h | 102 _EGLSurface *(*CreateWindowSurface)(_EGLDisplay *disp, _EGLConfig *config, member
|
D | eglapi.c | 990 surf = disp->Driver->CreateWindowSurface(disp, conf, native_window, attrib_list); in _eglCreateWindowSurfaceCommon()
|
/external/angle/src/libGLESv2/ |
D | egl_stubs_autogen.h | 95 EGLSurface CreateWindowSurface(Thread *thread,
|
D | entry_points_egl_autogen.cpp | 142 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()
|
D | egl_stubs.cpp | 260 EGLSurface CreateWindowSurface(Thread *thread, in CreateWindowSurface() function
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 3671 .CreateWindowSurface = dri2_create_window_surface,
|