Home
last modified time | relevance | path

Searched refs:recordClear (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrCommandBuilder.h52 virtual Cmd* recordClear(const SkIRect* rect,
DGrCommandBuilder.cpp21 GrTargetCommands::Cmd* GrCommandBuilder::recordClear(const SkIRect* rect, in recordClear() function in GrCommandBuilder
DGrInOrderDrawBuffer.cpp79 GrTargetCommands::Cmd* cmd = fCommands->recordClear(rect, color, canIgnoreRect, renderTarget); in onClear()