Home | History | Annotate | Download | only in gpu

Lines Matching defs:cmd

30     GrTargetCommands::Cmd* cmd = fCommands->recordDrawBatch(state, batch);
31 this->recordTraceMarkersIfNecessary(cmd);
39 GrTargetCommands::Cmd* cmd = fCommands->recordStencilPath(pipelineBuilder,
42 this->recordTraceMarkersIfNecessary(cmd);
53 GrTargetCommands::Cmd* cmd = fCommands->recordDrawPath(state, pathProc, path, stencilSettings);
54 this->recordTraceMarkersIfNecessary(cmd);
70 GrTargetCommands::Cmd* cmd = fCommands->recordDrawPaths(state, this, pathProc, pathRange,
74 this->recordTraceMarkersIfNecessary(cmd);
79 GrTargetCommands::Cmd* cmd = fCommands->recordClear(rect, color, canIgnoreRect, renderTarget);
80 this->recordTraceMarkersIfNecessary(cmd);
86 GrTargetCommands::Cmd* cmd = fCommands->recordClearStencilClip(rect, insideClip, renderTarget);
87 this->recordTraceMarkersIfNecessary(cmd);
95 GrTargetCommands::Cmd* cmd = fCommands->recordDiscard(renderTarget);
96 this->recordTraceMarkersIfNecessary(cmd);
125 GrTargetCommands::Cmd* cmd = fCommands->recordCopySurface(dst, src, srcRect, dstPoint);
126 this->recordTraceMarkersIfNecessary(cmd);
129 void GrInOrderDrawBuffer::recordTraceMarkersIfNecessary(GrTargetCommands::Cmd* cmd) {
130 if (!cmd) {
135 if (cmd->isTraced()) {
136 fGpuCmdMarkers[cmd->markerID()].addSet(activeTraceMarkers);
138 cmd->setMarkerID(fGpuCmdMarkers.count());