Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLShaderBuilder.cpp308 fFSFunctions.append(GrGLShaderVar::TypeString(returnType)); in emitFunction()
314 fFSFunctions.append(*outName); in emitFunction()
315 fFSFunctions.append("("); in emitFunction()
317 args[i].appendDecl(fContext, &fFSFunctions); in emitFunction()
319 fFSFunctions.append(", "); in emitFunction()
322 fFSFunctions.append(") {\n"); in emitFunction()
323 fFSFunctions.append(body); in emitFunction()
324 fFSFunctions.append("}\n\n"); in emitFunction()
404 shaderStr->append(fFSFunctions); in getShader()
DGrGLShaderBuilder.h223 SkString fFSFunctions; variable