Searched refs:nextResult (Results 1 – 9 of 9) sorted by relevance
39 public ShadowMapRegion nextResult (BaseLight light); in nextResult() method
93 public ShadowMapRegion nextResult (BaseLight light) { in nextResult() method in FixedShadowMapAllocator
685 BytesTrie.Result nextResult=trie.next(nextCp); in checkFirst() local689 nextResult!=trie.next(nextCp) in checkFirst()699 nextResult=trie.nextForCodePoint(nextCp); in checkFirst()703 nextResult!=trie.nextForCodePoint(nextCp) in checkFirst()
560 BytesTrie.Result nextResult=trie.next(nextC); in checkFirst() local564 nextResult!=trie.next(nextC) in checkFirst()
689 BytesTrie.Result nextResult=trie.next(nextCp); in checkFirst() local693 nextResult!=trie.next(nextCp) in checkFirst()703 nextResult=trie.nextForCodePoint(nextCp); in checkFirst()707 nextResult!=trie.nextForCodePoint(nextCp) in checkFirst()
564 BytesTrie.Result nextResult=trie.next(nextC); in checkFirst() local568 nextResult!=trie.next(nextC) in checkFirst()
828 UStringTrieResult nextResult=trie.next(nextCp); in checkFirst() local832 nextResult!=trie.next(nextCp) in checkFirst()842 nextResult=trie.nextForCodePoint(nextCp); in checkFirst()846 nextResult!=trie.nextForCodePoint(nextCp) in checkFirst()
664 UStringTrieResult nextResult=trie.next(data[i].s[1]); in checkFirst() local668 nextResult!=trie.next(data[i].s[1]) in checkFirst()
383 ShadowMapRegion r = allocator.nextResult(currentLight); in processViewport()