HomeSort by relevance Sort by last modified time
    Searched refs:StencilPath (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrInOrderDrawBuffer.h 100 struct StencilPath : public ::SkNoncopyable {
101 StencilPath();
184 StencilPath* recordStencilPath();
204 GrSTAllocator<kStatePreallocCnt, StencilPath> fStencilPaths;
GrInOrderDrawBuffer.cpp 387 GrInOrderDrawBuffer::StencilPath::StencilPath() {}
398 StencilPath* sp = this->recordStencilPath();
520 const StencilPath& sp = fStencilPaths[currStencilPath];
521 fDstGpu->stencilPath(sp.fPath.get(), sp.fFill);
837 GrInOrderDrawBuffer::StencilPath* GrInOrderDrawBuffer::recordStencilPath() {
  /external/skia/src/gpu/
GrInOrderDrawBuffer.h 100 struct StencilPath : public ::SkNoncopyable {
101 StencilPath();
184 StencilPath* recordStencilPath();
204 GrSTAllocator<kStatePreallocCnt, StencilPath> fStencilPaths;
GrInOrderDrawBuffer.cpp 387 GrInOrderDrawBuffer::StencilPath::StencilPath() {}
398 StencilPath* sp = this->recordStencilPath();
520 const StencilPath& sp = fStencilPaths[currStencilPath];
521 fDstGpu->stencilPath(sp.fPath.get(), sp.fFill);
837 GrInOrderDrawBuffer::StencilPath* GrInOrderDrawBuffer::recordStencilPath() {

Completed in 525 milliseconds