OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spotDir
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/main/
light.c
1002
GLfloat
spotDir
[3];
1003
COPY_3V(
spotDir
, light->SpotDirection);
1004
NORMALIZE_3FV(
spotDir
);
1006
spotDir
,
[
all
...]
/frameworks/native/opengl/libagl/
context.h
297
vec4_t
spotDir
;
Completed in 78 milliseconds