/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fDitheringTests.cpp | 108 …bool checkColor (const tcu::Vec4& inputClr, const tcu::RGBA& renderedClr, bool logErro… 168 bool DitheringCase::checkColor (const Vec4& inputClr, const tcu::RGBA& renderedClr, const bool logE… in checkColor() function in deqp::gles3::Functional::DitheringCase 299 if (!checkColor(inputClr, renderedImg.getPixel(x, y), colorChoicesOk, increaseTol)) in drawAndCheckGradient() 409 if (!checkColor(quadColor, renderedImg.getPixel(x, y), colorChoicesOk, false)) in drawAndCheckUnicoloredQuad()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fDitheringTests.cpp | 108 …bool checkColor (const tcu::Vec4& inputClr, const tcu::RGBA& renderedClr, bool logErro… 168 bool DitheringCase::checkColor (const Vec4& inputClr, const tcu::RGBA& renderedClr, const bool logE… in checkColor() function in deqp::gles2::Functional::DitheringCase 292 if (!checkColor(inputClr, renderedImg.getPixel(x, y), colorChoicesOk)) in drawAndCheckGradient() 404 if (!checkColor(quadColor, renderedImg.getPixel(x, y), colorChoicesOk)) in drawAndCheckUnicoloredQuad()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglSwapBuffersTests.cpp | 244 bool checkColor (tcu::TestLog& log, const tcu::TextureLevel& screen, const tcu::Vec4& color) in checkColor() function 350 if (!checkColor(m_testCtx.getLog(), whiteFrame, tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f))) in executeForConfig() 368 if (!checkColor(m_testCtx.getLog(), blackFrame, tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f))) in executeForConfig()
|
/third_party/skia/tests/ |
D | GrSurfaceTest.cpp | 226 auto checkColor = [reporter](const GrCaps::TestFormatColorTypeCombination& combo, in DEF_GPUTEST() local 277 if (!checkColor(combo, readback.addr32()[i])) { in DEF_GPUTEST() 308 if (!checkColor(combo, readback.addr32()[i])) { in DEF_GPUTEST()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 803 const bool checkColor, in checkSampleRequirements() argument 809 if (checkColor && (limits.framebufferColorSampleCounts & numSamples) == 0u) in checkSampleRequirements() 1841 …const bool checkColor = perPass.floatColor1Location >= 0 || perPass.floatColor2Location >= 0 || p… in checkRequirements() local 1844 checkSampleRequirements(context, perPass.numSamples, checkColor, checkDepth, checkStencil); in checkRequirements()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 803 const bool checkColor, in checkSampleRequirements() argument 809 if (checkColor && (limits.framebufferColorSampleCounts & numSamples) == 0u) in checkSampleRequirements() 1841 …const bool checkColor = perPass.floatColor1Location >= 0 || perPass.floatColor2Location >= 0 || p… in checkRequirements() local 1844 checkSampleRequirements(context, perPass.numSamples, checkColor, checkDepth, checkStencil); in checkRequirements()
|