Searched refs:SampleChild (Results 1 – 6 of 6) sorted by relevance
31 Return(((SampleChild(0) * SampleChild(1, _coords)) * SampleChild(0, _inColor)) * SampleChild(1, _co… in emitCode()
28 DSLExpression SampleChild(int index, DSLExpression coords = DSLExpression());
32 DSLExpression SampleChild(int index, DSLExpression sampleExpr) { in SampleChild() function
99 color += SampleChild(/*index=*/0, coord + offsets[i / 4][i & 3] * increment) * in emitCode()106 color += SampleChild(/*index=*/0, coord + offsets[i / 4][i & 3] * increment) * in emitCode()116 color += SampleChild(/*index=*/0, coord + offsets[i / 4][i & 3] * increment) * in emitCode()
66 Return(SampleChild(0) * alpha); in emitCode()
132 friend DSLExpression SampleChild(int index, DSLExpression coords);