Lines Matching refs:funcB
4215 float funcB (float x);
4220 funcB(x*2.0);
4225 float funcB (float x)
4232 ${POSITION_FRAG_COLOR} = vec4(funcB(ua));
4248 float funcB (float x);
4255 funcB(z*2.0);
4261 float funcB (float x)
4268 ${POSITION_FRAG_COLOR} = vec4(funcB(ua));
4284 float funcB (float x);
4292 case 2: return funcB(x*2.0);
4297 float funcB (float x)
4304 ${POSITION_FRAG_COLOR} = vec4(funcB(ua));