OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContiguousNameRange
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/gl/
GrGLNameAllocator.h
79
class
ContiguousNameRange
;
GrGLNameAllocator.cpp
274
class GrGLNameAllocator::
ContiguousNameRange
: public SparseNameRange {
276
ContiguousNameRange
(GrGLuint first, GrGLuint end) {
322
SparseNameRange* left = SkNEW_ARGS(
ContiguousNameRange
, (fFirst, name));
341
fAllocatedNames.reset(SkNEW_ARGS(
ContiguousNameRange
, (fFirstName, fFirstName + 1)));
Completed in 49 milliseconds