Home | History | Annotate | Download | only in functional

Lines Matching refs:evalFunc

1361 							MatrixShaderEvaluator	(MatrixShaderEvalFunc evalFunc, InputType inType0, InputType inType1);
1371 MatrixShaderEvaluator::MatrixShaderEvaluator (MatrixShaderEvalFunc evalFunc, InputType inType0, InputType inType1)
1372 : m_matEvalFunc (evalFunc)