Home
last modified time | relevance | path

Searched refs:ValidateEglSurface (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h43 static bool ValidateEglSurface(EGLSurface surf);
H A Degl_wrapper_display.cpp398 bool EglWrapperDisplay::ValidateEglSurface(EGLSurface surf) in ValidateEglSurface() function in OHOS::EglWrapperDisplay
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp151 eglWrapperDisplay->ValidateEglSurface(surf1); in DoSomethingInterestingWithMyAPI()