Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_surface.cpp22 EglWrapperSurface::EglWrapperSurface(EglWrapperDisplay *disp, EGLSurface surf, NativeWindowType win… in EglWrapperSurface() function in OHOS::EglWrapperSurface
32 EglWrapperSurface::~EglWrapperSurface() in ~EglWrapperSurface()
43 EglWrapperSurface *EglWrapperSurface::GetWrapperSurface(EGLSurface surf) in GetWrapperSurface()
46 return reinterpret_cast<EglWrapperSurface *>(surf); in GetWrapperSurface()
49 void EglWrapperSurface::Disconnect(OHNativeWindow *window) in Disconnect()
H A Degl_wrapper_display.cpp159 EglWrapperSurface *draw, EglWrapperSurface *read, EglWrapperContext *ctx, in InternalMakeCurrent()
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()
762 EglWrapperSurface *surfPtr = EglWrapperSurface::GetWrapperSurface(surf); in SurfaceAttrib()
905 EglWrapperSurface *surfPtr = EglWrapperSurface::GetWrapperSurface(surf); in LockSurfaceKHR()
929 EglWrapperSurface *surfPtr = EglWrapperSurface::GetWrapperSurface(surf); in UnlockSurfaceKHR()
[all …]
H A Degl_wrapper_surface.h28 class EglWrapperSurface : public EglWrapperObject {
30 EglWrapperSurface(EglWrapperDisplay *disp, EGLSurface surf, NativeWindowType window = nullptr);
31 static EglWrapperSurface *GetWrapperSurface(EGLSurface surf);
45 ~EglWrapperSurface() override;
H A Degl_wrapper_display.h26 class EglWrapperSurface; variable
125 …EGLBoolean InternalMakeCurrent(EglWrapperSurface *draw, EglWrapperSurface *read, EglWrapperContext…
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrappersurface_fuzzer/
H A Deglwrappersurface_fuzzer.cpp69 EglWrapperSurface* wrapperSurface = new EglWrapperSurface(disp, surf1); in DoSomethingInterestingWithMyAPI()