Searched refs:EglWrapperObject (Results 1 – 9 of 9) sorted by relevance
21 EglWrapperObject::EglWrapperObject(EglWrapperDisplay *disp) : display_(disp) in EglWrapperObject() function in OHOS::EglWrapperObject29 EglWrapperDisplay *EglWrapperObject::GetDisplay() in GetDisplay()35 EglWrapperObject::~EglWrapperObject() in ~EglWrapperObject()40 void EglWrapperObject::Destroy() in Destroy()50 void EglWrapperObject::Release() in Release()
21 class EglWrapperObject {23 explicit EglWrapperObject(EglWrapperDisplay *disp);28 virtual ~EglWrapperObject();
24 class EglWrapperObject; variable49 void AddObject(EglWrapperObject *obj);50 void RemoveObject(EglWrapperObject *obj);123 bool CheckObject(EglWrapperObject *obj);138 std::unordered_set<EglWrapperObject *> objects_;
28 class EglWrapperSurface : public EglWrapperObject {
25 class EglWrapperContext : public EglWrapperObject {
20 : EglWrapperObject(disp), context_(context), read_(nullptr), draw_(nullptr), version_(version) in EglWrapperContext()
23 : EglWrapperObject(disp), surf_(surf), window_(window) in EglWrapperSurface()
540 void EglWrapperDisplay::AddObject(EglWrapperObject *obj) in AddObject()546 void EglWrapperDisplay::RemoveObject(EglWrapperObject *obj) in RemoveObject()561 bool EglWrapperDisplay::CheckObject(EglWrapperObject *obj) in CheckObject()
87 EglWrapperObject *obj1 = new EglWrapperObject(disp3); in DoSomethingInterestingWithMyAPI()89 EglWrapperObject *obj2 = new EglWrapperObject(disp4); in DoSomethingInterestingWithMyAPI()