Home
last modified time | relevance | path

Searched refs:CreatePlatformWindowSurface (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h95 EGLSurface CreatePlatformWindowSurface(EGLConfig config,
H A Degl_wrapper_display.cpp844 EGLSurface EglWrapperDisplay::CreatePlatformWindowSurface(EGLConfig config, in CreatePlatformWindowSurface() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp777 return display->CreatePlatformWindowSurface(config, nativeWindow, attribList); in EglCreatePlatformWindowSurfaceImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp431 auto result = eglWrapperDisplay->CreatePlatformWindowSurface(nullptr, nullptr, 0); in HWTEST_F()
447 auto result = eglWrapperDisplay->CreatePlatformWindowSurface(nullptr, &gWrapperHook, 0); in HWTEST_F()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp170 eglWrapperDisplay->CreatePlatformWindowSurface(config6, nativeWindow, &attribList12); in DoSomethingInterestingWithMyAPI()