Home
last modified time | relevance | path

Searched refs:getGLFuncAddress (Results 1 – 2 of 2) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLDispatch.cpp28 static GL_FUNC_PTR getGLFuncAddress(const char *funcName) { in getGLFuncAddress() function
44 funcAddrs = (void *)getGLFuncAddress(#name); \
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp31 static GL_FUNC_PTR getGLFuncAddress(const char *funcName) { in getGLFuncAddress() function
50 void* funcAddress = (void *)getGLFuncAddress(#name); \
62 void* funcAddress = (void *)getGLFuncAddress(#name); \