Searched refs:logErrors (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fDitheringTests.cpp | 108 … 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/ |
D | es3fDitheringTests.cpp | 108 …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/ |
D | vktPipelineColorWriteEnableTests.cpp | 349 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()
|
D | vktPipelineExtendedDynamicStateTests.cpp | 965 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() 1995 …logErrors(log, "Stencil", "Result stencil image and error mask", stencilAccess, stencilErrorAccess… in iterate()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Program.cpp | 3049 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()
|
D | Program.h | 214 bool validateSamplers(bool logErrors);
|