OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPathNameAllocator
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRendering.cpp
74
fPathNameAllocator
.reset(NULL);
425
if (NULL ==
fPathNameAllocator
.get()) {
429
fPathNameAllocator
.reset(SkNEW_ARGS(GrGLNameAllocator, (firstName, firstName + range)));
434
GrGLuint name =
fPathNameAllocator
->allocateName();
448
SkASSERT(NULL ==
fPathNameAllocator
.get() ||
449
path + range <=
fPathNameAllocator
->firstName() ||
450
path >=
fPathNameAllocator
->endName());
455
if (NULL ==
fPathNameAllocator
.get() ||
456
path <
fPathNameAllocator
->firstName() ||
457
path >=
fPathNameAllocator
->endName())
[
all
...]
GrGLPathRendering.h
130
SkAutoTDelete<GrGLNameAllocator>
fPathNameAllocator
;
Completed in 32 milliseconds