Home
last modified time | relevance | path

Searched defs:invokeChild (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLFragmentProcessor.cpp19 void GrGLSLFragmentProcessor::invokeChild(int childIndex, const char* inputColor, EmitArgs& args) { in invokeChild() function in GrGLSLFragmentProcessor
26 void GrGLSLFragmentProcessor::invokeChild(int childIndex, const char* inputColor, in invokeChild() function in GrGLSLFragmentProcessor
DGrGLSLFragmentProcessor.h140 inline void invokeChild(int childIndex, SkString* outputColor, EmitArgs& parentArgs) { in invokeChild() function
157 inline void invokeChild(int childIndex, EmitArgs& args) { in invokeChild() function
/third_party/skia/src/gpu/
DGrFragmentProcessor.cpp850 SkString ProgramImpl::invokeChild(int childIndex, in invokeChild() function in ProgramImpl