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

  /external/skia/src/gpu/
GrBatchFlushState.cpp 23 const GrVertexBuffer** buffer, int* startVertex) {
24 return fVertexPool.makeSpace(vertexSize, vertexCount, buffer, startVertex);
GrVertices.h 17 int startVertex() const { return fStartVertex; }
49 void init(GrPrimitiveType primType, const GrVertexBuffer* vertexBuffer, int startVertex,
53 SkASSERT(startVertex >= 0);
57 fStartVertex = startVertex;
70 int startVertex,
79 SkASSERT(startVertex >= 0);
83 fStartVertex = startVertex;
100 int startVertex,
110 SkASSERT(startVertex >= 0);
114 fStartVertex = startVertex;
    [all...]
GrBatchFlushState.h 79 const GrVertexBuffer** buffer, int* startVertex);
175 const GrVertexBuffer** buffer, int* startVertex) {
176 return this->state()->makeVertexSpace(vertexSize, vertexCount, buffer, startVertex);
GrBufferAllocPool.h 150 * the buffer at the offset indicated by startVertex. Until that time they
157 * @param startVertex returns the offset into buffer of the first vertex.
164 int* startVertex);
GrBufferAllocPool.cpp 342 int* startVertex) {
346 SkASSERT(startVertex);
357 *startVertex = static_cast<int>(offset / vertexSize);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
PolygonSpriteBatch.java 222 final int startVertex = vertexIndex / VERTEX_SIZE;
225 triangles[triangleIndex++] = (short)(regionTriangles[i] + startVertex);
261 final int startVertex = vertexIndex / VERTEX_SIZE;
264 triangles[triangleIndex++] = (short)(regionTriangles[i] + startVertex);
306 final int startVertex = vertexIndex / VERTEX_SIZE;
309 triangles[triangleIndex++] = (short)(regionTriangles[i] + startVertex);
352 final int startVertex = vertexIndex / VERTEX_SIZE;
355 triangles[triangleIndex++] = (short)(polygonTriangles[i] + startVertex);
376 final int startVertex = vertexIndex / VERTEX_SIZE;
377 triangles[triangleIndex++] = (short)startVertex;
    [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 2936 milliseconds