Searched refs:load_and_compile_shader (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| H A D | bezier.c | 50 static void load_and_compile_shader(GLuint shader, const char *text) function in typeref:typename:void 81 load_and_compile_shader(shader, buffer); 172 load_and_compile_shader(fragShader, fragShaderText); 175 load_and_compile_shader(vertShader, vertShaderText); 181 load_and_compile_shader(geoShader,
|
| /xsrc/external/mit/mesa-demos/dist/src/gs/ |
| H A D | gs-tri.c | 32 static void load_and_compile_shader(GLuint shader, const char *text) function in typeref:typename:void 63 load_and_compile_shader(shader, buffer); 112 load_and_compile_shader(fragShader, fragShaderText); 115 load_and_compile_shader(vertShader, vertShaderText); 121 load_and_compile_shader(geoShader,
|
| /xsrc/external/mit/mesa-demos/dist/src/vpglsl/ |
| H A D | vp-tris.c | 32 static void load_and_compile_shader(GLuint shader, const char *text) function in typeref:typename:void 65 load_and_compile_shader(shader, buffer); 144 load_and_compile_shader(fragShader, fragShaderText); 151 load_and_compile_shader(vertShader, vertShaderText);
|
| /xsrc/external/mit/mesa-demos/dist/src/fpglsl/ |
| H A D | fp-tri.c | 56 static void load_and_compile_shader(GLuint shader, const char *text) function in typeref:typename:void 89 load_and_compile_shader(shader, buffer); 185 load_and_compile_shader(fragShader, fragShaderText); 189 load_and_compile_shader(vertShader, vertShaderText);
|
Completed in 5 milliseconds