Lines Matching defs:enabled
137 _mesa_vao_enable_to_vp_inputs(gl_attribute_map_mode mode, GLbitfield enabled)
141 return enabled;
144 return (enabled & ~VERT_BIT_GENERIC0)
145 | ((enabled & VERT_BIT_POS) << VERT_ATTRIB_GENERIC0);
148 return (enabled & ~VERT_BIT_POS)
149 | ((enabled & VERT_BIT_GENERIC0) >> VERT_ATTRIB_GENERIC0);
157 * Return the vp_inputs enabled bitmask after application of
176 * Return enabled vertex attribute bits for draw.
186 * Return enabled buffer object vertex attribute bits for draw.
200 * Return enabled user space vertex attribute bits for draw.
214 * Return enabled current values attribute bits for draw.
310 * Return true if we have the VERT_ATTRIB_EDGEFLAG array enabled.