Searched refs:gpc (Results 1 – 2 of 2) sorted by relevance
359 Child gpc = kLeft_Child; in insert() local364 gpc = pc; in insert()398 SkASSERT(NULL == gp || gp->fChildren[gpc] == p); in insert()412 Node* u = gp->fChildren[1-gpc]; in insert()433 gpc = (gp->fChildren[kLeft_Child] == p) ? kLeft_Child : in insert()441 SkASSERT(NULL == gp->fChildren[1-gpc] || kBlack_Color == gp->fChildren[1-gpc]->fColor); in insert()448 if (pc != gpc) { in insert()
557 struct gl_geometry_program *gpc = gl_geometry_program(clone); in _mesa_clone_program() local558 gpc->VerticesOut = gp->VerticesOut; in _mesa_clone_program()559 gpc->InputType = gp->InputType; in _mesa_clone_program()560 gpc->OutputType = gp->OutputType; in _mesa_clone_program()