Home
last modified time | relevance | path

Searched refs:GrGLSLBlend (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/src/gpu/glsl/
H A DGrGLSLBlend.h15 namespace GrGLSLBlend { namespace
30 } // namespace GrGLSLBlend
H A DGrGLSLBlend.cpp8 #include "src/gpu/glsl/GrGLSLBlend.h"
12 namespace GrGLSLBlend { namespace
57 } // namespace GrGLSLBlend
H A DGrGLSLShaderBuilder.cpp14 #include "src/gpu/glsl/GrGLSLBlend.h"
142 this->codeAppendf("%s(", GrGLSLBlend::BlendFuncName(mode)); in appendTextureLookupAndBlend()
/third_party/skia/src/gpu/effects/
H A DGrBlendFragmentProcessor.cpp12 #include "src/gpu/glsl/GrGLSLBlend.h"
218 GrGLSLBlend::BlendFuncName(mode), in onMakeProgramImpl()
H A DGrCustomXfermode.cpp16 #include "src/gpu/glsl/GrGLSLBlend.h"
158 GrGLSLBlend::AppendMode(fragBuilder, srcColor, dstColor, outColor, xp.fMode);
H A DGrPorterDuffXferProcessor.cpp19 #include "src/gpu/glsl/GrGLSLBlend.h"
538 GrGLSLBlend::AppendMode(fragBuilder, srcColor, dstColor, outColor, xp.fXfermode);

Completed in 5 milliseconds