Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/common/
Dmeta_blit.c111 _mesa_program_resource_location(blit->msaa_shaders[shader_index], GL_UNIFORM, "src_width"); in setup_glsl_msaa_blit_scaled_shader()
113_mesa_program_resource_location(blit->msaa_shaders[shader_index], GL_UNIFORM, "src_height"); in setup_glsl_msaa_blit_scaled_shader()
240 _mesa_program_resource_location(blit->msaa_shaders[shader_index], GL_UNIFORM, "src_width"); in setup_glsl_msaa_blit_scaled_shader()
242 _mesa_program_resource_location(blit->msaa_shaders[shader_index], GL_UNIFORM, "src_height"); in setup_glsl_msaa_blit_scaled_shader()
/external/mesa3d/src/mesa/main/
Dshaderapi.h263 _mesa_program_resource_location(struct gl_shader_program *shProg,
Dprogram_resource.c442 return _mesa_program_resource_location(shProg, programInterface, name); in _mesa_GetProgramResourceLocation()
Dshader_query.cpp838 _mesa_program_resource_location(struct gl_shader_program *shProg, in _mesa_program_resource_location() function
Duniforms.c923 return _mesa_program_resource_location(shProg, GL_UNIFORM, name); in _mesa_GetUniformLocation()
Dshaderapi.c2379 return _mesa_program_resource_location(shProg, resource_type, name); in _mesa_GetSubroutineUniformLocation()