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

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 26 typedef void (*GL_FUNC_PTR)();
28 static GL_FUNC_PTR getGLFuncAddress(const char *funcName) {
29 GL_FUNC_PTR ret = NULL;
32 ret = (GL_FUNC_PTR)glXGetProcAddress((const GLubyte*)funcName);
35 ret = (GL_FUNC_PTR)wglGetProcAddress(funcName);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 29 typedef void (*GL_FUNC_PTR)();
31 static GL_FUNC_PTR getGLFuncAddress(const char *funcName) {
32 GL_FUNC_PTR ret = NULL;
35 ret = (GL_FUNC_PTR)glXGetProcAddress((const GLubyte*)funcName);
38 ret = (GL_FUNC_PTR)wglGetProcAddress(funcName);

Completed in 119 milliseconds