Searched refs:emitFunctionPrototype (Results 1 – 3 of 3) sorted by relevance
/external/skia/tests/sksl/fp/ |
D | GrNestedCall.cpp | 28 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/ |
D | GrGLSLShaderBuilder.h | 142 void emitFunctionPrototype(GrSLType returnType,
|
D | GrGLSLShaderBuilder.cpp | 81 void GrGLSLShaderBuilder::emitFunctionPrototype(GrSLType returnType, in emitFunctionPrototype() function in GrGLSLShaderBuilder
|