Home
last modified time | relevance | path

Searched refs:_mesa_program_resource_location (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dprogram_resource.c445 return _mesa_program_resource_location(shProg, programInterface, name); in _mesa_GetProgramResourceLocation()
Dshaderapi.h316 _mesa_program_resource_location(struct gl_shader_program *shProg,
Duniforms.c1022 return _mesa_program_resource_location(shProg, GL_UNIFORM, name); in _mesa_GetUniformLocation()
1033 return _mesa_program_resource_location(shProg, GL_UNIFORM, name); in _mesa_GetUniformLocation_no_error()
Dshader_query.cpp1095 _mesa_program_resource_location(struct gl_shader_program *shProg, in _mesa_program_resource_location() function
Dshaderapi.c2785 return _mesa_program_resource_location(shProg, resource_type, name); in _mesa_GetSubroutineUniformLocation()