/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | S3TCTextureSizesTest.cpp | 146 GLColor expectedColor; in TEST_P() member 195 GLColor expectedColor; in TEST_P() member
|
D | CopyTextureTest.cpp | 1801 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()
|
D | VulkanUniformUpdatesTest.cpp | 547 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
|
D | PointSpritesTest.cpp | 337 GLubyte expectedColor[4] = {0, 0, 0, 0}; in TEST_P() local
|
D | SixteenBppTextureTest.cpp | 352 GLColor expectedColor(rawColor); in TEST_P() local
|
D | SRGBTextureTest.cpp | 499 angle::GLColor &expectedColor = ((i & 1) == 0) ? srgbColor : linearColor; in TEST_P() local
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | OpArrayLengthTests.cpp | 198 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
|
D | MultisampledRenderingTests.cpp | 191 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
|
D | SubresourceRenderAttachmentTests.cpp | 41 RGBA8 expectedColor(0, 255, 0, 255); in DoSingleTest() local
|
/third_party/skia/tests/ |
D | ColorFilterTest.cpp | 63 SkColor expectedColor = color; in DEF_TEST() local
|
D | ApplyGammaTest.cpp | 54 uint32_t expectedColor = src & 0xff000000; in check_gamma() local
|
D | CompressedBackendAllocationTest.cpp | 115 const SkColor4f& expectedColor, in check_readback()
|
D | BackendAllocationTest.cpp | 255 SkColor4f expectedColor = get_expected_color(color, colorType); in check_base_readbacks() local 326 SkColor4f expectedColor = get_expected_color(testColor, colorType); in test_color_init() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMisalignedCubeTests.cpp | 256 const tcu::Vec4 expectedColor = tcu::Vec4(componentValue, componentValue, componentValue, 1.0f); in iterate() local 269 const tcu::Vec4 expectedColor = tcu::Vec4(componentValue, componentValue, componentValue, 1.0f); in iterate() local
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderFragDataTests.cpp | 64 …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/ |
D | esextcDrawBuffersIndexedBlending.cpp | 388 …awBuffersIndexedBlending::VerifyImg(const tcu::TextureLevel& textureLevel, tcu::RGBA expectedColor, in VerifyImg()
|
D | esextcDrawBuffersIndexedColorMasks.cpp | 422 …BuffersIndexedColorMasks::VerifyImg(const tcu::TextureLevel& textureLevel, tcu::RGBA expectedColor, in VerifyImg()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLBufferAgeTest.cpp | 192 angle::GLColor expectedColor = GLColor::black; in TEST_P() local
|
D | EGLIOSurfaceClientBufferTest.cpp | 364 GLColor expectedColor((mask & R) ? 1 : 0, (mask & G) ? 2 : 0, (mask & B) ? 3 : 0, in doSampleTestWithTexture() local 430 GLColor expectedColor(1, 2, 3, 4); in doBlitTest() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
D | es3cNumberParsingTests.cpp | 403 const auto expectedColor = tcu::RGBA::green().toVec(); in iterate() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderFragDataTests.cpp | 82 …pareSingleColor (tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGB… in compareSingleColor()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateDSTests.cpp | 742 const deUint32 expectedValue, const tcu::Vec4 expectedColor) in StencilParamsBasicTestInstance() 892 const deUint32 expectedValue, const tcu::Vec4 expectedColor) in StencilParamsBasicTestCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineLogicOpTests.cpp | 442 tcu::UVec4 expectedColor (0u, 0u, 0u, 0u); // Overwritten below. in verifyImage() local
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
D | esextcTextureBorderClampSamplingTexture.cpp | 538 OutputType expectedColor; in iterate() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcGLSLVectorConstructorTests.cpp | 504 const auto expectedColor = tcu::RGBA::green().toVec(); in iterate() local
|