Home
last modified time | relevance | path

Searched refs:_mesa_program_resource_location_index (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dshader_query.cpp320 return _mesa_program_resource_location_index(shProg, GL_PROGRAM_OUTPUT, in _mesa_GetFragDataIndex()
858 _mesa_program_resource_location_index(struct gl_shader_program *shProg, in _mesa_program_resource_location_index() function
1235 *val = _mesa_program_resource_location_index(shProg, res->Type, in _mesa_program_resource_prop()
Dshaderapi.h267 _mesa_program_resource_location_index(struct gl_shader_program *shProg,
Dprogram_resource.c481 return _mesa_program_resource_location_index(shProg, GL_PROGRAM_OUTPUT, in _mesa_GetProgramResourceLocationIndex()