Home
last modified time | relevance | path

Searched refs:emitFunction (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/ganesh/glsl/
DGrGLSLShaderBuilder.cpp64 void GrGLSLShaderBuilder::emitFunction(SkSLType returnType, in emitFunction() function in GrGLSLShaderBuilder
74 void GrGLSLShaderBuilder::emitFunction(const char* declaration, const char* body) { in emitFunction() function in GrGLSLShaderBuilder
186 this->emitFunction(SkSLType::kFloat, funcName.c_str(), {gTFArgs, std::size(gTFArgs)}, in appendColorGamutXform()
211 this->emitFunction(SkSLType::kFloat4, gamutXformFuncName.c_str(), in appendColorGamutXform()
240 this->emitFunction(SkSLType::kHalf4, colorXformFuncName.c_str(), in appendColorGamutXform()
DGrGLSLShaderBuilder.h142 void emitFunction(SkSLType returnType,
147 void emitFunction(const char* declaration, const char* body);
DGrGLSLProgramBuilder.cpp293 fFS.emitFunction(SkSLType::kHalf4, in writeFPFunction()
/external/skia/src/gpu/ganesh/effects/
DGrGaussianConvolutionFragmentProcessor.cpp77 fragBuilder->emitFunction(SkSLType::kHalf4, smoothFuncName.c_str(), in emitCode()
DGrSkSLFP.cpp109 fArgs.fFragBuilder->emitFunction(decl, body); in emitCode()
/external/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp1845 fragBuilder->emitFunction(SkSLType::kHalf, in emitCode()
1855 fragBuilder->emitFunction(SkSLType::kHalf3, in emitCode()
1868 fragBuilder->emitFunction(SkSLType::kHalf3, in emitCode()
1932 fragBuilder->emitFunction(SkSLType::kHalf4, in emitLightFunc()
2042 fragBuilder->emitFunction(SkSLType::kHalf4, in emitLightFunc()
2182 fragBuilder->emitFunction(SkSLType::kHalf3, in emitLightColor()
/external/skia/src/shaders/
DSkPerlinNoiseShader.cpp815 fragBuilder->emitFunction(SkSLType::kHalf, noiseFuncName.c_str(), in emitCode()
819 fragBuilder->emitFunction(SkSLType::kHalf, noiseFuncName.c_str(), in emitCode()
/external/skia/src/gpu/ganesh/ops/
DDrawMeshOp.cpp165 fBuilder->emitFunction(decl, body); in defineFunction()
DGrOvalOpFactory.cpp428 fragBuilder->emitFunction(SkSLType::kFloat, fnName.c_str(), in onEmitCode()