Lines Matching refs:fetch
960 c->arrays.vertex.fetch(c, v->obj.v, vp); in compileElement__generic()
977 c->arrays.vertex.fetch(c, v->obj.v, vp); in compileElements__generic()
1154 am.vertex.fetch = fetchNop; in validate_arrays()
1155 am.normal.fetch = currentNormal; in validate_arrays()
1156 am.color.fetch = currentColor; in validate_arrays()
1161 am.vertex.fetch = vertex_fct[am.vertex.size-2][am.vertex.type & 0xF]; in validate_arrays()
1168 am.normal.fetch = normal_fct[am.normal.size-3][am.normal.type & 0xF]; in validate_arrays()
1176 am.color.fetch = color_fct[am.color.size-3][am.color.type & 0xF]; in validate_arrays()
1180 am.color.fetch = color_clamp_fct[am.color.size-3][am.color.type & 0xF]; in validate_arrays()
1187 am.texture[i].fetch = currentTexCoord; in validate_arrays()
1194 … am.texture[i].fetch = texture_fct[am.texture[i].size-2][am.texture[i].type & 0xF]; in validate_arrays()