Lines Matching refs:shProg
100 struct gl_shader_program *shProg =
103 if (!shProg)
119 _mesa_get_program_interfaceiv(shProg, programInterface, pname, params);
158 struct gl_shader_program *shProg =
161 if (!shProg || !name)
199 res = _mesa_program_resource_find_name(shProg, programInterface, name,
204 return _mesa_program_resource_index(shProg, res);
228 struct gl_shader_program *shProg =
232 if (!shProg || !name)
243 _mesa_get_program_resource_name(shProg, programInterface, index, bufSize,
262 struct gl_shader_program *shProg =
265 if (!shProg || !params)
277 _mesa_get_program_resourceiv(shProg, programInterface, index,
292 struct gl_shader_program *shProg =
295 if (!shProg || !name)
327 return _mesa_program_resource_location(shProg, programInterface, name);
348 struct gl_shader_program *shProg =
351 if (!shProg || !name)
366 return _mesa_program_resource_location_index(shProg, GL_PROGRAM_OUTPUT,