Home
last modified time | relevance | path

Searched refs:gGlApiNames3 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_defs.h38 extern char const * const gGlApiNames3[GL_API_NUM];
H A Degl_core.cpp65 char const * const gGlApiNames3[GL_API_NUM] = { variable
H A Degl_wrapper_layer.cpp242 entries = gGlApiNames3; in SetupLayerFuncTbl()
260 entries = gGlApiNames3; in SetupLayerFuncTbl()
H A Degl_wrapper_loader.cpp182 dlGlHandle3_ = LoadGl(LIB_GLESV3_NAME, gGlApiNames3, (FunctionPointerType *)&table->gl.table3); in LoadVendorDriver()