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

  /frameworks/base/libs/hwui/
Patch.h 52 uint32_t verticesCount = 0;
Patch.cpp 35 return verticesCount * sizeof(TextureVertex);
140 if (verticesCount != maxVertices) {
141 std::unique_ptr<TextureVertex[]> reducedVertices(new TextureVertex[verticesCount]);
142 memcpy(reducedVertices.get(), vertices.get(), verticesCount * sizeof(TextureVertex));
219 verticesCount += 4;
BakedOpDispatcher.cpp 110 totalVertices += opMesh->verticesCount;
133 uint32_t vertexCount = opMesh->verticesCount;
    [all...]
DisplayListOp.h 813 totalVertices += ((DrawPatchOp*) ops[i].op)->getMesh(renderer)->verticesCount;
831 uint32_t vertexCount = opMesh->verticesCount;
    [all...]
OpenGLRenderer.cpp     [all...]
  /external/opencv/cvaux/src/
enmin.cpp 358 int &verticesCount = *verticesCountPtr;
384 verticesCount = 0;
398 vertices[ verticesCount ] = u;
399 verticesCount ++;
515 // verticesCount - number of vertices in vertices array
521 int verticesCount,
538 int realVerticesCount = verticesCount;
542 for( i = 0; i < verticesCount; i ++ )
603 } /* for( i = 0; i < verticesCount; i ++ ) */
605 for( i = 0; i < verticesCount; i ++
    [all...]
  /external/skia/src/gpu/text/
GrAtlasTextBlob.cpp 23 size_t verticesCount = glyphCount * kVerticesPerGlyph * kMaxVASize;
25 verticesCount +
39 cacheBlob->fGlyphs = reinterpret_cast<GrGlyph**>(cacheBlob->fVertices + verticesCount);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
PolygonSpriteBatch.java 338 public void draw (Texture texture, float[] polygonVertices, int verticesOffset, int verticesCount, short[] polygonTriangles,
347 else if (triangleIndex + trianglesCount > triangles.length || vertexIndex + verticesCount > vertices.length) //
358 System.arraycopy(polygonVertices, verticesOffset, vertices, vertexIndex, verticesCount);
359 this.vertexIndex += verticesCount;
    [all...]
  /external/opencv3/modules/calib3d/src/
circlesgrid.cpp 542 void computePredecessorMatrix(const Mat &dm, int verticesCount, Mat &predecessorMatrix);
    [all...]

Completed in 289 milliseconds