Home
last modified time | relevance | path

Searched refs:onBeforeChildProcEmitCode (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.h98 virtual void onBeforeChildProcEmitCode() = 0;
151 void onBeforeChildProcEmitCode() override;
DGrGLSLFragmentShaderBuilder.cpp161 this->onBeforeChildProcEmitCode(); in writeProcessorFunction()
302 void GrGLSLFragmentShaderBuilder::onBeforeChildProcEmitCode() { in onBeforeChildProcEmitCode() function in GrGLSLFragmentShaderBuilder
DGrGLSLFragmentProcessor.cpp48 fragBuilder->onBeforeChildProcEmitCode(); // call first so mangleString is updated in internalInvokeChild()