Home
last modified time | relevance | path

Searched refs:EglWrapperObject (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_object.cpp21 EglWrapperObject::EglWrapperObject(EglWrapperDisplay *disp) : display_(disp) in EglWrapperObject() function in OHOS::EglWrapperObject
29 EglWrapperDisplay *EglWrapperObject::GetDisplay() in GetDisplay()
35 EglWrapperObject::~EglWrapperObject() in ~EglWrapperObject()
40 void EglWrapperObject::Destroy() in Destroy()
50 void EglWrapperObject::Release() in Release()
H A Degl_wrapper_object.h21 class EglWrapperObject {
23 explicit EglWrapperObject(EglWrapperDisplay *disp);
28 virtual ~EglWrapperObject();
H A Degl_wrapper_display.h24 class EglWrapperObject; variable
49 void AddObject(EglWrapperObject *obj);
50 void RemoveObject(EglWrapperObject *obj);
123 bool CheckObject(EglWrapperObject *obj);
138 std::unordered_set<EglWrapperObject *> objects_;
H A Degl_wrapper_surface.h28 class EglWrapperSurface : public EglWrapperObject {
H A Degl_wrapper_context.h25 class EglWrapperContext : public EglWrapperObject {
H A Degl_wrapper_context.cpp20 : EglWrapperObject(disp), context_(context), read_(nullptr), draw_(nullptr), version_(version) in EglWrapperContext()
H A Degl_wrapper_surface.cpp23 : EglWrapperObject(disp), surf_(surf), window_(window) in EglWrapperSurface()
H A Degl_wrapper_display.cpp540 void EglWrapperDisplay::AddObject(EglWrapperObject *obj) in AddObject()
546 void EglWrapperDisplay::RemoveObject(EglWrapperObject *obj) in RemoveObject()
561 bool EglWrapperDisplay::CheckObject(EglWrapperObject *obj) in CheckObject()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp87 EglWrapperObject *obj1 = new EglWrapperObject(disp3); in DoSomethingInterestingWithMyAPI()
89 EglWrapperObject *obj2 = new EglWrapperObject(disp4); in DoSomethingInterestingWithMyAPI()