Searched refs:VertProgFile (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dvert-or-frag-only.c20 static char *VertProgFile = NULL; variable in typeref:typename:char *
135 if (VertProgFile)
136 VertShader = CompileShaderFile(GL_VERTEX_SHADER, VertProgFile);
166 VertProgFile = argv[i+1];
H A Dbrick.c18 static char *VertProgFile = "CH06-brick.vert"; variable in typeref:typename:char *
145 vertShader = CompileShaderFile(GL_VERTEX_SHADER, VertProgFile);
179 VertProgFile = argv[i+1];
H A Dmandelbrot.c18 static char *VertProgFile = "CH18-mandel.vert"; variable in typeref:typename:char *
156 vertShader = CompileShaderFile(GL_VERTEX_SHADER, VertProgFile);
192 VertProgFile = argv[i+1];
H A Dtoyball.c18 static char *VertProgFile = "CH11-toyball.vert"; variable in typeref:typename:char *
170 vertShader = CompileShaderFile(GL_VERTEX_SHADER, VertProgFile);
198 VertProgFile = argv[i+1];
H A Dfragcoord.c22 static char *VertProgFile = NULL; variable in typeref:typename:char *
159 VertProgFile = argv[i+1];
H A Dshadow_sampler.c24 static char *VertProgFile = NULL; variable in typeref:typename:char *
284 if (VertProgFile)
285 ReadShader(vertShader, VertProgFile);
324 VertProgFile = argv[i+1];
H A Dderiv.c22 static char *VertProgFile = NULL; variable in typeref:typename:char *
223 VertProgFile = argv[i+1];
H A Dpointcoord.c20 static char *VertProgFile = NULL; variable in typeref:typename:char *
193 VertProgFile = argv[i+1];
H A Dtwoside.c25 static char *VertProgFile = NULL; variable in typeref:typename:char *
267 VertProgFile = argv[i+1];
H A Dbump.c20 static char *VertProgFile = "CH11-bumpmap.vert"; variable in typeref:typename:char *
258 vertShader = CompileShaderFile(GL_VERTEX_SHADER, VertProgFile);
321 VertProgFile = argv[++i];
H A Dskinning.c24 static char *VertProgFile = "skinning.vert"; variable in typeref:typename:char *
225 vertShader = CompileShaderFile(GL_VERTEX_SHADER, VertProgFile);
255 VertProgFile = argv[i+1];
H A Dtrirast.c25 static char *VertProgFile = NULL; variable in typeref:typename:char *
231 VertProgFile = argv[i+1];
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dfslight.c29 static char *VertProgFile = NULL; variable in typeref:typename:char *
479 if (VertProgFile)
480 ReadShader(vertShader, VertProgFile);
584 VertProgFile = argv[++i];

Completed in 8 milliseconds