Home
last modified time | relevance | path

Searched defs:drawPatch (Results 1 – 6 of 6) sorted by relevance

/external/skia/gm/
Druntimecolorfilter.cpp200 auto drawPatch = [&](float x, bool useCF) { in __anonee97c38a0502() variable
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderPrimitiveCoverage.cpp574 void TessellationShaderPrimitiveCoverage::drawPatch(glw::GLuint po_id, glw::GLuint n_patch_vertices, in drawPatch() function in glcts::TessellationShaderPrimitiveCoverage
/external/skia/src/core/
DSkDevice.cpp150 void SkBaseDevice::drawPatch(const SkPoint cubics[12], const SkColor colors[4], in drawPatch() function in SkBaseDevice
DSkCanvas.cpp2637 void SkCanvas::drawPatch(const SkPoint cubics[12], const SkColor colors[4], in drawPatch() function in SkCanvas
/external/skia/modules/canvaskit/
Dinterface.js659 CanvasKit.Canvas.prototype.drawPatch = function(cubics, colors, texs, mode, paint) { method in CanvasKit.Canvas
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts1415 drawPatch(cubics: InputFlattenedPointArray, method