Searched refs:StencilPath (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.h103 struct StencilPath : public ::SkNoncopyable { struct in class:GrInOrderDrawBuffer
104 StencilPath();
206 StencilPath* recordStencilPath();
228 GrSTAllocator<kStencilPathPreallocCnt, StencilPath> fStencilPaths;
H A DGrInOrderDrawBuffer.cpp415 GrInOrderDrawBuffer::StencilPath::StencilPath() {} function in class:GrInOrderDrawBuffer::StencilPath
436 StencilPath* sp = this->recordStencilPath();
618 const StencilPath& sp = fStencilPaths[currStencilPath];
965 GrInOrderDrawBuffer::StencilPath* GrInOrderDrawBuffer::recordStencilPath() {
/external/chromium_org/third_party/skia/src/gpu/
H A DGrInOrderDrawBuffer.h116 struct StencilPath : public ::SkNoncopyable { struct in class:GrInOrderDrawBuffer
117 StencilPath(const GrPath* path) : fPath(path) {} function in struct:GrInOrderDrawBuffer::StencilPath
256 StencilPath* recordStencilPath(const GrPath*);
280 typedef GrTAllocator<StencilPath> StencilPathAllocator;
289 GrSTAllocator<kStencilPathPreallocCnt, StencilPath> fStencilPaths;
H A DGrInOrderDrawBuffer.cpp367 StencilPath* sp = this->recordStencilPath(path);
897 GrInOrderDrawBuffer::StencilPath* GrInOrderDrawBuffer::recordStencilPath(const GrPath* path) {
899 return GrNEW_APPEND_TO_ALLOCATOR(&fStencilPaths, StencilPath, (path));

Completed in 62 milliseconds