Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/
H A Doglfunc.h106 typedef int (APIENTRY *avpPFNGLGETATTRIBLOCATIONPROC)(GLuint, const GLchar*); typedef
134 extern avpPFNGLGETATTRIBLOCATIONPROC pglGetAttribLocation;
H A Doglfunc.c55 avpPFNGLGETATTRIBLOCATIONPROC pglGetAttribLocation;
203 LoadOGLProc(avpPFNGLGETATTRIBLOCATIONPROC, glGetAttribLocation); in load_ogl_functions()