HomeSort by relevance Sort by last modified time
    Searched refs:getColorThreshold (Results 26 - 42 of 42) sorted by null

12

  /external/deqp/modules/gles3/functional/
es3fDefaultVertexAttributeTests.cpp 503 const tcu::RGBA colorThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold() * resultThreshold;
es3fDepthStencilClearTests.cpp 209 tcu::RGBA threshold = renderTarget.getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
es3fFramebufferBlitTests.cpp 149 tcu::RGBA threshold = TestCase::m_context.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7);
189 const tcu::RGBA threshold = TestCase::m_context.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7);
    [all...]
es3fDepthStencilTests.cpp 620 tcu::RGBA threshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold();
    [all...]
es3fPolygonOffsetTests.cpp 101 const tcu::RGBA formatThreshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold();
    [all...]
es3fVertexTextureTests.cpp 481 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(15,15,15,15);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.cpp 549 const UVec4 compareThreshold = (useFbo ? tcu::PixelFormat(8, 8, 8, 8) : m_context.getRenderTarget().getPixelFormat()).getColorThreshold().toIVec().asUint()
es31fLayoutBindingTests.cpp 633 const tcu::RGBA surfaceThreshold = m_context.getRenderContext().getRenderTarget().getPixelFormat().getColorThreshold();
    [all...]
es31fCopyImageTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 578 tcu::RGBA threshold = renderTarget.getPixelFormat().getColorThreshold() + tcu::RGBA(3,3,3,3);
glsFragOpInteractionCase.cpp 611 const tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold()+tcu::RGBA(3,3,3,3);
glsDrawTest.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 384 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(15,15,15,15);
    [all...]
es2fDepthStencilTests.cpp 620 tcu::RGBA threshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold();
    [all...]
es2fPolygonOffsetTests.cpp 98 const tcu::RGBA formatThreshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold();
    [all...]
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 246 const tcu::RGBA formatThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold();
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 254 const tcu::RGBA formatThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold();
    [all...]

Completed in 1166 milliseconds

12