HomeSort by relevance Sort by last modified time
    Searched defs:baseInstance (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl4cIndirectParametersTests.hpp 47 GLuint baseInstance;
56 GLuint baseInstance;
gl4cShaderDrawParametersTests.hpp 46 GLuint baseInstance;
55 GLuint baseInstance;
  /external/skia/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 519 int baseInstance = fBaseInstance;
521 for (int i = 0; i < fAtlasBatches.count(); baseInstance = fAtlasBatches[i++].fEndInstanceIdx) {
523 SkASSERT(batch.fEndInstanceIdx > baseInstance);
536 batch.fEndInstanceIdx - baseInstance, baseInstance);
542 SkASSERT(baseInstance == fBaseInstance + fInstanceCount - fNumSkippedInstances);
GrCCPathParser.cpp 356 // megabuffer and lay them all out side-by-side. We can offset the "baseInstance" parameter in
578 int baseInstance = fBaseInstances[(int)ScissorMode::kNonScissored].*instanceType +
580 proc.appendMesh(fInstanceBuffer.get(), instanceCount, baseInstance, &fMeshesScratchBuffer);
  /external/skqp/src/gpu/ccpr/
GrCCPathParser.cpp 248 // megabuffer and lay them all out side-by-side. We can offset the "baseInstance" parameter in
420 int baseInstance = fBaseInstances[(int)ScissorMode::kNonScissored].*instanceType +
422 proc.appendMesh(fInstanceBuffer.get(), instanceCount, baseInstance, &fMeshesScratchBuffer);
GrCoverageCountingPathRenderer.cpp 521 int baseInstance = fBaseInstance;
523 for (int i = 0; i < fAtlasBatches.count(); baseInstance = fAtlasBatches[i++].fEndInstanceIdx) {
525 SkASSERT(batch.fEndInstanceIdx > baseInstance);
538 batch.fEndInstanceIdx - baseInstance, baseInstance);
544 SkASSERT(baseInstance == fBaseInstance + fInstanceCount - fNumSkippedInstances);

Completed in 139 milliseconds