• Home
  • Raw
  • Download

Lines Matching refs:GrOpFlushState

23 GrOpFlushState::GrOpFlushState(GrGpu* gpu, GrResourceProvider* resourceProvider,  in GrOpFlushState()  function in GrOpFlushState
33 const GrCaps& GrOpFlushState::caps() const { in caps()
37 GrThreadSafeCache* GrOpFlushState::threadSafeCache() const { in threadSafeCache()
41 void GrOpFlushState::executeDrawsAndUploadsForMeshDrawOp( in executeDrawsAndUploadsForMeshDrawOp()
75 void GrOpFlushState::preExecuteDraws() { in preExecuteDraws()
87 void GrOpFlushState::reset() { in reset()
100 void GrOpFlushState::doUpload(GrDeferredTextureUploadFn& upload, in doUpload()
135 GrDeferredUploadToken GrOpFlushState::addInlineUpload(GrDeferredTextureUploadFn&& upload) { in addInlineUpload()
140 GrDeferredUploadToken GrOpFlushState::addASAPUpload(GrDeferredTextureUploadFn&& upload) { in addASAPUpload()
145 void GrOpFlushState::recordDraw( in recordDraw()
171 void* GrOpFlushState::makeVertexSpace(size_t vertexSize, int vertexCount, in makeVertexSpace()
176 uint16_t* GrOpFlushState::makeIndexSpace(int indexCount, sk_sp<const GrBuffer>* buffer, in makeIndexSpace()
181 void* GrOpFlushState::makeVertexSpaceAtLeast(size_t vertexSize, int minVertexCount, in makeVertexSpaceAtLeast()
188 uint16_t* GrOpFlushState::makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast()
195 void GrOpFlushState::putBackIndices(int indexCount) { in putBackIndices()
199 void GrOpFlushState::putBackVertices(int vertices, size_t vertexStride) { in putBackVertices()
203 GrAppliedClip GrOpFlushState::detachAppliedClip() { in detachAppliedClip()
207 GrStrikeCache* GrOpFlushState::strikeCache() const { in strikeCache()
211 GrAtlasManager* GrOpFlushState::atlasManager() const { in atlasManager()
215 GrSmallPathAtlasMgr* GrOpFlushState::smallPathAtlasManager() const { in smallPathAtlasManager()
219 void GrOpFlushState::drawMesh(const GrSimpleMesh& mesh) { in drawMesh()
239 GrOpFlushState::Draw::~Draw() { in ~Draw()