Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dshader_query.cpp184 _mesa_program_resource_find_name(shProg, GL_PROGRAM_INPUT, name, in _mesa_GetAttribLocation()
357 _mesa_program_resource_find_name(shProg, GL_PROGRAM_OUTPUT, name, in _mesa_GetFragDataLocation()
465 _mesa_program_resource_find_name(struct gl_shader_program *shProg, in _mesa_program_resource_find_name() function
843 _mesa_program_resource_find_name(shProg, programInterface, name, in _mesa_program_resource_location()
862 _mesa_program_resource_find_name(shProg, programInterface, name, NULL); in _mesa_program_resource_location_index()
950 _mesa_program_resource_find_name(shProg, GL_UNIFORM, iname, in get_buffer_property()
962 _mesa_program_resource_find_name(shProg, GL_UNIFORM, iname, in get_buffer_property()
986 _mesa_program_resource_find_name(shProg, GL_BUFFER_VARIABLE, in get_buffer_property()
998 _mesa_program_resource_find_name(shProg, GL_BUFFER_VARIABLE, in get_buffer_property()
Dprogram_resource.c168 _mesa_program_resource_find_name(shProg, GL_BUFFER_VARIABLE, in _mesa_GetProgramInterfaceiv()
315 res = _mesa_program_resource_find_name(shProg, programInterface, name, in _mesa_GetProgramResourceIndex()
Dshaderapi.h245 _mesa_program_resource_find_name(struct gl_shader_program *shProg,
Duniforms.c944 _mesa_program_resource_find_name(shProg, GL_UNIFORM_BLOCK, in _mesa_GetUniformBlockIndex()
980 _mesa_program_resource_find_name(shProg, GL_UNIFORM, uniformNames[i], in _mesa_GetUniformIndices()
Dshaderapi.c2414 res = _mesa_program_resource_find_name(shProg, resource_type, name, NULL); in _mesa_GetSubroutineIndex()