Home
last modified time | relevance | path

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

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