Lines Matching refs:shaderObj
1650 _mesa_CompileShader(GLuint shaderObj)
1654 _mesa_debug(ctx, "glCompileShader %u\n", shaderObj);
1655 _mesa_compile_shader(ctx, _mesa_lookup_shader_err(ctx, shaderObj,
2102 shader_source(struct gl_context *ctx, GLuint shaderObj, GLsizei count,
2111 sh = _mesa_lookup_shader_err(ctx, shaderObj, "glShaderSourceARB");
2120 sh = _mesa_lookup_shader(ctx, shaderObj);
2195 _mesa_ShaderSource_no_error(GLuint shaderObj, GLsizei count,
2199 shader_source(ctx, shaderObj, count, string, length, true);
2204 _mesa_ShaderSource(GLuint shaderObj, GLsizei count,
2208 shader_source(ctx, shaderObj, count, string, length, false);