Home
last modified time | relevance | path

Searched refs:updatePaintDepthAttrib (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/graphite/render/
DTessellateCurvesRenderStep.cpp120 writer.updatePaintDepthAttrib(params.order().depthAsFloat()); in writeVertices()
DTessellateWedgesRenderStep.cpp132 writer.updatePaintDepthAttrib(params.order().depthAsFloat()); in writeVertices()
DTessellateStrokesRenderStep.cpp128 writer.updatePaintDepthAttrib(params.order().depthAsFloat()); in writeVertices()
/external/skia/src/gpu/tessellate/
DPatchWriter.h360 ENABLE_IF(DepthAttrib::kEnabled) updatePaintDepthAttrib(float depth) { in updatePaintDepthAttrib() function