Lines Matching defs:shader_source
2102 shader_source(struct gl_context *ctx, GLuint shaderObj, GLsizei count,
2199 shader_source(ctx, shaderObj, count, string, length, true);
2208 shader_source(ctx, shaderObj, count, string, length, false);
3273 char *shader_source;
3314 free(sh_incl_ht_entry->shader_source);
3499 (sh_incl_ht_entry == NULL || !sh_incl_ht_entry->shader_source))
3521 return shader_include ? shader_include->shader_source : NULL;
3599 free(sh_incl_ht_entry->shader_source);
3600 sh_incl_ht_entry->shader_source = string_cp;
3632 free(shader_include->shader_source);
3633 shader_include->shader_source = NULL;