Home
last modified time | relevance | path

Searched refs:CreateWindowSurface (Results 1 – 9 of 9) 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.cpp381 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/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c3671 .CreateWindowSurface = dri2_create_window_surface,