Lines Matching refs:shaderObj
1502 _mesa_CompileShader(GLuint shaderObj)
1506 _mesa_debug(ctx, "glCompileShader %u\n", shaderObj);
1507 _mesa_compile_shader(ctx, _mesa_lookup_shader_err(ctx, shaderObj,
1930 shader_source(struct gl_context *ctx, GLuint shaderObj, GLsizei count,
1939 sh = _mesa_lookup_shader_err(ctx, shaderObj, "glShaderSourceARB");
1948 sh = _mesa_lookup_shader(ctx, shaderObj);
2019 _mesa_ShaderSource_no_error(GLuint shaderObj, GLsizei count,
2023 shader_source(ctx, shaderObj, count, string, length, true);
2028 _mesa_ShaderSource(GLuint shaderObj, GLsizei count,
2032 shader_source(ctx, shaderObj, count, string, length, false);