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

  /external/skia/include/gpu/
GrPaint.h 61 void setBlendFunc(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) {
65 GrBlendCoeff getSrcBlendCoeff() const { return fSrcBlendCoeff; }
66 GrBlendCoeff getDstBlendCoeff() const { return fDstBlendCoeff; }
271 GrBlendCoeff fSrcBlendCoeff;
272 GrBlendCoeff fDstBlendCoeff;
SkGr.h 46 #define sk_blend_to_grblend(X) ((GrBlendCoeff)(X))
GrTypes.h 228 enum GrBlendCoeff {
  /external/skia/src/gpu/gl/
GrGpuGL.h 130 void flushBlend(bool isLines, GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff);
138 static bool BlendCoeffReferencesConstant(GrBlendCoeff coeff);
208 GrBlendCoeff dstCoeff,
301 GrBlendCoeff fSrcCoeff;
302 GrBlendCoeff fDstCoeff;
GrGLProgram.h 59 void overrideBlend(GrBlendCoeff* srcCoeff, GrBlendCoeff* dstCoeff) const;
GrGpuGL_program.cpp 267 GrBlendCoeff srcCoeff;
268 GrBlendCoeff dstCoeff;
471 GrBlendCoeff dstCoeff,
GrGLProgram.cpp 104 void GrGLProgram::overrideBlend(GrBlendCoeff* srcCoeff,
105 GrBlendCoeff* dstCoeff) const {
114 *dstCoeff = (GrBlendCoeff)GrGpu::kIS2C_GrBlendCoeff;
    [all...]
GrGpuGL.cpp 65 bool GrGpuGL::BlendCoeffReferencesConstant(GrBlendCoeff coeff) {
    [all...]
  /external/skia/src/gpu/
GrDrawState.h 626 void setBlendFunc(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) {
655 GrBlendCoeff getSrcBlendCoeff() const { return fCommon.fSrcBlend; }
656 GrBlendCoeff getDstBlendCoeff() const { return fCommon.fDstBlend; }
658 void getDstBlendCoeff(GrBlendCoeff* srcBlendCoeff,
659 GrBlendCoeff* dstBlendCoeff) const {
    [all...]
GrDrawTarget.cpp 474 GrBlendCoeff dstCoeff = this->getDrawState().getDstBlendCoeff();
490 GrBlendCoeff* srcCoeff,
491 GrBlendCoeff* dstCoeff) const {
502 GrBlendCoeff bogusSrcCoeff, bogusDstCoeff;
GrDrawTarget.h 668 GrBlendCoeff* srcCoeff = NULL,
669 GrBlendCoeff* dstCoeff = NULL) const;
    [all...]

Completed in 50 milliseconds