Lines Matching defs:shader_source
2072 shader_source(struct gl_context *ctx, GLuint shaderObj, GLsizei count,
2173 shader_source(ctx, shaderObj, count, string, length, true);
2182 shader_source(ctx, shaderObj, count, string, length, false);
3242 char *shader_source;
3283 free(sh_incl_ht_entry->shader_source);
3467 (sh_incl_ht_entry == NULL || !sh_incl_ht_entry->shader_source))
3489 return shader_include ? shader_include->shader_source : NULL;
3567 free(sh_incl_ht_entry->shader_source);
3568 sh_incl_ht_entry->shader_source = string_cp;
3600 free(shader_include->shader_source);
3601 shader_include->shader_source = NULL;