Home
last modified time | relevance | path

Searched refs:EglWrapperDispatchTable (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_loader_test.cpp54 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()
H A Degl_wrapper_layer_test.cpp41 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()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_defs.h23 struct EglWrapperDispatchTable { struct
25 inline EglWrapperDispatchTable() noexcept : isLoad(false) {} in EglWrapperDispatchTable() argument
42 extern EglWrapperDispatchTable gWrapperHook; argument
48 using EglWrapperDispatchTablePtr = EglWrapperDispatchTable *;
H A Degl_wrapper_loader.h21 struct EglWrapperDispatchTable;
31 bool Load(EglWrapperDispatchTable *table);
32 bool Unload(EglWrapperDispatchTable *table);
39 bool LoadVendorDriver(EglWrapperDispatchTable *table);
H A Degl_wrapper_layer.h33 bool Init(EglWrapperDispatchTable *table);
43 void InitLayers(EglWrapperDispatchTable *table);
44 void SetupLayerFuncTbl(EglWrapperDispatchTable *table);
H A Degl_wrapper_loader.cpp159 bool EglWrapperLoader::LoadVendorDriver(EglWrapperDispatchTable *table) in LoadVendorDriver()
191 bool EglWrapperLoader::Load(EglWrapperDispatchTable *table) in Load()
213 bool EglWrapperLoader::Unload(EglWrapperDispatchTable *table) in Unload()
H A Degl_wrapper_layer.cpp177 bool EglWrapperLayer::Init(EglWrapperDispatchTable *table) in Init()
228 void EglWrapperLayer::SetupLayerFuncTbl(EglWrapperDispatchTable *table) in SetupLayerFuncTbl()
341 void EglWrapperLayer::InitLayers(EglWrapperDispatchTable *table) in InitLayers()
H A Degl_wrapper_context.h28 EGLint version = EglWrapperDispatchTable::GLESV1_INDEX);
H A Degl_core.cpp29 EglWrapperDispatchTable gWrapperHook;
H A Degl_wrapper_display.cpp407 int version = EglWrapperDispatchTable::GLESV1_INDEX; in ChooseGlesVersion()
413 version = EglWrapperDispatchTable::GLESV2_INDEX; in ChooseGlesVersion()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperloader_fuzzer/
H A Deglwrapperloader_fuzzer.cpp64 EglWrapperDispatchTable dispatchTable1 = GetData<EglWrapperDispatchTable>(); in DoSomethingInterestingWithMyAPI()
65 EglWrapperDispatchTable dispatchTable2 = GetData<EglWrapperDispatchTable>(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperlayer_fuzzer/
H A Deglwrapperlayer_fuzzer.cpp61 EglWrapperDispatchTable table = GetData<EglWrapperDispatchTable>(); in DoSomethingInterestingWithMyAPI()