Searched refs:EnabledAttribCount (Results 1 – 2 of 2) sorted by relevance
66 vao->Attrib[i].EnabledAttribCount = 0; in _mesa_glthread_reset_vao()219 int attrib_count = ++vao->Attrib[binding_index].EnabledAttribCount; in enable_buffer()230 int attrib_count = --vao->Attrib[binding_index].EnabledAttribCount; in disable_buffer()
85 int EnabledAttribCount; /**< Number of enabled attribs using this buffer. */ member