Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h46 EGLBoolean DestroyEglContext(EGLContext context);
H A Degl_wrapper_display.cpp456 EGLBoolean EglWrapperDisplay::DestroyEglContext(EGLContext context) in DestroyEglContext() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp164 return display->DestroyEglContext(ctx); in EglDestroyContextImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp154 eglWrapperDisplay->DestroyEglContext(context1); in DoSomethingInterestingWithMyAPI()