Home
last modified time | relevance | path

Searched refs:onBeforeChildProcEmitCode (Results 1 – 6 of 6) 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.h77 virtual void onBeforeChildProcEmitCode() = 0;
124 void onBeforeChildProcEmitCode() override;
DGrGLSLFragmentProcessor.cpp36 fragBuilder->onBeforeChildProcEmitCode(); // call first so mangleString is updated in internalEmitChild()
DGrGLSLFragmentShaderBuilder.cpp237 void GrGLSLFragmentShaderBuilder::onBeforeChildProcEmitCode() { in onBeforeChildProcEmitCode() function in GrGLSLFragmentShaderBuilder