Home
last modified time | relevance | path

Searched refs:FunctionPointerType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_loader.cpp53 using GetProcAddressType = FunctionPointerType (*)(const char *);
87 FunctionPointerType *current = (FunctionPointerType *)table; in LoadEgl()
91 FunctionPointerType func = (FunctionPointerType)dlsym(dlEglHandle_, name); in LoadEgl()
107 void *EglWrapperLoader::LoadGl(const char *libName, char const * const *glName, FunctionPointerType in LoadGl()
140 FunctionPointerType *current = entry; in LoadGl()
144 FunctionPointerType func = (FunctionPointerType)dlsym(dlHandle, name); in LoadGl()
168 dlGlHandle1_ = LoadGl(LIB_GLESV1_NAME, gGlApiNames1, (FunctionPointerType *)&table->gl.table1); in LoadVendorDriver()
175 dlGlHandle2_ = LoadGl(LIB_GLESV2_NAME, gGlApiNames2, (FunctionPointerType *)&table->gl.table2); in LoadVendorDriver()
182 dlGlHandle3_ = LoadGl(LIB_GLESV3_NAME, gGlApiNames3, (FunctionPointerType *)&table->gl.table3); in LoadVendorDriver()
H A Degl_wrapper_loader.h25 using FunctionPointerType = __eglMustCastToProperFunctionPointerType; variable
38 void *LoadGl(const char *libName, char const * const *glName, FunctionPointerType *entry);
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_loader_test.cpp192 gGlApiNames1, (FunctionPointerType *)&dispatchTable.gl.table1); in HWTEST_F()
224 gGlApiNames1, (FunctionPointerType *)&dispatchTable.gl.table1); in HWTEST_F()