Home
last modified time | relevance | path

Searched refs:logErrors (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fDitheringTests.cpp108 … checkColor (const tcu::Vec4& inputClr, const tcu::RGBA& renderedClr, bool logErrors) const;
168 …ngCase::checkColor (const Vec4& inputClr, const tcu::RGBA& renderedClr, const bool logErrors) const in checkColor()
212 if (logErrors) in checkColor()
/external/deqp/modules/gles3/functional/
Des3fDitheringTests.cpp108 …olor (const tcu::Vec4& inputClr, const tcu::RGBA& renderedClr, bool logErrors, const bool incT…
168 …ckColor (const Vec4& inputClr, const tcu::RGBA& renderedClr, const bool logErrors, const bool incT… in checkColor() argument
218 if (logErrors) in checkColor()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp349 void logErrors(tcu::TestLog& log, const std::string& setName, const std::string& setDesc, const tcu… in logErrors() function
989 logErrors(log, "Color", desc.str(), colorAccess, colorErrorAccess); in iterate()
1015 logErrors(log, "Depth", "Result depth image and error mask", depthAccess, depthErrorAccess); in iterate()
DvktPipelineExtendedDynamicStateTests.cpp965 void logErrors(tcu::TestLog& log, const std::string& setName, const std::string& setDesc, const tcu… in logErrors() function
1989 logErrors(log, "Color", "Result color image and error mask", colorAccess, colorErrorAccess); in iterate()
1992 logErrors(log, "Depth", "Result depth image and error mask", depthAccess, depthErrorAccess); in iterate()
1995logErrors(log, "Stencil", "Result stencil image and error mask", stencilAccess, stencilErrorAccess… in iterate()
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp3049 bool Program::validateSamplers(bool logErrors) in validateSamplers() argument
3070 if(logErrors) in validateSamplers()
3082 if(logErrors) in validateSamplers()
3105 if(logErrors) in validateSamplers()
3117 if(logErrors) in validateSamplers()
DProgram.h214 bool validateSamplers(bool logErrors);