HomeSort by relevance Sort by last modified time
    Searched refs:vertexCount (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/skia/experimental/PdfViewer/
SkNulCanvas.h 98 void onDrawVertices(VertexMode vmode, int vertexCount,
  /external/skia/include/core/
SkBitmapDevice.h 96 virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount,
SkDevice.h 225 virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount,
  /external/skia/include/utils/
SkDeferredCanvas.h 186 void onDrawVertices(VertexMode vmode, int vertexCount,
SkDumpCanvas.h 120 void onDrawVertices(VertexMode vmode, int vertexCount,
SkNWayCanvas.h 72 void onDrawVertices(VertexMode vmode, int vertexCount,
  /external/skia/src/core/
SkRecorder.h 104 void onDrawVertices(VertexMode vmode, int vertexCount,
SkBitmapDevice.cpp 338 int vertexCount,
343 draw.drawVertices(vmode, vertexCount, verts, textures, colors, xmode,
SkPictureRecord.h 193 void onDrawVertices(VertexMode vmode, int vertexCount,
  /external/skia/src/gpu/
GrBatchTarget.h 117 void* makeVertSpace(size_t vertexSize, int vertexCount,
GrAAHairLinePathRenderer.cpp 874 int vertexCount = kLineSegNumVertices * lineCount;
876 batchTarget->makeVertSpace(vertexStride, vertexCount, &vertexBuffer, &firstVertex));
    [all...]
SkGpuDevice.h 111 virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount,
  /external/skia/src/utils/android/
SkAndroidSDKCanvas.h 51 void onDrawVertices(VertexMode vMode, int vertexCount, const SkPoint vertices[],
SkAndroidSDKCanvas.cpp 165 int vertexCount,
171 fProxyTarget->drawVertices(vMode, vertexCount, vertices, texs, colors,
  /frameworks/base/libs/hwui/
Canvas.h 129 virtual void drawVertices(SkCanvas::VertexMode vertexMode, int vertexCount,
SkiaCanvasProxy.cpp 123 void SkiaCanvasProxy::onDrawVertices(VertexMode mode, int vertexCount, const SkPoint vertices[],
131 const int floatCount = vertexCount << 1;
  /external/deqp/modules/glshared/
glsScissorTests.cpp 360 const int vertexCount = vertexCountSet[m_primitiveType];
364 vector<float> positions (4*vertexCount*m_primitiveCount);
373 for (int vertNdx = 0; vertNdx < vertexCount; vertNdx++)
375 const int ndx = primNdx*4*vertexCount + vertNdx*4;
383 indices[primNdx*indexCount + ndx] = baseIndices[ndx] + primNdx*vertexCount;
  /external/skia/src/utils/
SkNWayCanvas.cpp 283 void SkNWayCanvas::onDrawVertices(VertexMode vmode, int vertexCount,
290 iter->drawVertices(vmode, vertexCount, vertices, texs, colors, xmode,
  /external/skia/include/device/xps/
SkXPSDevice.h 126 int vertexCount, const SkPoint verts[],
  /external/skia/include/gpu/
GrContext.h 345 * @param vertexCount number of vertices.
361 int vertexCount,
  /external/skia/src/pdf/
SkPDFDevice.h 110 int vertexCount, const SkPoint verts[],
  /external/skia/src/utils/debugger/
SkDebugCanvas.h 197 void onDrawVertices(VertexMode vmode, int vertexCount,
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java 285 private native boolean setShaderVertexCount(int vertexCount);
  /external/skia/src/pipe/
SkGPipeRead.cpp 451 int vertexCount = reader->readU32();
452 const SkPoint* verts = skip<SkPoint>(reader, vertexCount);
456 texs = skip<SkPoint>(reader, vertexCount);
461 colors = skip<SkColor>(reader, vertexCount);
477 canvas->drawVertices(vmode, vertexCount, verts, texs, colors, xfer,
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 292 jint modeHandle, jint vertexCount,
298 AutoJavaFloatArray vertA(env, jverts, vertIndex + vertexCount);
299 AutoJavaFloatArray texA(env, jtexs, texIndex + vertexCount);
300 AutoJavaIntArray colorA(env, jcolors, colorIndex + vertexCount);
317 get_canvas(canvasHandle)->drawVertices(mode, vertexCount, verts, texs, colors,

Completed in 1916 milliseconds

12 3 4