OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SparseNameTree
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/gl/
GrGLNameAllocator.h
78
class
SparseNameTree
;
GrGLNameAllocator.cpp
126
class GrGLNameAllocator::
SparseNameTree
: public SparseNameRange {
128
SparseNameTree
(SparseNameRange* left, SparseNameRange* right)
209
typedef SkAutoTUnref<SparseNameRange>
SparseNameTree
::* ChildRange;
213
return this->rebalanceImpl<&
SparseNameTree
::fLeft, &
SparseNameTree
::fRight>();
216
return this->rebalanceImpl<&
SparseNameTree
::fRight, &
SparseNameTree
::fLeft>();
233
SparseNameTree
* tallChild = static_cast<
SparseNameTree
*>((this->*Tall).get());
248
SparseNameTree
* newRoot = static_cast<SparseNameTree*>((this->*Tall).detach())
[
all
...]
Completed in 48 milliseconds