Searched refs:EglWrapperDispatchTable (Results 1 – 12 of 12) sorted by relevance
54 EglWrapperDispatchTable dispatchTable; in HWTEST_F()70 EglWrapperDispatchTable dispatchTable; in HWTEST_F()94 EglWrapperDispatchTable dispatchTable; in HWTEST_F()109 EglWrapperDispatchTable dispatchTable; in HWTEST_F()134 EglWrapperDispatchTable dispatchTable; in HWTEST_F()148 EglWrapperDispatchTable dispatchTable; in HWTEST_F()175 EglWrapperDispatchTable dispatchTable; in HWTEST_F()189 EglWrapperDispatchTable dispatchTable; in HWTEST_F()217 EglWrapperDispatchTable dispatchTable; in HWTEST_F()
41 EglWrapperDispatchTable dispatchTable; in HWTEST_F()54 EglWrapperDispatchTable dispatchTable; in HWTEST_F()68 EglWrapperDispatchTable dispatchTable; in HWTEST_F()81 EglWrapperDispatchTable dispatchTable; in HWTEST_F()94 EglWrapperDispatchTable dispatchTable; in HWTEST_F()
23 struct EglWrapperDispatchTable { struct25 inline EglWrapperDispatchTable() noexcept : isLoad(false) {} in EglWrapperDispatchTable() argument42 extern EglWrapperDispatchTable gWrapperHook; argument48 using EglWrapperDispatchTablePtr = EglWrapperDispatchTable *;
21 struct EglWrapperDispatchTable;31 bool Load(EglWrapperDispatchTable *table);32 bool Unload(EglWrapperDispatchTable *table);39 bool LoadVendorDriver(EglWrapperDispatchTable *table);
33 bool Init(EglWrapperDispatchTable *table);43 void InitLayers(EglWrapperDispatchTable *table);44 void SetupLayerFuncTbl(EglWrapperDispatchTable *table);
159 bool EglWrapperLoader::LoadVendorDriver(EglWrapperDispatchTable *table) in LoadVendorDriver()191 bool EglWrapperLoader::Load(EglWrapperDispatchTable *table) in Load()213 bool EglWrapperLoader::Unload(EglWrapperDispatchTable *table) in Unload()
177 bool EglWrapperLayer::Init(EglWrapperDispatchTable *table) in Init()228 void EglWrapperLayer::SetupLayerFuncTbl(EglWrapperDispatchTable *table) in SetupLayerFuncTbl()341 void EglWrapperLayer::InitLayers(EglWrapperDispatchTable *table) in InitLayers()
28 EGLint version = EglWrapperDispatchTable::GLESV1_INDEX);
29 EglWrapperDispatchTable gWrapperHook;
407 int version = EglWrapperDispatchTable::GLESV1_INDEX; in ChooseGlesVersion()413 version = EglWrapperDispatchTable::GLESV2_INDEX; in ChooseGlesVersion()
64 EglWrapperDispatchTable dispatchTable1 = GetData<EglWrapperDispatchTable>(); in DoSomethingInterestingWithMyAPI()65 EglWrapperDispatchTable dispatchTable2 = GetData<EglWrapperDispatchTable>(); in DoSomethingInterestingWithMyAPI()
61 EglWrapperDispatchTable table = GetData<EglWrapperDispatchTable>(); in DoSomethingInterestingWithMyAPI()