Lines Matching defs:Desc
414 struct Desc { struct in __anone0fa7b860111::TextureOpImpl
415 VertexSpec fVertexSpec;
416 int fNumProxies = 0;
417 int fNumTotalQuads = 0;
420 char* fPrePreparedVertices = nullptr;
422 GrProgramInfo* fProgramInfo = nullptr;
424 sk_sp<const GrBuffer> fIndexBuffer;
425 sk_sp<const GrBuffer> fVertexBuffer;
426 int fBaseVertex;
429 size_t totalSizeInBytes() const { in totalSizeInBytes()
433 int totalNumVertices() const { in totalNumVertices()
437 void allocatePrePreparedVertices(SkArenaAlloc* arena) { in allocatePrePreparedVertices()