Home | History | Annotate | Download | only in gpu

Lines Matching refs:GrGpu

22     GrGpu* gpu = iodb->getGpu();
57 void GrTargetCommands::StencilPath::execute(GrGpu* gpu) {
58 GrGpu::StencilPathState state;
68 void GrTargetCommands::DrawPath::execute(GrGpu* gpu) {
79 void GrTargetCommands::DrawPaths::execute(GrGpu* gpu) {
93 void GrTargetCommands::DrawBatch::execute(GrGpu*) {
97 void GrTargetCommands::Clear::execute(GrGpu* gpu) {
105 void GrTargetCommands::ClearStencilClip::execute(GrGpu* gpu) {
109 void GrTargetCommands::CopySurface::execute(GrGpu* gpu) {
113 void GrTargetCommands::XferBarrier::execute(GrGpu* gpu) {