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

  /external/chromium_org/third_party/skia/src/gpu/
GrAARectRenderer.cpp 304 static const int kNumAAFillRectsInIndexBuffer = 256;
309 kNumAAFillRectsInIndexBuffer;
317 data = SkNEW_ARRAY(uint16_t, kNumAAFillRectsInIndexBuffer * kIndicesPerAAFillRect);
319 for (int i = 0; i < kNumAAFillRectsInIndexBuffer; ++i) {
    [all...]
  /external/skia/src/gpu/
GrAARectRenderer.cpp 304 static const int kNumAAFillRectsInIndexBuffer = 256;
309 kNumAAFillRectsInIndexBuffer;
317 data = SkNEW_ARRAY(uint16_t, kNumAAFillRectsInIndexBuffer * kIndicesPerAAFillRect);
319 for (int i = 0; i < kNumAAFillRectsInIndexBuffer; ++i) {
    [all...]

Completed in 126 milliseconds