Searched refs:PFNGLORTHOXPROC (Results 1 – 5 of 5) sorted by relevance
520 typedef void (GL_APIENTRYP PFNGLORTHOXPROC) (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n,… typedef
79 ANGLE_UTIL_EXPORT PFNGLORTHOXPROC glOrthox;1580 glOrthox = reinterpret_cast<PFNGLORTHOXPROC>(loadProc("glOrthox")); in LoadGLES()
87 ANGLE_UTIL_EXPORT extern PFNGLORTHOXPROC glOrthox;
3060 PFNGLORTHOXPROC __glewOrthox = NULL;15429 r = ((glOrthox = (PFNGLORTHOXPROC)glewGetProcAddress((const GLubyte*)"glOrthox")) == NULL) || r; in _glewInit_GL_REGAL_ES1_0_compatibility()
17862 typedef void (GLAPIENTRY * PFNGLORTHOXPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed t… typedef22592 GLEW_FUN_EXPORT PFNGLORTHOXPROC __glewOrthox;