Lines Matching defs:Desc
407 struct Desc { struct in __anon3b55fc0c0111::TextureOpImpl
408 VertexSpec fVertexSpec;
409 int fNumProxies = 0;
410 int fNumTotalQuads = 0;
413 char* fPrePreparedVertices = nullptr;
415 GrProgramInfo* fProgramInfo = nullptr;
417 sk_sp<const GrBuffer> fIndexBuffer;
418 sk_sp<const GrBuffer> fVertexBuffer;
419 int fBaseVertex;
422 size_t totalSizeInBytes() const { in totalSizeInBytes()
426 int totalNumVertices() const { in totalNumVertices()
430 void allocatePrePreparedVertices(SkArenaAlloc* arena) { in allocatePrePreparedVertices()