Home
last modified time | relevance | path

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

/external/skqp/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.h62 virtual void onAfterChildProcEmitCode() = 0;
107 void onAfterChildProcEmitCode() override;
DGrGLSLFragmentProcessor.cpp70 fragBuilder->onAfterChildProcEmitCode(); in internalEmitChild()
DGrGLSLFragmentShaderBuilder.cpp206 void GrGLSLFragmentShaderBuilder::onAfterChildProcEmitCode() { in onAfterChildProcEmitCode() function in GrGLSLFragmentShaderBuilder
/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.h50 virtual void onAfterChildProcEmitCode() = 0;
111 void onAfterChildProcEmitCode() override;
DGrGLSLFragmentShaderBuilder.cpp82 this->onAfterChildProcEmitCode(); in writeProcessorFunction()
182 void GrGLSLFragmentShaderBuilder::onAfterChildProcEmitCode() { in onAfterChildProcEmitCode() function in GrGLSLFragmentShaderBuilder