Home
last modified time | relevance | path

Searched refs:pglCreateProgram (Results 1 – 12 of 12) sorted by relevance

/dports/games/craft/Craft-1.0fbsd/deps/glfw/examples/
H A Dheightmap.c46 static PFNGLCREATEPROGRAMPROC pglCreateProgram = NULL; variable
100 RESOLVE_GL_FCN(PFNGLCREATEPROGRAMPROC, pglCreateProgram, "glCreateProgram"); in init_opengl()
262 program = pglCreateProgram(); in make_shader_program()
/dports/graphics/glfw2/glfw-2.7.9/examples/
H A Dheightmap.c210 static PFN_glCreateProgram pglCreateProgram = NULL; variable
265 RESOLVE_GL_FCN(PFN_glCreateProgram, pglCreateProgram, "glCreateProgram"); in init_opengl()
427 program = pglCreateProgram(); in make_shader_program()
/dports/games/avp/avp-20170505/src/
H A Doglfunc.h125 extern avpPFNGLCREATEPROGRAMPROC pglCreateProgram;
H A Doglfunc.c46 avpPFNGLCREATEPROGRAMPROC pglCreateProgram; variable
H A Dopengl.c538 program = pglCreateProgram(); in CreateProgram()
600 program = pglCreateProgram(); in CreateProgram2()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/r_opengl/
H A Dr_opengl.c566 static PFNglCreateProgram pglCreateProgram; variable
892 pglCreateProgram = GetGLFunc("glCreateProgram"); in SetupGLFunc4()
2107 shader->program = pglCreateProgram(); in Shader_CompileProgram()
/dports/devel/love5/love-0.5-0/src/opengl/
H A DGLee.h1797 GLEE_EXTERN PFNGLCREATEPROGRAMPROC pglCreateProgram; variable
1890 #define glCreateProgram pglCreateProgram
H A DGLee.c1129 PFNGLCREATEPROGRAMPROC pglCreateProgram=_Lazy_glCreateProgram; variable
5578 …if ((pglCreateProgram = (PFNGLCREATEPROGRAMPROC) __GLeeGetProcAddress("glCreateProgram"))!=0) nLin… in __GLeeLink_GL_VERSION_2_0()
/dports/devel/love07/love-HEAD/src/modules/graphics/opengl/
H A DGLee.h1854 GLEE_EXTERN PFNGLCREATEPROGRAMPROC pglCreateProgram; variable
1947 #define glCreateProgram pglCreateProgram
H A DGLee.c1165 PFNGLCREATEPROGRAMPROC pglCreateProgram=_Lazy_glCreateProgram; variable
6436 …if ((pglCreateProgram = (PFNGLCREATEPROGRAMPROC) __GLeeGetProcAddress("glCreateProgram"))!=0) nLin… in __GLeeLink_GL_VERSION_2_0()
/dports/devel/love08/love-0.8.0/src/modules/graphics/opengl/
H A DGLee.h1854 GLEE_EXTERN PFNGLCREATEPROGRAMPROC pglCreateProgram; variable
1947 #define glCreateProgram pglCreateProgram
H A DGLee.c1165 PFNGLCREATEPROGRAMPROC pglCreateProgram=_Lazy_glCreateProgram; variable
6436 …if ((pglCreateProgram = (PFNGLCREATEPROGRAMPROC) __GLeeGetProcAddress("glCreateProgram"))!=0) nLin… in __GLeeLink_GL_VERSION_2_0()