HomeSort by relevance Sort by last modified time
    Searched defs:getGeomSrc (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.h 272 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(); }
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;
    [all...]
  /external/skia/src/gpu/
GrDrawTarget.h 272 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(); }
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;
    [all...]

Completed in 44 milliseconds