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

  /external/skia/src/gpu/
GrDrawState.h 272 void setBlendFunc(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) {
301 GrBlendCoeff getSrcBlendCoeff() const { return fSrcBlend; }
302 GrBlendCoeff getDstBlendCoeff() const { return fDstBlend; }
304 void getDstBlendCoeff(GrBlendCoeff* srcBlendCoeff,
305 GrBlendCoeff* dstBlendCoeff) const {
791 GrBlendCoeff fSrcBlend;
792 GrBlendCoeff fDstBlend;
GrDrawTarget.h     [all...]
GrDrawTarget.cpp 809 GrBlendCoeff dstCoeff = this->getDrawState().getDstBlendCoeff();
846 GrBlendCoeff* srcCoeff,
847 GrBlendCoeff* dstCoeff) const {
852 GrBlendCoeff bogusSrcCoeff, bogusDstCoeff;
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.h 171 GrBlendCoeff srcCoeff,
172 GrBlendCoeff dstCoeff);
191 static bool BlendCoeffReferencesConstant(GrBlendCoeff coeff);
GrGpuGLShaders.h 89 GrBlendCoeff dstCoeff);
GrGLProgram.h 57 void overrideBlend(GrBlendCoeff* srcCoeff, GrBlendCoeff* dstCoeff) const;
GrGpuGLShaders.cpp 756 GrBlendCoeff srcCoeff;
757 GrBlendCoeff dstCoeff;
    [all...]
GrGpuGL.cpp 63 bool GrGpuGL::BlendCoeffReferencesConstant(GrBlendCoeff coeff) {
433 fHWDrawState.setBlendFunc((GrBlendCoeff)0xFF, (GrBlendCoeff)0xFF);
    [all...]
GrGLProgram.cpp 186 void GrGLProgram::overrideBlend(GrBlendCoeff* srcCoeff,
187 GrBlendCoeff* dstCoeff) const {
196 *dstCoeff = (GrBlendCoeff)GrGpu::kIS2C_BlendCoeff;
    [all...]
  /external/skia/include/gpu/
GrPaint.h 32 GrBlendCoeff fSrcBlendCoeff;
33 GrBlendCoeff fDstBlendCoeff;
SkGr.h 57 #define sk_blend_to_grblend(X) ((GrBlendCoeff)(X))
GrTypes.h 227 enum GrBlendCoeff {

Completed in 55 milliseconds