/external/deqp/framework/common/ |
tcuRGBA.cpp | 48 IVec4 RGBA::toIVec (void) const
|
tcuRGBA.hpp | 90 IVec4 toIVec (void) const;
|
tcuImageCompare.cpp | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fASTCDecompressionCases.cpp | 149 const IVec4 threshold = thresholdRGBA.toIVec(); 166 const IVec4 refPix = reference.getPixel(x, y).toIVec(); 175 const IVec4 resPix = result.getPixel(x, y).toIVec();
|
es3fRandomFragmentOpTests.cpp | 420 return format.getColorThreshold().toIVec().asUint() + tcu::UVec4(2); // Default threshold. 422 return format.getColorThreshold().toIVec().asUint()
|
es3fDitheringTests.cpp | 198 const int renderedClrInFormat = (int)deFloatRound((float)(renderedClr.toIVec()[chanNdx] * channelMax) / 255.0f);
|
es3fBlendTests.cpp | 327 UVec4 compareThreshold = (m_useSrgbFbo ? tcu::PixelFormat(8, 8, 8, 8) : m_context.getRenderTarget().getPixelFormat()).getColorThreshold().toIVec().asUint()
|
es3fDefaultVertexAttributeTests.cpp | 509 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec());
|
/external/deqp/modules/egl/ |
teglColorClearCase.cpp | 106 tcu::clear(access, pixelFormat.convertColor(clearIter->color).toIVec()); 426 tcu::clear(access, pixelFmt.convertColor(packet.clears[clearNdx].color).toIVec());
|
/external/deqp/modules/gles2/functional/ |
es2fRandomFragmentOpTests.cpp | 420 return format.getColorThreshold().toIVec().asUint() + tcu::UVec4(6); // Default threshold. 422 return format.getColorThreshold().toIVec().asUint()
|
es2fDitheringTests.cpp | 198 const int renderedClrInFormat = (int)deFloatRound((float)(renderedClr.toIVec()[chanNdx] * channelMax) / 255.0f);
|
es2fBlendTests.cpp | 272 UVec4 compareThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold().toIVec().asUint()
|
es2fDefaultVertexAttributeTests.cpp | 432 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec());
|
/external/deqp/modules/gles31/functional/ |
es31fPrimitiveBoundingBoxTests.cpp | [all...] |
es31fAdvancedBlendTests.cpp | 549 const UVec4 compareThreshold = (useFbo ? tcu::PixelFormat(8, 8, 8, 8) : m_context.getRenderTarget().getPixelFormat()).getColorThreshold().toIVec().asUint()
|
es31fSampleVariableTests.cpp | 78 return !tcu::boolAny(tcu::greaterThan(tcu::abs(m_color.toIVec().swizzle(0, 1, 2) - testColor.toIVec().swizzle(0, 1, 2)), tcu::IVec3(m_threshold))); [all...] |
es31fGeometryShaderTests.cpp | [all...] |
/external/deqp/modules/gles2/stress/ |
es2sSpecialFloatTests.cpp | 321 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec()); [all...] |
/external/deqp/modules/gles3/stress/ |
es3sSpecialFloatTests.cpp | 329 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec()); [all...] |
/external/deqp/modules/glshared/ |
glsDrawTest.cpp | [all...] |