• Home
  • Raw
  • Download

Lines Matching refs:shProg

100    struct gl_shader_program *shProg =  in _mesa_GetProgramInterfaceiv()  local
103 if (!shProg) in _mesa_GetProgramInterfaceiv()
119 _mesa_get_program_interfaceiv(shProg, programInterface, pname, params); in _mesa_GetProgramInterfaceiv()
158 struct gl_shader_program *shProg = in _mesa_GetProgramResourceIndex() local
161 if (!shProg || !name) in _mesa_GetProgramResourceIndex()
199 res = _mesa_program_resource_find_name(shProg, programInterface, name, in _mesa_GetProgramResourceIndex()
204 return _mesa_program_resource_index(shProg, res); in _mesa_GetProgramResourceIndex()
228 struct gl_shader_program *shProg = in _mesa_GetProgramResourceName() local
232 if (!shProg || !name) in _mesa_GetProgramResourceName()
243 _mesa_get_program_resource_name(shProg, programInterface, index, bufSize, in _mesa_GetProgramResourceName()
262 struct gl_shader_program *shProg = in _mesa_GetProgramResourceiv() local
265 if (!shProg || !params) in _mesa_GetProgramResourceiv()
277 _mesa_get_program_resourceiv(shProg, programInterface, index, in _mesa_GetProgramResourceiv()
292 struct gl_shader_program *shProg = in _mesa_GetProgramResourceLocation() local
295 if (!shProg || !name) in _mesa_GetProgramResourceLocation()
327 return _mesa_program_resource_location(shProg, programInterface, name); in _mesa_GetProgramResourceLocation()
348 struct gl_shader_program *shProg = in _mesa_GetProgramResourceLocationIndex() local
351 if (!shProg || !name) in _mesa_GetProgramResourceLocationIndex()
366 return _mesa_program_resource_location_index(shProg, GL_PROGRAM_OUTPUT, in _mesa_GetProgramResourceLocationIndex()