Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h52 EGLBoolean CopyBuffers(EGLSurface surf, NativePixmapType target);
H A Degl_wrapper_display.cpp572 EGLBoolean EglWrapperDisplay::CopyBuffers(EGLSurface surf, NativePixmapType target) in CopyBuffers() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp100 return display->CopyBuffers(surf, target); in EglCopyBuffersImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp158 eglWrapperDisplay->CopyBuffers(surf3, target1); in DoSomethingInterestingWithMyAPI()