Home
last modified time | relevance | path

Searched defs:expectedColor (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DS3TCTextureSizesTest.cpp146 GLColor expectedColor; in TEST_P() member
195 GLColor expectedColor; in TEST_P() member
DCopyTextureTest.cpp1801 auto testOutput = [this](GLuint texture, const GLColor &expectedColor) { in TEST_P()
1849 const GLColor &expectedColor) { in TEST_P()
1869 bool unmultiplyAlpha, const GLColor &expectedColor) { in TEST_P()
1938 auto testOutput = [this](GLuint texture, const GLColor32F &expectedColor) { in TEST_P()
1986 const GLColor32F &expectedColor) { in TEST_P()
2060 auto testOutput = [this](GLuint texture, const GLColor32U &expectedColor) { in TEST_P()
2116 const GLColor32U &expectedColor) { in TEST_P()
2171 auto testOutput = [this](GLuint texture, const GLColor32F &expectedColor) { in TEST_P()
DVulkanUniformUpdatesTest.cpp547 GLColor expectedColor = vsUniformValue > 11.0f ? GLColor::red : GLColor::green; in TEST_P() local
686 GLColor expectedColor = vsUniformValue > 11.0f ? GLColor::red : GLColor::green; in TEST_P() local
DPointSpritesTest.cpp337 GLubyte expectedColor[4] = {0, 0, 0, 0}; in TEST_P() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DOpArrayLengthTests.cpp198 RGBA8 expectedColor = RGBA8(mExpectedLengths[0], mExpectedLengths[1], mExpectedLengths[2], 0); in TEST_P() local
258 RGBA8 expectedColor = RGBA8(mExpectedLengths[0], mExpectedLengths[1], mExpectedLengths[2], 0); in TEST_P() local
DSubresourceRenderAttachmentTests.cpp41 RGBA8 expectedColor(0, 255, 0, 255); in DoSingleTest() local
DMultisampledRenderingTests.cpp191 RGBA8 expectedColor = ExpectedMSAAColor(inputColor, msaaCoverage); in VerifyResolveTarget() local
812 RGBA8 expectedColor = ExpectedMSAAColor(kGreen, kMSAACoverage); in TEST_P() local
926 RGBA8 expectedColor = ExpectedMSAAColor(kGreen, msaaCoverage); in TEST_P() local
1040 RGBA8 expectedColor = ExpectedMSAAColor(kHalfGreenHalfRed, 1.0f); in TEST_P() local
1085 RGBA8 expectedColor = ExpectedMSAAColor(kGreen, kMSAACoverage * alpha); in TEST_P() local
/third_party/skia/tests/
DColorFilterTest.cpp63 SkColor expectedColor = color; in DEF_TEST() local
DApplyGammaTest.cpp54 uint32_t expectedColor = src & 0xff000000; in check_gamma() local
DCompressedBackendAllocationTest.cpp115 const SkColor4f& expectedColor, in check_readback()
/third_party/skia/m133/tests/graphite/
DImageWrapTextureMipmapsTest.cpp74 SkColor expectedColor; in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_ALL_CONTEXTS() member
DImageOriginTest.cpp105 SkColor4f expectedColor = ((y < kHalfSize) == resultTopColorOnTop) ? kTopColor in test_draw() local
/third_party/skia/m133/tests/
DApplyGammaTest.cpp65 uint32_t expectedColor = src & 0xff000000; in check_gamma() local
DGrSurfaceResolveTest.cpp64 SkColor expectedColor) { in check_pixels()
DColorFilterTest.cpp83 SkColor expectedColor = color; in DEF_TEST() local
DBackendAllocationTest.cpp315 SkColor4f expectedColor = get_expected_color(color, colorType); in check_base_readbacks() local
386 SkColor4f expectedColor = get_expected_color(testColor, colorType); in test_color_init() local
DCompressedBackendAllocationTest.cpp153 const SkColor4f& expectedColor, in check_readback()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMisalignedCubeTests.cpp257 const tcu::Vec4 expectedColor = tcu::Vec4(componentValue, componentValue, componentValue, 1.0f); in iterate() local
270 const tcu::Vec4 expectedColor = tcu::Vec4(componentValue, componentValue, componentValue, 1.0f); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageMisalignedCubeTests.cpp257 const tcu::Vec4 expectedColor = tcu::Vec4(componentValue, componentValue, componentValue, 1.0f); in iterate() local
270 const tcu::Vec4 expectedColor = tcu::Vec4(componentValue, componentValue, componentValue, 1.0f); in iterate() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderFragDataTests.cpp64 …pareSingleColor (tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGB… in compareSingleColor()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedBlending.cpp388 …awBuffersIndexedBlending::VerifyImg(const tcu::TextureLevel& textureLevel, tcu::RGBA expectedColor, in VerifyImg()
DesextcDrawBuffersIndexedColorMasks.cpp422 …BuffersIndexedColorMasks::VerifyImg(const tcu::TextureLevel& textureLevel, tcu::RGBA expectedColor, in VerifyImg()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLBufferAgeTest.cpp192 angle::GLColor expectedColor = GLColor::black; in TEST_P() local
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cNumberParsingTests.cpp404 const auto expectedColor = tcu::RGBA::green().toVec(); in iterate() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderFragDataTests.cpp82 …pareSingleColor (tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGB… in compareSingleColor()

1234