Home
last modified time | relevance | path

Searched refs:CreatePlatformWindowSurfaceEXT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h114 …EGLSurface CreatePlatformWindowSurfaceEXT(EGLConfig config, void *nativeWindow, const EGLint *attr…
H A Degl_wrapper_display.cpp1154 EGLSurface EglWrapperDisplay::CreatePlatformWindowSurfaceEXT(EGLConfig config, void *nativeWindow, in CreatePlatformWindowSurfaceEXT() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp1378 return display->CreatePlatformWindowSurfaceEXT(config, nativeWindow, attribList); in EglCreatePlatformWindowSurfaceEXTImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp758 auto result = eglWrapperDisplay->CreatePlatformWindowSurfaceEXT(nullptr, nullptr, nullptr); in HWTEST_F()
774 auto result = eglWrapperDisplay->CreatePlatformWindowSurfaceEXT(nullptr, nullptr, nullptr); in HWTEST_F()