Searched refs:geomShaderText (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dgeom-outlining-130.c192 static const char *geomShaderText = local in function:Init
248 GeomShader = CompileShaderText(GL_GEOMETRY_SHADER_ARB, geomShaderText);
H A Dgeom-sprites.c198 static const char *geomShaderText = local in function:Init
232 GeomShader = CompileShaderText(GL_GEOMETRY_SHADER_ARB, geomShaderText);
H A Dgeom-stipple-lines.c224 static const char *geomShaderText = local in function:Init
261 GeomShader = CompileShaderText(GL_GEOMETRY_SHADER_ARB, geomShaderText);
H A Dgeom-wide-lines.c202 static const char *geomShaderText = local in function:Init
253 GeomShader = CompileShaderText(GL_GEOMETRY_SHADER_ARB, geomShaderText);
H A Dgeom-outlining-150.c257 static const char *geomShaderText = local in function:Init
320 GeomShader = CompileShaderText(GL_GEOMETRY_SHADER, geomShaderText);

Completed in 5 milliseconds