Searched refs:GrBlendCoeff (Results 1 - 12 of 12) sorted by relevance

/external/skia/src/gpu/
H A DGrDrawState.h272 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;
H A DGrDrawTarget.h875 GrBlendCoeff* srcCoeff = NULL,
876 GrBlendCoeff* dstCoeff = NULL) const;
H A DGrDrawTarget.cpp809 GrBlendCoeff dstCoeff = this->getDrawState().getDstBlendCoeff();
846 GrBlendCoeff* srcCoeff,
847 GrBlendCoeff* dstCoeff) const {
852 GrBlendCoeff bogusSrcCoeff, bogusDstCoeff;
/external/skia/src/gpu/gl/
H A DGrGpuGLShaders.h89 GrBlendCoeff dstCoeff);
H A DGrGpuGL.h171 GrBlendCoeff srcCoeff,
172 GrBlendCoeff dstCoeff);
191 static bool BlendCoeffReferencesConstant(GrBlendCoeff coeff);
H A DGrGLProgram.h57 void overrideBlend(GrBlendCoeff* srcCoeff, GrBlendCoeff* dstCoeff) const;
H A DGrGpuGLShaders.cpp756 GrBlendCoeff srcCoeff;
757 GrBlendCoeff dstCoeff;
954 GrBlendCoeff dstCoeff) {
H A DGrGpuGL.cpp63 bool GrGpuGL::BlendCoeffReferencesConstant(GrBlendCoeff coeff) {
433 fHWDrawState.setBlendFunc((GrBlendCoeff)0xFF, (GrBlendCoeff)0xFF);
1877 GrBlendCoeff srcCoeff,
1878 GrBlendCoeff dstCoeff) {
H A DGrGLProgram.cpp186 void GrGLProgram::overrideBlend(GrBlendCoeff* srcCoeff,
187 GrBlendCoeff* dstCoeff) const {
196 *dstCoeff = (GrBlendCoeff)GrGpu::kIS2C_BlendCoeff;
/external/skia/include/gpu/
H A DGrPaint.h32 GrBlendCoeff fSrcBlendCoeff;
33 GrBlendCoeff fDstBlendCoeff;
H A DSkGr.h57 #define sk_blend_to_grblend(X) ((GrBlendCoeff)(X))
H A DGrTypes.h227 enum GrBlendCoeff { enum

Completed in 68 milliseconds