HomeSort by relevance Sort by last modified time
    Searched refs:drawNonIndexed (Results 1 - 10 of 10) sorted by null

  /external/skia/gpu/include/
GrInOrderDrawBuffer.h 89 virtual void drawNonIndexed(GrPrimitiveType primitiveType,
GrContext_impl.h 105 target->drawNonIndexed(primitiveType, 0, vertexCount);
GrGpu.h 265 virtual void drawNonIndexed(GrPrimitiveType type,
GrDrawTarget.h 614 * drawIndexed & drawNonIndexed calls until set*SourceToArray is called
622 * drawIndexed or drawNonIndexed call. At this point the data is frozen
624 * drawIndexed & drawNonIndexed calls will use this data until
631 * drawIndexed and drawNonIndexed calls use this source until another
734 * in the buffer until drawIndexed or drawNonIndexed.
745 * to be in the buffer until drawIndexed or drawNonIndexed.
780 virtual void drawNonIndexed(GrPrimitiveType type,
788 * or drawNonIndexed. This cannot be called between reserving and releasing
791 * drawNonIndexed.
    [all...]
  /external/skia/gpu/src/
GrTesselatedPathRenderer.cpp 261 target->drawNonIndexed(kTriangleFan_PrimitiveType, 0, count);
271 target->drawNonIndexed(kTriangleFan_PrimitiveType, 0, size);
277 target->drawNonIndexed(kTriangleFan_PrimitiveType, 0, count);
GrPathRenderer.cpp 414 target->drawNonIndexed(kTriangleFan_PrimitiveType,
423 target->drawNonIndexed(type,
GrInOrderDrawBuffer.cpp 248 void GrInOrderDrawBuffer::drawNonIndexed(GrPrimitiveType primitiveType,
396 target->drawNonIndexed(draw.fPrimitiveType,
GrContext.cpp 276 fGpu->drawNonIndexed(kTriangleFan_PrimitiveType,
    [all...]
GrDrawTarget.cpp 588 drawNonIndexed(kTriangleFan_PrimitiveType, 0, 4);
GrGpu.cpp 599 void GrGpu::drawNonIndexed(GrPrimitiveType type,

Completed in 94 milliseconds