Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dshaderapi.h77 _mesa_count_active_attribs(struct gl_shader_program *shProg);
Dshader_query.cpp250 _mesa_count_active_attribs(struct gl_shader_program *shProg) in _mesa_count_active_attribs() function
Dshaderapi.c810 *params = _mesa_count_active_attribs(shProg); in get_programiv()