OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twoSide
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libagl/
light.cpp
370
const int
twoSide
= c->lighting.lightModel.
twoSide
;
401
s = (s<0) ? (
twoSide
?(-s):0) : s;
412
s = (s<0) ? (
twoSide
?(-s):0) : s;
458
c->lighting.lightModel.
twoSide
= param ? GL_TRUE : GL_FALSE;
context.h
317
GLboolean
twoSide
;
Completed in 212 milliseconds