Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_defs.h36 extern char const * const gGlApiNames1[GL_API_NUM];
37 extern char const * const gGlApiNames2[GL_API_NUM];
38 extern char const * const gGlApiNames3[GL_API_NUM];
H A Degl_core.cpp55 char const * const gGlApiNames1[GL_API_NUM] = {
60 char const * const gGlApiNames2[GL_API_NUM] = {
65 char const * const gGlApiNames3[GL_API_NUM] = {
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/
H A Dhook.h37 constexpr int32_t GL_API_NUM = 1000; variable