OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:light_1_direction
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/site_tests/graphics_SanAngeles/src/
shader.h
29
GLint
light_1_direction
;
member in struct:__anon7065
shadersrc.h
40
"uniform lowp vec3
light_1_direction
;\n"
74
" color += DiffuseLight(
light_1_direction
, light_1_diffuse);\n"
shader.c
126
GET_UNIFORM_LOC(Lit,
light_1_direction
);
demo.c
770
glUniform3fv(sShaderLit.
light_1_direction
, 1, light1Position);
[
all
...]
Completed in 428 milliseconds