OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twoSide
(Results
1 - 3
of
3
) sorted by null
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MaterialLoader.java
70
private boolean
twoSide
= false;
256
twoSide
= true;
333
if (
twoSide
){
343
if (
twoSide
){
/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
312
GLboolean
twoSide
;
Completed in 45 milliseconds