HomeSort by relevance Sort by last modified time
    Searched refs:fHWDrawState (Results 1 - 5 of 5) sorted by null

  /external/skia/gpu/src/
GrGpuGLFixed.h 42 return fHWDrawState.fSamplerStates[stage].getMatrix();
45 fHWDrawState.fSamplerStates[stage].setMatrix(matrix);
GrGpuGL.cpp 511 fHWDrawState.fDrawFace = kBoth_DrawFace;
523 fHWDrawState.fFlagBits = 0;
532 fHWDrawState.fSrcBlend = (GrBlendCoeff)-1;
533 fHWDrawState.fDstBlend = (GrBlendCoeff)-1;
535 fHWDrawState.fBlendConstant = 0x00000000;
538 fHWDrawState.fColor = GrColor_ILLEGAL;
540 fHWDrawState.fViewMatrix = GrMatrix::InvalidMatrix();
543 fHWDrawState.fTextures[s] = NULL;
544 fHWDrawState.fSamplerStates[s].setRadial2Params(-GR_ScalarMax,
548 fHWDrawState.fSamplerStates[s].setMatrix(GrMatrix::InvalidMatrix())
    [all...]
GrGpuGLFixed.cpp 158 bool wasUsingTexture = StageWillBeUsed(s, fHWGeometryState.fVertexLayout, fHWDrawState);
177 fHWDrawState.fColor = GrColor_ILLEGAL;
184 if (!vertColor && fHWDrawState.fColor != fCurrDrawState.fColor) {
189 fHWDrawState.fColor = fCurrDrawState.fColor;
212 (fHWDrawState.fSamplerStates[s].getMatrix() !=
233 if (fHWDrawState.fViewMatrix != fCurrDrawState.fViewMatrix) {
238 fHWDrawState.fViewMatrix =
GrGpuGL.h 48 DrState fHWDrawState;
53 // may perform cascaded changes but cannot refer to fHWDrawState.
GrGpuGLShaders.cpp 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;
    [all...]

Completed in 145 milliseconds