Searched refs:declAppend (Results 1 – 3 of 3) sorted by relevance
135 fragBuilder->declAppend(edgeAlpha); in onEmitCode()136 fragBuilder->declAppend(dklmdx); in onEmitCode()137 fragBuilder->declAppend(dklmdy); in onEmitCode()138 fragBuilder->declAppend(dfdx); in onEmitCode()139 fragBuilder->declAppend(dfdy); in onEmitCode()140 fragBuilder->declAppend(gF); in onEmitCode()141 fragBuilder->declAppend(gFM); in onEmitCode()142 fragBuilder->declAppend(func); in onEmitCode()600 fragBuilder->declAppend(edgeAlpha); in onEmitCode()601 fragBuilder->declAppend(dklmdx); in onEmitCode()[all …]
104 void declAppend(const GrGLSLShaderVar& var);
32 void GrGLSLShaderBuilder::declAppend(const GrGLSLShaderVar& var) { in declAppend() function in GrGLSLShaderBuilder