Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h45 … EGLSurface CreateEglSurface(EGLConfig config, NativeWindowType window, const EGLint *attribList);
H A Degl_wrapper_display.cpp485 EGLSurface EglWrapperDisplay::CreateEglSurface(EGLConfig config, NativeWindowType window, const EGL… in CreateEglSurface() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp152 return display->CreateEglSurface(config, window, attribList); in EglCreateWindowSurfaceImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp141 auto result = eglWrapperDisplay->CreateEglSurface(nullptr, 0, 0); in HWTEST_F()
158 auto result = eglWrapperDisplay->CreateEglSurface(nullptr, window, 0); in HWTEST_F()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp153 eglWrapperDisplay->CreateEglSurface(config2, window1, &attribList4); in DoSomethingInterestingWithMyAPI()