Home
last modified time | relevance | path

Searched defs:refColor (Results 1 – 21 of 21) sorted by relevance

/external/skia/tests/
DFontMgrFontConfigTest.cpp22 SkColor refColor = ref.getColor(x, y); in bitmap_compare() local
DFontHostStreamTest.cpp49 SkColor refColor; in compare() local
DDrawTextTest.cpp48 SkColor refColor; in compare() local
DFontMgrAndroidParserTest.cpp266 SkColor refColor = ref.getColor(x, y); in bitmap_compare() local
DBlurTest.cpp108 SkColor refColor; in compare() local
/external/skqp/tests/
DFontMgrFontConfigTest.cpp22 SkColor refColor = ref.getColor(x, y); in bitmap_compare() local
DFontHostStreamTest.cpp49 SkColor refColor; in compare() local
DDrawTextTest.cpp48 SkColor refColor; in compare() local
DFontMgrAndroidParserTest.cpp266 SkColor refColor = ref.getColor(x, y); in bitmap_compare() local
DBlurTest.cpp108 SkColor refColor; in compare() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp921 const tcu::Vec4 refColor = tcu::Vec4(0.1f, 0.2f, 0.3f, 0.4f); in verifyImage() local
929 const tcu::Vec4 refColor = tcu::Vec4(0.4f, 0.6f, 0.2f, 1.0f); in verifyImage() local
DvktRenderPassMultisampleResolveTests.cpp1099 const Vec4 refColor (m_sampleMask == 0x0u in verify() local
1179 const UVec4 refColor (m_sampleMask == 0x0u in verify() local
1280 const IVec4 refColor (m_sampleMask == 0x0u in verify() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp353 Vec4 refColor (ref.float32[0], in comparePixelToColorClearValue() local
381 const UVec4 refColor (ref.uint32[0], in comparePixelToColorClearValue() local
402 const IVec4 refColor (ref.int32[0], in comparePixelToColorClearValue() local
423 const Vec4 refColor (ref.float32[0], in comparePixelToColorClearValue() local
/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp424 const tcu::RGBA refColor (refValue); in verifyUnicoloredBuffer() local
Des2fMultisampleTests.cpp154 tcu::RGBA refColor = img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2); in drawUnicolorTestErrors() local
/external/deqp/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp501 const tcu::RGBA refColor (refValue); in verifyUnicoloredBuffer() local
Des3fMultisampleTests.cpp156 tcu::RGBA refColor = img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2); in drawUnicolorTestErrors() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDynamicOffsetTests.cpp598 tcu::Vec4 refColor(0.0f); in verifyImage() local
1039 tcu::Vec4 refColor(0.0f); in verifyOutput() local
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp724 …bool verifySingleColored (TestLog& log, const ConstPixelBufferAccess& result, const Vec4& refColor) in verifySingleColored()
1481 const Vec4 refColor (incompleteColor[componentNdx]); in verify() local
Des31fGeometryShaderTests.cpp3528 const tcu::RGBA refColor = tcu::RGBA(barColor); in verifyImageSingleColoredRow() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.cpp508 bool compareUintColors(const GLuint inColor, const GLuint refColor, const int epsilon) in compareUintColors()