Home
last modified time | relevance | path

Searched refs:LOG_ALL (Results 1 – 7 of 7) sorted by relevance

/third_party/NuttX/include/
Dsyslog.h118 #define LOG_ALL 0xff macro
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp333 LOG_ALL = 0, enumerator
345 VerificationLogging logPolicy = LOG_ALL) in verifyConstantDerivate()
351 if (logPolicy == LOG_ALL) in verifyConstantDerivate()
363 if (numFailedPixels < MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate()
374 if (numFailedPixels >= MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate()
377 if (numFailedPixels > 0 && logPolicy == LOG_ALL) in verifyConstantDerivate()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderDerivateTests.cpp397 LOG_ALL = 0, enumerator
409 VerificationLogging logPolicy = LOG_ALL) in verifyConstantDerivate()
415 if (logPolicy == LOG_ALL) in verifyConstantDerivate()
427 if (numFailedPixels < MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate()
438 if (numFailedPixels >= MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate()
441 if (numFailedPixels > 0 && logPolicy == LOG_ALL) in verifyConstantDerivate()
Des3fTextureFormatTests.cpp194 renderParams.flags |= RenderParams::LOG_ALL; in iterate()
393 renderParams.flags |= RenderParams::LOG_ALL; in testFace()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fTextureFormatTests.cpp154 renderParams.flags |= RenderParams::LOG_ALL; in iterate()
334 renderParams.flags |= RenderParams::LOG_ALL; in testFace()
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.hpp83 LOG_ALL = LOG_PROGRAMS|LOG_UNIFORMS enumerator
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureFormatTests.cpp366 renderParams.flags |= RenderParams::LOG_ALL; in iterate()