Home
last modified time | relevance | path

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

/external/skia/tests/sksl/fp/
DGrNestedCall.cpp28 fragBuilder->emitFunctionPrototype(kHalf4_GrSLType, func1_name.c_str(), {func1_args, 0}); in emitCode()
29 fragBuilder->emitFunctionPrototype(kHalf4_GrSLType, func2_name.c_str(), {func2_args, 0}); in emitCode()
30 fragBuilder->emitFunctionPrototype(kHalf4_GrSLType, func3_name.c_str(), {func3_args, 0}); in emitCode()
/external/skia/src/gpu/glsl/
DGrGLSLShaderBuilder.h142 void emitFunctionPrototype(GrSLType returnType,
DGrGLSLShaderBuilder.cpp81 void GrGLSLShaderBuilder::emitFunctionPrototype(GrSLType returnType, in emitFunctionPrototype() function in GrGLSLShaderBuilder