/external/skia/gm/ |
D | patch.cpp | 118 canvas->drawPatch(gCubics, nullptr, nullptr, modes[y], paint); in dopatch() 121 canvas->drawPatch(gCubics, colors, nullptr, modes[y], paint); in dopatch() 125 canvas->drawPatch(gCubics, nullptr, tex, modes[y], paint); in dopatch() 130 canvas->drawPatch(gCubics, colors, tex, modes[y], paint); in dopatch() 172 canvas->drawPatch(gCubics, colors, nullptr, SkBlendMode::kModulate, paint);
|
/external/skqp/gm/ |
D | patch.cpp | 118 canvas->drawPatch(gCubics, nullptr, nullptr, modes[y], paint); in dopatch() 121 canvas->drawPatch(gCubics, colors, nullptr, modes[y], paint); in dopatch() 125 canvas->drawPatch(gCubics, nullptr, tex, modes[y], paint); in dopatch() 130 canvas->drawPatch(gCubics, colors, tex, modes[y], paint); in dopatch() 172 canvas->drawPatch(gCubics, colors, nullptr, SkBlendMode::kModulate, paint);
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderPrimitiveCoverage.cpp | 574 void TessellationShaderPrimitiveCoverage::drawPatch(glw::GLuint po_id, glw::GLuint n_patch_vertices, in drawPatch() function in glcts::TessellationShaderPrimitiveCoverage 755 drawPatch(m_triangles_tessellation_po_id, 3 /* n_patch_vertices */, 3 /* n_triangle_vertices */, in iterate() 772 …drawPatch(m_triangles_tessellation_po_id, 3 /* n_patch_vertices */, 3 /* n_triangle_vertices */, s… in iterate() 781 …drawPatch(m_quad_tessellation_po_id, 4 /* n_patch_vertices */, 6 /* n_triangle_vertices (quad == 2… in iterate() 799 drawPatch(m_quad_tessellation_po_id, 4 /* n_patch_vertices */, in iterate()
|
D | esextcTessellationShaderPrimitiveCoverage.hpp | 70 void drawPatch(glw::GLuint po_id, glw::GLuint n_patch_vertices, glw::GLuint n_draw_call_vertices,
|
/external/skqp/bench/ |
D | PatchBench.cpp | 130 canvas->drawPatch(fCubics, nullptr, nullptr, fPaint); in onDraw() 133 canvas->drawPatch(fCubics, fColors, nullptr, fPaint); in onDraw() 136 canvas->drawPatch(fCubics, nullptr, fTexCoords, fPaint); in onDraw() 139 canvas->drawPatch(fCubics, fColors, fTexCoords, fPaint); in onDraw()
|
/external/skia/bench/ |
D | PatchBench.cpp | 130 canvas->drawPatch(fCubics, nullptr, nullptr, fPaint); in onDraw() 133 canvas->drawPatch(fCubics, fColors, nullptr, fPaint); in onDraw() 136 canvas->drawPatch(fCubics, nullptr, fTexCoords, fPaint); in onDraw() 139 canvas->drawPatch(fCubics, fColors, fTexCoords, fPaint); in onDraw()
|
/external/skia/src/core/ |
D | SkLiteDL.h | 71 void drawPatch(const SkPoint[12], const SkColor[4], const SkPoint[4],
|
D | SkLiteRecorder.cpp | 161 fDL->drawPatch(cubics, colors, texCoords, bmode, paint); in onDrawPatch()
|
D | SkDevice.h | 224 virtual void drawPatch(const SkPoint cubics[12], const SkColor colors[4],
|
D | SkDevice.cpp | 141 void SkBaseDevice::drawPatch(const SkPoint cubics[12], const SkColor colors[4], in drawPatch() function in SkBaseDevice
|
D | SkLiteDL.cpp | 403 c->drawPatch(cubics, has_colors ? colors : nullptr, has_texs ? texs : nullptr, in draw() 613 void SkLiteDL::drawPatch(const SkPoint points[12], const SkColor colors[4], const SkPoint texs[4], in drawPatch() function in SkLiteDL
|
/external/skqp/src/core/ |
D | SkLiteDL.h | 70 void drawPatch(const SkPoint[12], const SkColor[4], const SkPoint[4],
|
D | SkLiteRecorder.cpp | 158 fDL->drawPatch(cubics, colors, texCoords, bmode, paint); in onDrawPatch()
|
D | SkDevice.h | 229 virtual void drawPatch(const SkPoint cubics[12], const SkColor colors[4],
|
D | SkDevice.cpp | 141 void SkBaseDevice::drawPatch(const SkPoint cubics[12], const SkColor colors[4], in drawPatch() function in SkBaseDevice
|
D | SkLiteDL.cpp | 397 c->drawPatch(cubics, has_colors ? colors : nullptr, has_texs ? texs : nullptr, in draw() 604 void SkLiteDL::drawPatch(const SkPoint points[12], const SkColor colors[4], const SkPoint texs[4], in drawPatch() function in SkLiteDL
|
D | SkRecordDraw.cpp | 122 DRAW(DrawPatch, drawPatch(r.cubics, r.colors, r.texCoords, r.bmode, r.paint));
|
/external/skqp/site/user/sample/ |
D | pdf.md | 87 - *drawPatch* — drop.
|
/external/skia/site/user/sample/ |
D | pdf.md | 87 - *drawPatch* — drop.
|
/external/skqp/include/core/ |
D | SkCanvas.h | 2102 void drawPatch(const SkPoint cubics[12], const SkColor colors[4], 2129 void drawPatch(const SkPoint cubics[12], const SkColor colors[4], in drawPatch() function 2131 this->drawPatch(cubics, colors, texCoords, SkBlendMode::kModulate, paint); in drawPatch()
|
/external/skia/include/core/ |
D | SkCanvas.h | 2121 void drawPatch(const SkPoint cubics[12], const SkColor colors[4], 2148 void drawPatch(const SkPoint cubics[12], const SkColor colors[4], in drawPatch() function 2150 this->drawPatch(cubics, colors, texCoords, SkBlendMode::kModulate, paint); in drawPatch()
|
/external/skqp/samplecode/ |
D | PerlinPatch.cpp | 161 canvas->drawPatch(fPts, nullptr, tex, SkBlendMode::kSrc, paint); in onDrawContent()
|
/external/skia/samplecode/ |
D | PerlinPatch.cpp | 161 canvas->drawPatch(fPts, nullptr, tex, SkBlendMode::kSrc, paint); in onDrawContent()
|
/external/skqp/src/utils/ |
D | SkNWayCanvas.cpp | 324 iter->drawPatch(cubics, colors, texCoords, bmode, paint); in onDrawPatch()
|
/external/skia/src/utils/ |
D | SkNWayCanvas.cpp | 331 iter->drawPatch(cubics, colors, texCoords, bmode, paint); in onDrawPatch()
|