Searched refs:QuerySurface (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_wrapper_display.h | 85 EGLBoolean QuerySurface(EGLSurface surf, EGLint attribute, EGLint *value);
|
H A D | egl_wrapper_display.cpp | 660 EGLBoolean EglWrapperDisplay::QuerySurface(EGLSurface surf, EGLint attribute, EGLint *value) in QuerySurface() function in OHOS::EglWrapperDisplay
|
H A D | egl_wrapper_entry.cpp | 450 return display->QuerySurface(surf, attribute, value); in EglQuerySurfaceImpl()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_wrapper_display_test.cpp | 233 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 D | eglwrapperdisplay_fuzzer.cpp | 162 eglWrapperDisplay->QuerySurface(surf4, attribList8, &value2); in DoSomethingInterestingWithMyAPI()
|