OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:optionalAttributes
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ParticleShader.java
157
private final static long
optionalAttributes
= IntAttribute.CullFace | DepthTestAttribute.Type;
181
materialMask = renderable.material.getMask() |
optionalAttributes
;
229
return (materialMask == (renderable.material.getMask() |
optionalAttributes
)) &&
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/
DefaultShader.java
504
private final static long
optionalAttributes
= IntAttribute.CullFace | DepthTestAttribute.Type;
533
attributesMask = attributes.getMask() |
optionalAttributes
;
[
all
...]
Completed in 174 milliseconds