Lines Matching refs:fHWDrawState
280 return fHWDrawState.fSamplerStates[stage].getMatrix();
290 fHWDrawState.fSamplerStates[stage].setMatrix(matrix);
506 fHWDrawState.fColor = GrColor_ILLEGAL;
510 if (fHWDrawState.fColor != fCurrDrawState.fColor) {
514 fHWDrawState.fColor = fCurrDrawState.fColor;
553 fHWDrawState.fViewMatrix = GrMatrix::InvalidMatrix();
580 currViewMatrix = &fHWDrawState.fViewMatrix;