Home | History | Annotate | Download | only in glsl

Lines Matching defs:add_field

307    void add_field(int slot, const glsl_type *type, const char *name);
324 per_vertex_accumulator::add_field(int slot, const glsl_type *type,
1291 this->per_vertex_in.add_field(slot, type, name);
1294 this->per_vertex_out.add_field(slot, type, name);