Home
last modified time | relevance | path

Searched refs:getGeomSrc (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/
DGrDrawTarget.h279 return kReserved_GeometrySrcType == this->getGeomSrc().fVertexSrc || in hasReservedVerticesOrIndices()
280 kReserved_GeometrySrcType == this->getGeomSrc().fIndexSrc; in hasReservedVerticesOrIndices()
694 const GeometrySrcState& src = this->getGeomSrc(); in indexCountInCurrentSource()
741 const GeometrySrcState& getGeomSrc() const { return fGeoSrcStateStack.back(); } in getGeomSrc() function
745 SkASSERT(this->getGeomSrc().fVertexSrc != kNone_GeometrySrcType); in getVertexSize()
746 return this->getGeomSrc().fVertexSize; in getVertexSize()
DGrInOrderDrawBuffer.cpp247 const GeometrySrcState& geomSrc = this->getGeomSrc(); in concatInstancedDraw()
347 switch (this->getGeomSrc().fVertexSrc) { in onDraw()
349 draw->fVertexBuffer = this->getGeomSrc().fVertexBuffer; in onDraw()
366 switch (this->getGeomSrc().fIndexSrc) { in onDraw()
368 draw->fIndexBuffer = this->getGeomSrc().fIndexBuffer; in onDraw()
474 SkASSERT(kReserved_GeometrySrcType != this->getGeomSrc().fVertexSrc); in flush()
475 SkASSERT(kReserved_GeometrySrcType != this->getGeomSrc().fIndexSrc); in flush()
611 kReserved_GeometrySrcType == this->getGeomSrc().fVertexSrc; in willReserveVertexAndIndexSpace()
615 kReserved_GeometrySrcType == this->getGeomSrc().fIndexSrc; in willReserveVertexAndIndexSpace()
693 const GeometrySrcState& geoSrc = this->getGeomSrc(); in releaseReservedVertexSpace()
[all …]
DGrGpu.cpp349 const GeometrySrcState& geoSrc = this->getGeomSrc(); in geometrySourceWillPush()
488 const GeometrySrcState& geoSrc = this->getGeomSrc(); in releaseReservedVertexSpace()
496 const GeometrySrcState& geoSrc = this->getGeomSrc(); in releaseReservedIndexSpace()
534 const GeometrySrcState& geoSrc = this->getGeomSrc(); in releaseVertexArray()
543 const GeometrySrcState& geoSrc = this->getGeomSrc(); in releaseIndexArray()
/external/chromium_org/third_party/skia/src/gpu/
DGrDrawTarget.h279 return kReserved_GeometrySrcType == this->getGeomSrc().fVertexSrc || in hasReservedVerticesOrIndices()
280 kReserved_GeometrySrcType == this->getGeomSrc().fIndexSrc; in hasReservedVerticesOrIndices()
694 const GeometrySrcState& src = this->getGeomSrc(); in indexCountInCurrentSource()
741 const GeometrySrcState& getGeomSrc() const { return fGeoSrcStateStack.back(); } in getGeomSrc() function
745 SkASSERT(this->getGeomSrc().fVertexSrc != kNone_GeometrySrcType); in getVertexSize()
746 return this->getGeomSrc().fVertexSize; in getVertexSize()
DGrInOrderDrawBuffer.cpp247 const GeometrySrcState& geomSrc = this->getGeomSrc(); in concatInstancedDraw()
347 switch (this->getGeomSrc().fVertexSrc) { in onDraw()
349 draw->fVertexBuffer = this->getGeomSrc().fVertexBuffer; in onDraw()
366 switch (this->getGeomSrc().fIndexSrc) { in onDraw()
368 draw->fIndexBuffer = this->getGeomSrc().fIndexBuffer; in onDraw()
474 SkASSERT(kReserved_GeometrySrcType != this->getGeomSrc().fVertexSrc); in flush()
475 SkASSERT(kReserved_GeometrySrcType != this->getGeomSrc().fIndexSrc); in flush()
611 kReserved_GeometrySrcType == this->getGeomSrc().fVertexSrc; in willReserveVertexAndIndexSpace()
615 kReserved_GeometrySrcType == this->getGeomSrc().fIndexSrc; in willReserveVertexAndIndexSpace()
693 const GeometrySrcState& geoSrc = this->getGeomSrc(); in releaseReservedVertexSpace()
[all …]
DGrGpu.cpp349 const GeometrySrcState& geoSrc = this->getGeomSrc(); in geometrySourceWillPush()
488 const GeometrySrcState& geoSrc = this->getGeomSrc(); in releaseReservedVertexSpace()
496 const GeometrySrcState& geoSrc = this->getGeomSrc(); in releaseReservedIndexSpace()
534 const GeometrySrcState& geoSrc = this->getGeomSrc(); in releaseVertexArray()
543 const GeometrySrcState& geoSrc = this->getGeomSrc(); in releaseIndexArray()
/external/skia/src/gpu/gl/
DGrGpuGL_program.cpp299 switch (this->getGeomSrc().fVertexSrc) { in setupGeometry()
301 vbuf = (GrGLVertexBuffer*) this->getGeomSrc().fVertexBuffer; in setupGeometry()
306 vertexOffsetInBytes += geoPoolState.fPoolStartVertex * this->getGeomSrc().fVertexSize; in setupGeometry()
322 switch (this->getGeomSrc().fIndexSrc) { in setupGeometry()
325 ibuf = (GrGLIndexBuffer*)this->getGeomSrc().fIndexBuffer; in setupGeometry()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGpuGL_program.cpp299 switch (this->getGeomSrc().fVertexSrc) { in setupGeometry()
301 vbuf = (GrGLVertexBuffer*) this->getGeomSrc().fVertexBuffer; in setupGeometry()
306 vertexOffsetInBytes += geoPoolState.fPoolStartVertex * this->getGeomSrc().fVertexSize; in setupGeometry()
322 switch (this->getGeomSrc().fIndexSrc) { in setupGeometry()
325 ibuf = (GrGLIndexBuffer*)this->getGeomSrc().fIndexBuffer; in setupGeometry()