Home | History | Annotate | Download | only in functional

Lines Matching full:testfunction

209 struct TestFunction
211 explicit TestFunction (const bool hasFunctionValue)
213 TestFunction (const char* const functionNameValue, const char* const functionDefinition)
217 ~TestFunction (void) {}
224 TestFunction getFunctionBlendLinearToSRGBCheck (void)
260 TestFunction testFunction(functionName, functionDefinition);
262 return testFunction;
350 : testFunction (false) {}
360 , testFunction (false)
367 TestFunction testFunctionValue,
372 , testFunction (testFunctionValue)
379 TestFunction testFunctionValue,
385 , testFunction (testFunctionValue)
394 TestFunction testFunction;
654 TestShaderProgram (Context& context, const int samplerTotal, TestFunction testFunction);
671 TestShaderProgram::TestShaderProgram (Context& context, const int samplerTotal, TestFunction testFunction)
701 if (testFunction.hasFunction)
706 << testFunction.functionDefintion;
719 if (testFunction.hasFunction)
721 << " fs_aColor0 = " << testFunction.functionName << "(texelColor0, texelColor1); \n";
882 m_shaderProgram = new TestShaderProgram(m_context, m_samplersRequired, m_renderPassConfig.testFunction);
883 m_hasFunction = m_renderPassConfig.testFunction.hasFunction;
1650 TestRenderPassConfig(TEXTURESOURCESTYPE_RGBA, fboConfig0, FRAMEBUFFERSRGB_ENABLED, FRAMEBUFFERBLEND_DISABLED, TestFunction(false), RENDERERTASK_DRAW),
1651 TestRenderPassConfig(TEXTURESOURCESTYPE_RGBA, fboConfig0, FRAMEBUFFERSRGB_DISABLED, FRAMEBUFFERBLEND_DISABLED, TestFunction(false), RENDERERTASK_DRAW)
1687 TestRenderPassConfig(TEXTURESOURCESTYPE_RGBA, fboConfig0, FRAMEBUFFERSRGB_ENABLED, FRAMEBUFFERBLEND_DISABLED, TestFunction(false), RENDERERTASK_DRAW)
1729 TestRenderPassConfig(TEXTURESOURCESTYPE_NONE, fboConfigList, FRAMEBUFFERSRGB_ENABLED, FRAMEBUFFERBLEND_DISABLED, TestFunction(false), RENDERERTASK_COPY)