HomeSort by relevance Sort by last modified time
    Searched refs:getGLFuncAddress (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 28 static GL_FUNC_PTR getGLFuncAddress(const char *funcName) {
44 funcAddrs = (void *)getGLFuncAddress(#name); \
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 31 static GL_FUNC_PTR getGLFuncAddress(const char *funcName) {
50 void* funcAddress = (void *)getGLFuncAddress(#name); \
62 void* funcAddress = (void *)getGLFuncAddress(#name); \

Completed in 214 milliseconds