Searched refs:CreateEglSurface (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 | 45 … EGLSurface CreateEglSurface(EGLConfig config, NativeWindowType window, const EGLint *attribList);
|
H A D | egl_wrapper_display.cpp | 485 EGLSurface EglWrapperDisplay::CreateEglSurface(EGLConfig config, NativeWindowType window, const EGL… in CreateEglSurface() function in OHOS::EglWrapperDisplay
|
H A D | egl_wrapper_entry.cpp | 152 return display->CreateEglSurface(config, window, attribList); in EglCreateWindowSurfaceImpl()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_wrapper_display_test.cpp | 141 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 D | eglwrapperdisplay_fuzzer.cpp | 153 eglWrapperDisplay->CreateEglSurface(config2, window1, &attribList4); in DoSomethingInterestingWithMyAPI()
|