Searched defs:getGeomSrc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.h272 return kReserved_GeometrySrcType == this->getGeomSrc().fVertexSrc ||
273 kReserved_GeometrySrcType == this->getGeomSrc().fIndexSrc;
654 const GeometrySrcState& src = this->getGeomSrc();
701 const GeometrySrcState& getGeomSrc() const { return fGeoSrcStateStack.back(); } function in class:GrDrawTarget
702 // it is preferable to call this rather than getGeomSrc()->fVertexSize because of the assert.
705 GrAssert(this->getGeomSrc().fVertexSrc != kNone_GeometrySrcType);
706 return this->getGeomSrc().fVertexSize;
/external/skia/src/gpu/
H A DGrDrawTarget.h272 return kReserved_GeometrySrcType == this->getGeomSrc().fVertexSrc ||
273 kReserved_GeometrySrcType == this->getGeomSrc().fIndexSrc;
654 const GeometrySrcState& src = this->getGeomSrc();
701 const GeometrySrcState& getGeomSrc() const { return fGeoSrcStateStack.back(); } function in class:GrDrawTarget
702 // it is preferable to call this rather than getGeomSrc()->fVertexSize because of the assert.
705 GrAssert(this->getGeomSrc().fVertexSrc != kNone_GeometrySrcType);
706 return this->getGeomSrc().fVertexSize;

Completed in 105 milliseconds