Searched refs:findOrMakeStaticBuffer (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/src/gpu/tessellate/ |
H A D | PathCurveTessellator.cpp | 222 fFixedVertexBuffer = rp->findOrMakeStaticBuffer(GrGpuBufferType::kVertex, in prepareFixedCountBuffers() 229 fFixedIndexBuffer = rp->findOrMakeStaticBuffer(GrGpuBufferType::kIndex, in prepareFixedCountBuffers()
|
H A D | PathWedgeTessellator.cpp | 283 fFixedVertexBuffer = rp->findOrMakeStaticBuffer(GrGpuBufferType::kVertex, in prepareFixedCountBuffers() 290 fFixedIndexBuffer = rp->findOrMakeStaticBuffer(GrGpuBufferType::kIndex, in prepareFixedCountBuffers()
|
H A D | StrokeFixedCountTessellator.cpp | 424 fVertexBufferIfNoIDSupport = target->resourceProvider()->findOrMakeStaticBuffer( in prepare()
|
/third_party/skia/src/gpu/ |
H A D | GrResourceProvider.h | 198 sk_sp<const GrGpuBuffer> findOrMakeStaticBuffer(GrGpuBufferType intendedType, size_t size, 211 sk_sp<const GrGpuBuffer> findOrMakeStaticBuffer(GrGpuBufferType intendedType, size_t size,
|
H A D | GrResourceProvider.cpp | 414 sk_sp<const GrGpuBuffer> GrResourceProvider::findOrMakeStaticBuffer(GrGpuBufferType intendedType, in findOrMakeStaticBuffer() function in GrResourceProvider 431 sk_sp<const GrGpuBuffer> GrResourceProvider::findOrMakeStaticBuffer( in findOrMakeStaticBuffer() function in GrResourceProvider
|
/third_party/skia/src/gpu/ops/ |
H A D | DrawAtlasPathOp.cpp | 216 fVertexBufferIfNoIDSupport = flushState->resourceProvider()->findOrMakeStaticBuffer( in onPrepare()
|
H A D | PathStencilCoverOp.cpp | 312 fBBoxVertexBufferIfNoIDSupport = flushState->resourceProvider()->findOrMakeStaticBuffer( in onPrepare()
|
H A D | FillRRectOp.cpp | 557 fIndexBuffer = target->resourceProvider()->findOrMakeStaticBuffer(GrGpuBufferType::kIndex, in onPrepareDraws() 563 fVertexBuffer = target->resourceProvider()->findOrMakeStaticBuffer(GrGpuBufferType::kVertex, in onPrepareDraws()
|
H A D | PathInnerTriangulateOp.cpp | 465 fHullVertexBufferIfNoIDSupport = flushState->resourceProvider()->findOrMakeStaticBuffer( in onPrepare()
|
Completed in 9 milliseconds