Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.h103 virtual void onBeforeChildProcEmitCode() = 0;
174 void onBeforeChildProcEmitCode() override;
DGrGLSLFragmentProcessor.cpp41 fragBuilder->onBeforeChildProcEmitCode(); // call first so mangleString is updated in internalEmitChild()
DGrGLSLFragmentShaderBuilder.cpp315 void GrGLSLFragmentShaderBuilder::onBeforeChildProcEmitCode() { in onBeforeChildProcEmitCode() function in GrGLSLFragmentShaderBuilder