Home
last modified time | relevance | path

Searched refs:QuerySurface (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h85 EGLBoolean QuerySurface(EGLSurface surf, EGLint attribute, EGLint *value);
H A Degl_wrapper_display.cpp660 EGLBoolean EglWrapperDisplay::QuerySurface(EGLSurface surf, EGLint attribute, EGLint *value) in QuerySurface() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp450 return display->QuerySurface(surf, attribute, value); in EglQuerySurfaceImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp233 auto result = eglWrapperDisplay->QuerySurface(nullptr, 0, 0); in HWTEST_F()
249 auto result = eglWrapperDisplay->QuerySurface(nullptr, 0, 0); in HWTEST_F()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp162 eglWrapperDisplay->QuerySurface(surf4, attribList8, &value2); in DoSomethingInterestingWithMyAPI()