Searched refs:CreatePlatformWindowSurfaceEXT (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_wrapper_display.h | 114 …EGLSurface CreatePlatformWindowSurfaceEXT(EGLConfig config, void *nativeWindow, const EGLint *attr…
|
H A D | egl_wrapper_display.cpp | 1154 EGLSurface EglWrapperDisplay::CreatePlatformWindowSurfaceEXT(EGLConfig config, void *nativeWindow, in CreatePlatformWindowSurfaceEXT() function in OHOS::EglWrapperDisplay
|
H A D | egl_wrapper_entry.cpp | 1378 return display->CreatePlatformWindowSurfaceEXT(config, nativeWindow, attribList); in EglCreatePlatformWindowSurfaceEXTImpl()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_wrapper_display_test.cpp | 758 auto result = eglWrapperDisplay->CreatePlatformWindowSurfaceEXT(nullptr, nullptr, nullptr); in HWTEST_F() 774 auto result = eglWrapperDisplay->CreatePlatformWindowSurfaceEXT(nullptr, nullptr, nullptr); in HWTEST_F()
|