Home
last modified time | relevance | path

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

/external/skqp/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.h61 virtual void onBeforeChildProcEmitCode() = 0;
106 void onBeforeChildProcEmitCode() override;
DGrGLSLFragmentProcessor.cpp36 fragBuilder->onBeforeChildProcEmitCode(); // call first so mangleString is updated in internalEmitChild()
DGrGLSLFragmentShaderBuilder.cpp198 void GrGLSLFragmentShaderBuilder::onBeforeChildProcEmitCode() { in onBeforeChildProcEmitCode() function in GrGLSLFragmentShaderBuilder
/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.h49 virtual void onBeforeChildProcEmitCode() = 0;
110 void onBeforeChildProcEmitCode() override;
DGrGLSLFragmentShaderBuilder.cpp33 this->onBeforeChildProcEmitCode(); in writeProcessorFunction()
174 void GrGLSLFragmentShaderBuilder::onBeforeChildProcEmitCode() { in onBeforeChildProcEmitCode() function in GrGLSLFragmentShaderBuilder