Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.cpp252 surDrawPtr = EglWrapperSurface::GetWrapperSurface(draw); in MakeCurrent()
261 surReadPtr = EglWrapperSurface::GetWrapperSurface(read); in MakeCurrent()
304 surDrawPtr = EglWrapperSurface::GetWrapperSurface(draw); in MakeCurrentAfterHook()
313 surReadPtr = EglWrapperSurface::GetWrapperSurface(read); in MakeCurrentAfterHook()
516 EglWrapperSurface *surfPtr = EglWrapperSurface::GetWrapperSurface(surf); in DestroyEglSurface()
577 EglWrapperSurface *surfPtr = EglWrapperSurface::GetWrapperSurface(surf); in CopyBuffers()
665 EglWrapperSurface *surfPtr = EglWrapperSurface::GetWrapperSurface(surf); in QuerySurface()
689 EglWrapperSurface *surfPtr = EglWrapperSurface::GetWrapperSurface(surf); in SwapBuffers()
716 EglWrapperSurface *surfPtr = EglWrapperSurface::GetWrapperSurface(surf); in BindTexImage()
739 EglWrapperSurface *surfPtr = EglWrapperSurface::GetWrapperSurface(surf); in ReleaseTexImage()
[all …]
H A Degl_wrapper_surface.h31 static EglWrapperSurface *GetWrapperSurface(EGLSurface surf);
H A Degl_wrapper_surface.cpp43 EglWrapperSurface *EglWrapperSurface::GetWrapperSurface(EGLSurface surf) in GetWrapperSurface() function in OHOS::EglWrapperSurface
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrappersurface_fuzzer/
H A Deglwrappersurface_fuzzer.cpp70 wrapperSurface->GetWrapperSurface(surf2); in DoSomethingInterestingWithMyAPI()