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

  /external/skia/gpu/include/
GrDrawTarget.h 177 GrColor fBlendConstant;
468 void setBlendConstant(GrColor constant) { fCurrDrawState.fBlendConstant = constant; }
474 GrColor getBlendConstant() const { return fCurrDrawState.fBlendConstant; }
    [all...]
  /external/skia/gpu/src/
GrGpuGL.cpp 535 fHWDrawState.fBlendConstant = 0x00000000;
    [all...]

Completed in 927 milliseconds