Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h47 EGLBoolean DestroyEglSurface(EGLSurface surf);
H A Degl_wrapper_display.cpp511 EGLBoolean EglWrapperDisplay::DestroyEglSurface(EGLSurface surf) in DestroyEglSurface() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp176 return display->DestroyEglSurface(surf); in EglDestroySurfaceImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp155 eglWrapperDisplay->DestroyEglSurface(surf2); in DoSomethingInterestingWithMyAPI()