Home
last modified time | relevance | path

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

/dports/games/craft/Craft-1.0fbsd/deps/glfw/examples/
H A Dheightmap.c41 static PFNGLSHADERSOURCEPROC pglShaderSource = NULL; variable
95 RESOLVE_GL_FCN(PFNGLSHADERSOURCEPROC, pglShaderSource, "glShaderSource"); in init_opengl()
229 pglShaderSource(shader, 1, (const GLchar**)&shader_src, NULL); in make_shader()
/dports/graphics/glfw2/glfw-2.7.9/examples/
H A Dheightmap.c205 static PFN_glShaderSource pglShaderSource = NULL; variable
260 RESOLVE_GL_FCN(PFN_glShaderSource, pglShaderSource, "glShaderSource"); in init_opengl()
394 pglShaderSource(shader, 1, (const GLchar**)&shader_src, NULL); in make_shader()
/dports/games/avp/avp-20170505/src/
H A Doglfunc.h141 extern avpPFNGLSHADERSOURCEPROC pglShaderSource;
H A Doglfunc.c62 avpPFNGLSHADERSOURCEPROC pglShaderSource; variable
H A Dopengl.c458 pglShaderSource(shader, 1, &shaderSource, NULL); in CompileShader()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/r_opengl/
H A Dr_opengl.c561 static PFNglShaderSource pglShaderSource; variable
887 pglShaderSource = GetGLFunc("glShaderSource"); in SetupGLFunc4()
2070 pglShaderSource(gl_vertShader, 1, &vert_shader, NULL); in Shader_CompileProgram()
2094 pglShaderSource(gl_fragShader, 1, &frag_shader, NULL); in Shader_CompileProgram()
/dports/devel/love5/love-0.5-0/src/opengl/
H A DGLee.h1823 GLEE_EXTERN PFNGLSHADERSOURCEPROC pglShaderSource; variable
1916 #define glShaderSource pglShaderSource
H A DGLee.c1155 PFNGLSHADERSOURCEPROC pglShaderSource=_Lazy_glShaderSource; variable
5604 …if ((pglShaderSource = (PFNGLSHADERSOURCEPROC) __GLeeGetProcAddress("glShaderSource"))!=0) nLinked… in __GLeeLink_GL_VERSION_2_0()
/dports/devel/love07/love-HEAD/src/modules/graphics/opengl/
H A DGLee.h1880 GLEE_EXTERN PFNGLSHADERSOURCEPROC pglShaderSource; variable
1973 #define glShaderSource pglShaderSource
H A DGLee.c1191 PFNGLSHADERSOURCEPROC pglShaderSource=_Lazy_glShaderSource; variable
6462 …if ((pglShaderSource = (PFNGLSHADERSOURCEPROC) __GLeeGetProcAddress("glShaderSource"))!=0) nLinked… in __GLeeLink_GL_VERSION_2_0()
/dports/devel/love08/love-0.8.0/src/modules/graphics/opengl/
H A DGLee.h1880 GLEE_EXTERN PFNGLSHADERSOURCEPROC pglShaderSource; variable
1973 #define glShaderSource pglShaderSource
H A DGLee.c1191 PFNGLSHADERSOURCEPROC pglShaderSource=_Lazy_glShaderSource; variable
6462 …if ((pglShaderSource = (PFNGLSHADERSOURCEPROC) __GLeeGetProcAddress("glShaderSource"))!=0) nLinked… in __GLeeLink_GL_VERSION_2_0()