OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sortingid
(Results
1 - 1
of
1
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/material/
Material.java
98
private int
sortingId
= -1;
173
if (
sortingId
== -1 && t != null && t.getShader() != null) {
187
sortingId
= texId + t.getShader().getId() * 1000;
189
return
sortingId
;
469
sortingId
= -1;
499
sortingId
= -1;
[
all
...]
Completed in 903 milliseconds