Searched refs:AttributeSlots (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/glsl/
H A Dlinker.cpp1686 prog->AttributeSlots = 0;
1690 if (param.Location + param.Slots > prog->AttributeSlots)
1691 prog->AttributeSlots = param.Location + param.Slots;
/external/mesa3d/src/pixelflinger2/
H A Dshader.cpp271 ALOGD("slots: attribute=%d varying=%d uniforms=%d \n", program->AttributeSlots, program->VaryingSlots, program->Uniforms->Slots);
704 *params = program->AttributeSlots;
/external/mesa3d/src/mesa/main/
H A Dmtypes.h2148 unsigned AttributeSlots;/**< [0,AttributeSlots-1] read by vertex shader */ member in struct:gl_shader_program

Completed in 88 milliseconds