Home
last modified time | relevance | path

Searched defs:light_t (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
Dcontext.h286 struct light_t { struct
287 vec4_t ambient;
288 vec4_t diffuse;
289 vec4_t specular;
290 vec4_t implicitAmbient;
291 vec4_t implicitDiffuse;
292 vec4_t implicitSpecular;
293 vec4_t position; // position in eye space
294 vec4_t objPosition;
295 vec4_t normalizedObjPosition;
[all …]