Home | History | Annotate | Download | only in instanced

Lines Matching refs:Instance

111     // Create and map instance and draw-indirect buffers.
114 rp->createBuffer(sizeof(Instance) * numGLInstances, kVertex_GrBufferType,
134 Instance* glMappedInstances = static_cast<Instance*>(fInstanceBuffer->map());
153 // Generate the instance and draw-indirect buffer contents based on the tracked ops.
271 Instance* offsetInBuffer = (Instance*) nullptr + baseInstance;
278 sizeof(Instance), &offsetInBuffer->fInfo));
285 sizeof(Instance), &offsetInBuffer->fShapeMatrix2x3[0]));
287 sizeof(Instance), &offsetInBuffer->fShapeMatrix2x3[3]));
294 sizeof(Instance), &offsetInBuffer->fColor));
300 sizeof(Instance), &offsetInBuffer->fLocalRect));