Home | History | Annotate | Download | only in libagl

Lines Matching refs:vec4_t

61 static void init_white(vec4_t& c) {
232 const vec4_t eyeViewer = { 0, 0, 0x10000, 0 };
347 vec4_t r = c->lighting.implicitSceneEmissionAndAmbient;
348 const vec4_t objViewer = c->lighting.objViewer;
355 vec4_t n;
377 vec4_t d, t;
399 vec4_t h;
531 mv.point4(&mv, &light.position, reinterpret_cast<vec4_t const*>(params));
539 mvui.point3(&mvui, &light.spotDir, reinterpret_cast<vec4_t const*>(params));
541 light.spotDir = *reinterpret_cast<vec4_t const*>(params);