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

  /external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.cpp 567 static const uint16_t gRRectIndices[] = {
589 gpu->createIndexBuffer(sizeof(gRRectIndices), false);
594 fRRectIndexBuffer->updateData(gRRectIndices,
595 sizeof(gRRectIndices));
745 int indexCnt = isStroked ? GR_ARRAY_COUNT(gRRectIndices)-6 : GR_ARRAY_COUNT(gRRectIndices);
853 int indexCnt = isStroked ? GR_ARRAY_COUNT(gRRectIndices)-6 : GR_ARRAY_COUNT(gRRectIndices);
  /external/skia/src/gpu/
GrOvalRenderer.cpp 567 static const uint16_t gRRectIndices[] = {
589 gpu->createIndexBuffer(sizeof(gRRectIndices), false);
594 fRRectIndexBuffer->updateData(gRRectIndices,
595 sizeof(gRRectIndices));
745 int indexCnt = isStroked ? GR_ARRAY_COUNT(gRRectIndices)-6 : GR_ARRAY_COUNT(gRRectIndices);
853 int indexCnt = isStroked ? GR_ARRAY_COUNT(gRRectIndices)-6 : GR_ARRAY_COUNT(gRRectIndices);

Completed in 102 milliseconds