Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h41 static EGLDisplay GetEglDisplayExt(EGLenum platform, void *disp, const EGLint *attribList);
H A Degl_wrapper_display.cpp386 EGLDisplay EglWrapperDisplay::GetEglDisplayExt(EGLenum platform, in GetEglDisplayExt() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp1276 return EglWrapperDisplay::GetEglDisplayExt(platform, nativeDisplay, attribList); in EglGetPlatformDisplayEXTImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp149 EglWrapperDisplay::GetEglDisplayExt(platform2, disp2, &attribList2); in DoSomethingInterestingWithMyAPI()