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

/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.h228 GrSTAllocator<kStencilPathPreallocCnt, StencilPath> fStencilPaths; member in class:GrInOrderDrawBuffer
H A DGrInOrderDrawBuffer.cpp542 fStencilPaths.reset();
618 const StencilPath& sp = fStencilPaths[currStencilPath];
967 return &fStencilPaths.push_back();
/external/chromium_org/third_party/skia/src/gpu/
H A DGrInOrderDrawBuffer.h289 GrSTAllocator<kStencilPathPreallocCnt, StencilPath> fStencilPaths; member in class:GrInOrderDrawBuffer
H A DGrInOrderDrawBuffer.cpp454 fStencilPaths.reset();
499 StencilPathAllocator::Iter stencilPathIter(&fStencilPaths);
899 return GrNEW_APPEND_TO_ALLOCATOR(&fStencilPaths, StencilPath, (path));

Completed in 765 milliseconds