Searched refs:LoadAndCompileShader (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dfs-tri.c107 LoadAndCompileShader(GLuint shader, const char *text) function in typeref:typename:void
165 LoadAndCompileShader(fragShader, fragShaderText);
169 LoadAndCompileShader(vertShader, vertShaderText);
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dmultinoise.c184 LoadAndCompileShader(GLuint shader, const char *text) function in typeref:typename:void
234 LoadAndCompileShader(vertShader, VertShaderText);
238 LoadAndCompileShader(fragShader[ i ], FragShaderText[ i ]);
H A Dshadow_sampler.c188 LoadAndCompileShader(GLuint shader, const char *text) function in typeref:typename:void
223 LoadAndCompileShader(shader, buffer);
281 LoadAndCompileShader(fragShader, fragShaderText);
287 LoadAndCompileShader(vertShader, vertShaderText);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dfslight.c385 LoadAndCompileShader(GLuint shader, const char *text) function in typeref:typename:void
423 LoadAndCompileShader(shader, buffer);
475 LoadAndCompileShader(fragShader, fragShaderText);
482 LoadAndCompileShader(vertShader, vertShaderText);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Ddrawbuffers.c215 LoadAndCompileShader(GLenum target, const char *text) function in typeref:typename:GLuint
259 fragShader = LoadAndCompileShader(GL_FRAGMENT_SHADER, fragShaderText);
H A Ddrawbuffers2.c262 LoadAndCompileShader(GLenum target, const char *text) function in typeref:typename:GLuint
306 fragShader = LoadAndCompileShader(GL_FRAGMENT_SHADER, fragShaderText);

Completed in 8 milliseconds