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

  /external/skia/src/gpu/ccpr/
GrCCGeometry.h 66 void resize_back(int numPoints, int numVerbs) { function in class:GrCCGeometry
68 fPoints.resize_back(numPoints);
69 fVerbs.resize_back(numVerbs);
GrCCPathParser.cpp 259 fGeometry.resize_back(fCurrPathPointsIdx, fCurrPathVerbsIdx);
  /external/skqp/src/gpu/ccpr/
GrCCGeometry.h 65 void resize_back(int numPoints, int numVerbs) { function in class:GrCCGeometry
67 fPoints.resize_back(numPoints);
68 fVerbs.resize_back(numVerbs);
GrCCPathParser.cpp 176 fGeometry.resize_back(fCurrPathPointsIdx, fCurrPathVerbsIdx);
  /external/skia/src/gpu/gl/
GrGLVertexArray.h 31 fAttribArrayStates.resize_back(newCount);
GrGLPath.cpp 232 pathCommands.resize_back(verbCnt);
233 pathCoords.resize_back(coordCnt);
  /external/skqp/src/gpu/gl/
GrGLVertexArray.h 31 fAttribArrayStates.resize_back(newCount);
GrGLPath.cpp 232 pathCommands.resize_back(verbCnt);
233 pathCoords.resize_back(coordCnt);
  /external/skia/tools/viewer/
BisectSlide.cpp 84 fFoundPaths.resize_back(midpt);
  /external/skqp/samplecode/
SamplePathFinder.cpp 104 fPaths.resize_back(midpt);
  /external/skia/include/private/
SkTArray.h 288 void resize_back(int newCount) { function
  /external/skqp/include/private/
SkTArray.h 288 void resize_back(int newCount) { function

Completed in 513 milliseconds