HomeSort by relevance Sort by last modified time
    Searched refs:drawPatch (Results 1 - 25 of 35) sorted by null

1 2

  /external/skia/gm/
patch.cpp 118 canvas->drawPatch(gCubics, nullptr, nullptr, modes[y], paint);
121 canvas->drawPatch(gCubics, colors, nullptr, modes[y], paint);
125 canvas->drawPatch(gCubics, nullptr, tex, modes[y], paint);
130 canvas->drawPatch(gCubics, colors, tex, modes[y], paint);
172 canvas->drawPatch(gCubics, colors, nullptr, SkBlendMode::kModulate, paint);
  /external/skqp/gm/
patch.cpp 118 canvas->drawPatch(gCubics, nullptr, nullptr, modes[y], paint);
121 canvas->drawPatch(gCubics, colors, nullptr, modes[y], paint);
125 canvas->drawPatch(gCubics, nullptr, tex, modes[y], paint);
130 canvas->drawPatch(gCubics, colors, tex, modes[y], paint);
172 canvas->drawPatch(gCubics, colors, nullptr, SkBlendMode::kModulate, paint);
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderPrimitiveCoverage.hpp 70 void drawPatch(glw::GLuint po_id, glw::GLuint n_patch_vertices, glw::GLuint n_draw_call_vertices,
esextcTessellationShaderPrimitiveCoverage.cpp 574 void TessellationShaderPrimitiveCoverage::drawPatch(glw::GLuint po_id, glw::GLuint n_patch_vertices,
755 drawPatch(m_triangles_tessellation_po_id, 3 /* n_patch_vertices */, 3 /* n_triangle_vertices */,
772 drawPatch(m_triangles_tessellation_po_id, 3 /* n_patch_vertices */, 3 /* n_triangle_vertices */, set.inner,
781 drawPatch(m_quad_tessellation_po_id, 4 /* n_patch_vertices */, 6 /* n_triangle_vertices (quad == 2 triangles) */,
799 drawPatch(m_quad_tessellation_po_id, 4 /* n_patch_vertices */,
  /external/skia/bench/
PatchBench.cpp 15 * This bench measures the rendering time of the call SkCanvas::drawPatch with different types of
130 canvas->drawPatch(fCubics, nullptr, nullptr, fPaint);
133 canvas->drawPatch(fCubics, fColors, nullptr, fPaint);
136 canvas->drawPatch(fCubics, nullptr, fTexCoords, fPaint);
139 canvas->drawPatch(fCubics, fColors, fTexCoords, fPaint);
  /external/skia/src/core/
SkLiteDL.h 71 void drawPatch(const SkPoint[12], const SkColor[4], const SkPoint[4],
SkLiteRecorder.cpp 161 fDL->drawPatch(cubics, colors, texCoords, bmode, paint);
SkDevice.cpp 141 void SkBaseDevice::drawPatch(const SkPoint cubics[12], const SkColor colors[4],
SkDevice.h 224 virtual void drawPatch(const SkPoint cubics[12], const SkColor colors[4],
SkColorSpaceXformCanvas.cpp 91 fTarget->drawPatch(cubics, colors, texs, mode, fXformer->apply(paint));
SkRecordDraw.cpp 126 DRAW(DrawPatch, drawPatch(r.cubics, r.colors, r.texCoords, r.bmode, r.paint));
416 Bounds bounds(const DrawPatch& op) const {
  /external/skqp/bench/
PatchBench.cpp 15 * This bench measures the rendering time of the call SkCanvas::drawPatch with different types of
130 canvas->drawPatch(fCubics, nullptr, nullptr, fPaint);
133 canvas->drawPatch(fCubics, fColors, nullptr, fPaint);
136 canvas->drawPatch(fCubics, nullptr, fTexCoords, fPaint);
139 canvas->drawPatch(fCubics, fColors, fTexCoords, fPaint);
  /external/skqp/src/core/
SkLiteDL.h 70 void drawPatch(const SkPoint[12], const SkColor[4], const SkPoint[4],
SkLiteRecorder.cpp 158 fDL->drawPatch(cubics, colors, texCoords, bmode, paint);
SkDevice.cpp 141 void SkBaseDevice::drawPatch(const SkPoint cubics[12], const SkColor colors[4],
SkDevice.h 229 virtual void drawPatch(const SkPoint cubics[12], const SkColor colors[4],
SkColorSpaceXformCanvas.cpp 91 fTarget->drawPatch(cubics, colors, texs, mode, fXformer->apply(paint));
SkPicturePlayback.cpp 396 canvas->drawPatch(cubics, colors, texCoords, bmode, *paint);
SkRecordDraw.cpp 122 DRAW(DrawPatch, drawPatch(r.cubics, r.colors, r.texCoords, r.bmode, r.paint));
411 Bounds bounds(const DrawPatch& op) const {
  /external/skia/samplecode/
PerlinPatch.cpp 161 canvas->drawPatch(fPts, nullptr, tex, SkBlendMode::kSrc, paint);
  /external/skqp/samplecode/
PerlinPatch.cpp 161 canvas->drawPatch(fPts, nullptr, tex, SkBlendMode::kSrc, paint);
  /external/skia/include/core/
SkCanvas.h     [all...]
  /external/skqp/include/core/
SkCanvas.h     [all...]
  /external/skia/src/utils/
SkNWayCanvas.cpp 331 iter->drawPatch(cubics, colors, texCoords, bmode, paint);
  /external/skqp/src/utils/
SkNWayCanvas.cpp 324 iter->drawPatch(cubics, colors, texCoords, bmode, paint);

Completed in 808 milliseconds

1 2