Home
last modified time | relevance | path

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

/external/skia/tests/sksl/fp/
DGrNestedCall.cpp23 const GrShaderVar func1_args[] = { }; in emitCode() local
28 fragBuilder->emitFunctionPrototype(kHalf4_GrSLType, func1_name.c_str(), {func1_args, 0}); in emitCode()
34 …fragBuilder->emitFunction(kHalf4_GrSLType, func1_name.c_str(), {func1_args, 0}, func1_impl.c_str()… in emitCode()