Home | History | Annotate | Download | only in instanced

Lines Matching refs:Instance

112     // Create and map instance and draw-indirect buffers.
115 rp->createBuffer(sizeof(Instance) * numGLInstances, kVertex_GrBufferType,
135 Instance* glMappedInstances = static_cast<Instance*>(fInstanceBuffer->map());
154 // Generate the instance and draw-indirect buffer contents based on the tracked ops.
272 Instance* offsetInBuffer = (Instance*) nullptr + baseInstance;
279 sizeof(Instance), &offsetInBuffer->fInfo));
286 sizeof(Instance), &offsetInBuffer->fShapeMatrix2x3[0]));
288 sizeof(Instance), &offsetInBuffer->fShapeMatrix2x3[3]));
295 sizeof(Instance), &offsetInBuffer->fColor));
301 sizeof(Instance), &offsetInBuffer->fLocalRect));