Home | History | Annotate | Download | only in libagl

Lines Matching refs:vec4_t

137     memcpy(v, c->current.color.v, sizeof(vec4_t));
140 memcpy(v, c->currentColorClamped.v, sizeof(vec4_t));
146 memcpy(v, c->current.texture[c->arrays.tmu].v, sizeof(vec4_t));
1026 static void clipVec4(vec4_t& nv,
1027 GLfixed t, const vec4_t& s, const vec4_t& p)