Lines Matching refs:testFunction
260 TestFunction testFunction(functionName, functionDefinition); in getFunctionBlendLinearToSRGBCheck() local
262 return testFunction; in getFunctionBlendLinearToSRGBCheck()
350 : testFunction (false) {} in TestRenderPassConfig()
360 , testFunction (false) in TestRenderPassConfig()
372 , testFunction (testFunctionValue) in TestRenderPassConfig()
385 , testFunction (testFunctionValue) in TestRenderPassConfig()
394 TestFunction testFunction; member
654 TestShaderProgram (Context& context, const int samplerTotal, TestFunction testFunction);
671 …derProgram::TestShaderProgram (Context& context, const int samplerTotal, TestFunction testFunction) in TestShaderProgram() argument
701 if (testFunction.hasFunction) in TestShaderProgram()
706 << testFunction.functionDefintion; in TestShaderProgram()
719 if (testFunction.hasFunction) in TestShaderProgram()
721 << " fs_aColor0 = " << testFunction.functionName << "(texelColor0, texelColor1); \n"; in TestShaderProgram()
882 …derProgram = new TestShaderProgram(m_context, m_samplersRequired, m_renderPassConfig.testFunction); in init()
883 m_hasFunction = m_renderPassConfig.testFunction.hasFunction; in init()