/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_wrapper_display_test.cpp | 42 … auto result = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrapperDisp_); in HWTEST_F() 76 …auto eglWrapperDisplay = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrap… in HWTEST_F() 92 …auto eglWrapperDisplay = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrap… in HWTEST_F() 109 …auto eglWrapperDisplay = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrap… in HWTEST_F() 126 …auto eglWrapperDisplay = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrap… in HWTEST_F() 139 …auto eglWrapperDisplay = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrap… in HWTEST_F() 152 …auto eglWrapperDisplay = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrap… in HWTEST_F() 170 …auto eglWrapperDisplay = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrap… in HWTEST_F() 183 …auto eglWrapperDisplay = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrap… in HWTEST_F() 201 …auto eglWrapperDisplay = EglWrapperDisplay::GetWrapperDisplay((EGLDisplay)&EglWrapperDisplay::wrap… in HWTEST_F() [all …]
|
H A D | egl_wrapper_context_test.cpp | 42 EglWrapperDisplay *disp = EglWrapperDisplay::GetWrapperDisplay(display); in HWTEST_F()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_wrapper_entry.cpp | 44 static EglWrapperDisplay *ValidateDisplay(EGLDisplay dpy) in ValidateDisplay() 46 EglWrapperDisplay *display = EglWrapperDisplay::GetWrapperDisplay(dpy); in ValidateDisplay() 66 EglWrapperDisplay *display = ValidateDisplay(dpy); in EglChooseConfigImpl() 95 EglWrapperDisplay *display = ValidateDisplay(dpy); in EglCopyBuffersImpl() 108 EglWrapperDisplay *display = ValidateDisplay(dpy); in EglCreateContextImpl() 121 EglWrapperDisplay *display = ValidateDisplay(dpy); in EglCreatePbufferSurfaceImpl() 134 EglWrapperDisplay *display = ValidateDisplay(dpy); in EglCreatePixmapSurfaceImpl() 147 EglWrapperDisplay *display = ValidateDisplay(dpy); in EglCreateWindowSurfaceImpl() 159 EglWrapperDisplay *display = ValidateDisplay(dpy); in EglDestroyContextImpl() 171 EglWrapperDisplay *display = ValidateDisplay(dpy); in EglDestroySurfaceImpl() [all …]
|
H A D | egl_wrapper_display.cpp | 66 EglWrapperDisplay EglWrapperDisplay::wrapperDisp_; 68 EglWrapperDisplay::EglWrapperDisplay() noexcept : disp_(EGL_NO_DISPLAY), refCnt_(0) in EglWrapperDisplay() function in OHOS::EglWrapperDisplay 73 EglWrapperDisplay::~EglWrapperDisplay() in ~EglWrapperDisplay() 131 EGLBoolean EglWrapperDisplay::Terminate() in Terminate() 158 EGLBoolean EglWrapperDisplay::InternalMakeCurrent( in InternalMakeCurrent() 203 void EglWrapperDisplay::ChooseHookTable(bool isAfterHook, in ChooseHookTable() 324 EglWrapperDisplay *EglWrapperDisplay::GetWrapperDisplay(EGLDisplay display) in GetWrapperDisplay() 327 EglWrapperDisplay *disp = reinterpret_cast<EglWrapperDisplay *>(display); in GetWrapperDisplay() 540 void EglWrapperDisplay::AddObject(EglWrapperObject *obj) in AddObject() 552 void EglWrapperDisplay::ClearObjects() in ClearObjects() [all …]
|
H A D | egl_wrapper_object.h | 19 class EglWrapperDisplay; variable 23 explicit EglWrapperObject(EglWrapperDisplay *disp); 24 EglWrapperDisplay *GetDisplay(); 31 EglWrapperDisplay *display_;
|
H A D | egl_wrapper_display.h | 31 class EglWrapperDisplay { 39 static EglWrapperDisplay *GetWrapperDisplay(EGLDisplay display); 118 EglWrapperDisplay() noexcept; 119 ~EglWrapperDisplay(); 134 static EglWrapperDisplay wrapperDisp_;
|
H A D | egl_wrapper_object.cpp | 21 EglWrapperObject::EglWrapperObject(EglWrapperDisplay *disp) : display_(disp) in EglWrapperObject() 29 EglWrapperDisplay *EglWrapperObject::GetDisplay() in GetDisplay()
|
H A D | egl_wrapper_surface.h | 26 class EglWrapperDisplay; variable 30 EglWrapperSurface(EglWrapperDisplay *disp, EGLSurface surf, NativeWindowType window = nullptr);
|
H A D | egl_wrapper_context.h | 23 class EglWrapperDisplay; variable 27 EglWrapperContext(EglWrapperDisplay *disp, EGLContext context,
|
H A D | egl_wrapper_context.cpp | 19 EglWrapperContext::EglWrapperContext(EglWrapperDisplay *disp, EGLContext context, EGLint version) in EglWrapperContext()
|
H A D | egl_wrapper_surface.cpp | 22 EglWrapperSurface::EglWrapperSurface(EglWrapperDisplay *disp, EGLSurface surf, NativeWindowType win… in EglWrapperSurface()
|
H A D | egl_blob_cache.h | 115 void Init(EglWrapperDisplay* display);
|
H A D | egl_blob_cache.cpp | 95 void BlobCache::Init(EglWrapperDisplay* display) in Init()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/ |
H A D | eglwrapperdisplay_fuzzer.cpp | 86 EglWrapperDisplay* disp3 = EglWrapperDisplay::GetWrapperDisplay(display1); in DoSomethingInterestingWithMyAPI() 88 EglWrapperDisplay* disp4 = EglWrapperDisplay::GetWrapperDisplay(display2); in DoSomethingInterestingWithMyAPI() 145 EglWrapperDisplay* eglWrapperDisplay = EglWrapperDisplay::GetWrapperDisplay(eglDisplay); in DoSomethingInterestingWithMyAPI() 148 EglWrapperDisplay::GetEglDisplay(platform1, disp1, &attribList1); in DoSomethingInterestingWithMyAPI() 149 EglWrapperDisplay::GetEglDisplayExt(platform2, disp2, &attribList2); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrappersurface_fuzzer/ |
H A D | eglwrappersurface_fuzzer.cpp | 64 EglWrapperDisplay *disp = EglWrapperDisplay::GetWrapperDisplay(eglDisplay); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrappercontext_fuzzer/ |
H A D | eglwrappercontext_fuzzer.cpp | 64 EglWrapperDisplay *disp = EglWrapperDisplay::GetWrapperDisplay(eglDisplay); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperobject_fuzzer/ |
H A D | eglwrapperobject_fuzzer.cpp | 66 EglWrapperDisplay::GetWrapperDisplay(eglDisplay); in DoSomethingInterestingWithMyAPI()
|