Searched refs:CreatePlatformWindowSurface (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_wrapper_display.h | 95 EGLSurface CreatePlatformWindowSurface(EGLConfig config,
|
H A D | egl_wrapper_display.cpp | 844 EGLSurface EglWrapperDisplay::CreatePlatformWindowSurface(EGLConfig config, in CreatePlatformWindowSurface() function in OHOS::EglWrapperDisplay
|
H A D | egl_wrapper_entry.cpp | 777 return display->CreatePlatformWindowSurface(config, nativeWindow, attribList); in EglCreatePlatformWindowSurfaceImpl()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_wrapper_display_test.cpp | 431 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 D | eglwrapperdisplay_fuzzer.cpp | 170 eglWrapperDisplay->CreatePlatformWindowSurface(config6, nativeWindow, &attribList12); in DoSomethingInterestingWithMyAPI()
|