/external/skia/tests/ |
D | CompressedBackendAllocationTest.cpp | 58 const SkColor4f expectedColors[6], in check_compressed_mipmaps() 107 check_solid_pixmap(reporter, expectedColors[i], actual2, in check_compressed_mipmaps() 159 SkColor4f expectedColors[6] = { color, color, color, color, color, color }; in test_compressed_color_init() local 161 check_compressed_mipmaps(dContext, img, compression, expectedColors, mipMapped, in test_compressed_color_init() 224 SkColor4f expectedColors[6] = { in test_compressed_data_init() local 233 std::unique_ptr<const char[]> data(make_compressed_data(compression, expectedColors, in test_compressed_data_init() 248 check_compressed_mipmaps(dContext, img, compression, expectedColors, in test_compressed_data_init() 250 check_readback(dContext, img, compression, expectedColors[0], reporter, "data readback"); in test_compressed_data_init()
|
D | BackendAllocationTest.cpp | 237 const SkColor4f expectedColors[6], 326 SkColor4f expectedColors[6] = {expectedColor, expectedColor, expectedColor, in test_color_init() local 328 check_mipmaps(dContext, mbet->texture(), colorType, expectedColors, reporter, in test_color_init() 358 const SkColor4f expectedColors[6], in check_mipmaps() 436 check_solid_pixmap(reporter, expectedColors[i], actual, colorType, label, str.c_str()); in check_mipmaps() 511 SkColor4f expectedColors[6] = { in test_pixmap_init() local 520 check_mipmaps(dContext, mbet->texture(), grColorType, expectedColors, reporter, in test_pixmap_init()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 1985 float expectedColors[2][4]; in createImageClearingTestsCommon() member 2158 VkClearValue expectedColors[2]; in createImageClearingTestsCommon() local 2161 …expectedColors[0] = makeClearColorValue(format, colorParams.expectedColors[0][0], colorParams.expe… in createImageClearingTestsCommon() 2162 …expectedColors[1] = makeClearColorValue(format, colorParams.expectedColors[1][0], colorParams.expe… in createImageClearingTestsCommon() 2166 expectedColors[0] = clearColors[0]; in createImageClearingTestsCommon() 2167 expectedColors[1] = clearColors[1]; in createImageClearingTestsCommon() 2190 expectedColors[0], // VkClearValue expectedClearValue[0]; in createImageClearingTestsCommon() 2191 expectedColors[1], // VkClearValue expectedClearValue[1]; in createImageClearingTestsCommon() 2345 VkClearValue expectedColors[2]; in createImageClearingTestsCommon() local 2348 …expectedColors[0] = makeClearColorValue(format, colorParams.expectedColors[0][0], colorParams.expe… in createImageClearingTestsCommon() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmVariablePointersTests.cpp | 1817 RGBA expectedColors[4]; in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2094 getExpectedOutputColor(defaultColors, expectedColors, selectedInput[baseOffset]); in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() 2095 …createTestsForAllStages(name.c_str(), defaultColors, expectedColors, fragments, resources, extensi… in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() 2117 getExpectedOutputColor(defaultColors, expectedColors, selectedInput[baseOffset]); in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() 2118 …createTestsForAllStages(name.c_str(), defaultColors, expectedColors, fragments, resources, extensi… in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() 2150 getExpectedOutputColor(defaultColors, expectedColors, selectedInput[baseOffset]); in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() 2151 …createTestsForAllStages(name.c_str(), defaultColors, expectedColors, fragments, resources, extensi… in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() 2177 getExpectedOutputColor(defaultColors, expectedColors, selectedInput[baseOffset]); in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() 2178 …createTestsForAllStages(name.c_str(), defaultColors, expectedColors, fragments, resources, extensi… in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() 2201 getExpectedOutputColor(defaultColors, expectedColors, selectedInput[baseOffset]); in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() [all …]
|
D | vktSpvAsmInstructionTests.cpp | 8090 RGBA expectedColors[4]; member 8113 expectedColors[0] = output[0]; in SpecConstantTwoValGraphicsCase() 8114 expectedColors[1] = output[1]; in SpecConstantTwoValGraphicsCase() 8115 expectedColors[2] = output[2]; in SpecConstantTwoValGraphicsCase() 8116 expectedColors[3] = output[3]; in SpecConstantTwoValGraphicsCase() 8323 cases[caseNdx].caseName, inputColors, cases[caseNdx].expectedColors, fragments, specConstants, in createSpecConstantTests() 8946 const RGBA expectedColors[4] = in createOpQuantizeSingleOptionTests() local 9095 createTestsForAllStages(tests[idx].name, inputColors, expectedColors, fragments, testCtx); in createOpQuantizeSingleOptionTests() 9111 …createTestsForAllStages(string("spec_const_") + tests[idx].name, inputColors, expectedColors, frag… in createOpQuantizeSingleOptionTests() 9124 RGBA expectedColors[4] = in createOpQuantizeTwoPossibilityTests() local [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationFragShaderSideEffectsTests.cpp | 635 std::vector<tcu::Vec4> expectedColors(1u, m_params.clearColor); in iterate() local 637 expectedColors.push_back(m_params.drawColor); in iterate() 656 …const bool pixOk = std::any_of(begin(expectedColors), end(expectedColors), [&pixel](const tcu::Vec… in iterate()
|
/external/angle/src/tests/test_utils/ |
D | ANGLETest.h | 246 std::vector<GLColor> expectedColors((width) * (height), color); \ 247 EXPECT_EQ(expectedColors, actualColors); \
|
/external/angle/src/tests/gl_tests/ |
D | ClearTest.cpp | 1869 std::vector<GLColor> expectedColors; in TEST_P() local 1880 expectedColors.push_back(color); in TEST_P() 1888 std::vector<GLColor> actualColors(expectedColors.size()); in TEST_P() 1892 EXPECT_EQ(expectedColors, actualColors); in TEST_P()
|
D | VertexAttributeTest.cpp | 3187 std::vector<GLColor> expectedColors; in TEST_P() local 3202 expectedColors.push_back(randomColor); in TEST_P() 3255 EXPECT_EQ(expectedColors, actualColors); in TEST_P()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineFramebufferAttachmentTests.cpp | 1291 const tcu::Vec4 expectedColors[] = in testDifferentAttachmentSizes() local 1307 expectedImage.setPixel(expectedColors[renderTargetIdx], x, y, z); in testDifferentAttachmentSizes()
|