/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | GetImageTest.cpp | 174 std::vector<GLColor> expectedData = {GLColor::red, GLColor::blue, GLColor::green, in TEST_P() local 202 const std::array<std::array<GLColor, kSmallSize * kSmallSize>, kCubeFaces.size()> expectedData = in TEST_P() local 242 std::vector<GLColor> expectedData = {GLColor::red, GLColor::blue, GLColor::green, in TEST_P() local 320 std::vector<GLColorRG> expectedData = {kMediumLumAlpha, kMediumLumAlpha, kMediumLumAlpha, in TEST_P() local 356 std::vector<GLColorR> expectedData = {kMediumLuminance, kMediumLuminance, kMediumLuminance, in TEST_P() local 391 std::vector<GLColorR> expectedData = {kMediumAlpha, kMediumAlpha, kMediumAlpha, kMediumAlpha}; in TEST_P() local 424 std::vector<GLColorRGB> expectedData = {GLColorRGB::red, GLColorRGB::blue, GLColorRGB::green, in TEST_P() local 552 std::vector<GLColor> expectedData = {GLColor::red, GLColor::blue, GLColor::green, in TEST_P() local 590 std::vector<GLColor> expectedData(4, GLColor::white); in TEST_P() local
|
D | VertexAttributeTest.cpp | 182 const GLfloat *expectedData; member 385 std::array<GLfloat, kVertexCount> &expectedData) in InitTestData() 427 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 442 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 457 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 471 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 485 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 500 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 515 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local 529 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() local [all …]
|
D | ExternalBufferTest.cpp | 116 std::vector<GLubyte> expectedData(kBufferSize, 0xFF); in TEST_P() local 170 std::vector<GLubyte> expectedData(kBufferSize, 0xFF); in TEST_P() local 327 std::vector<GLubyte> expectedData(kBufferSize, 0xFF); in TEST_P() local
|
D | SwizzleTest.cpp | 479 GLColor expectedData(data.R, data.R, data.R, data.R); in TEST_P() local
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DepthStencilCopyTests.cpp | 199 std::vector<float> expectedData = { in TEST_P() local 224 std::vector<uint8_t> expectedData = { in TEST_P() local 249 std::vector<uint8_t> expectedData = { in TEST_P() local 267 std::vector<float> expectedData = { in TEST_P() local 296 std::vector<uint8_t> expectedData = { in TEST_P() local 319 std::vector<uint8_t> expectedData = { in TEST_P() local 345 std::vector<uint8_t> expectedData = { in TEST_P() local 402 std::vector<uint8_t> expectedData = { in TEST_P() local 453 std::vector<uint8_t> expectedData = { in TEST_P() local
|
D | DynamicBufferOffsetTests.cpp | 227 std::vector<uint32_t> expectedData = {2, 4}; in TEST_P() local 249 std::vector<uint32_t> expectedData = {6, 8}; in TEST_P() local 270 std::vector<uint32_t> expectedData = {2, 4}; in TEST_P() local 290 std::vector<uint32_t> expectedData = {6, 8}; in TEST_P() local 318 std::vector<uint32_t> expectedData = {12, 16}; in TEST_P() local 348 std::vector<uint32_t> expectedData = {12, 16}; in TEST_P() local 376 std::vector<uint32_t> expectedData = {2, 4}; in TEST_P() local 400 std::vector<uint32_t> expectedData = {2, 4}; in TEST_P() local
|
D | NonzeroBufferCreationTests.cpp | 49 std::vector<uint8_t> expectedData(kSize, uint8_t(1u)); in TEST_P() local 65 std::vector<uint8_t> expectedData(kSize, uint8_t(1u)); in TEST_P() local 85 const std::vector<uint8_t> expectedData(kSize, uint8_t(1u)); in TEST_P() local
|
D | VertexFormatTests.cpp | 31 std::vector<uint16_t> expectedData; in Float32ToFloat16() local 40 std::vector<destType> expectedData; in BitCast() local 223 wgpu::RenderPipeline MakeTestPipeline(wgpu::VertexFormat format, std::vector<T>& expectedData) { in MakeTestPipeline() 383 std::vector<ExpectedType> expectedData) { in DoVertexFormatTest() 419 std::vector<uint8_t> expectedData = { in TEST_P() local 461 std::vector<int8_t> expectedData = { in TEST_P() local 503 std::vector<uint8_t> expectedData = {std::numeric_limits<uint8_t>::max(), in TEST_P() local 546 std::vector<int8_t> expectedData = { in TEST_P() local
|
D | CompressedTextureFormatTests.cpp | 251 std::vector<RGBA8> expectedData = GetExpectedData(noPaddingExtent3D); in VerifyTexture() local 571 std::vector<RGBA8> expectedData(testRegion.width * testRegion.height, leftColorInBlock); in FillExpectedData() local 761 std::vector<RGBA8> expectedData = GetExpectedData(kVirtualSize); in TEST_P() local 801 std::vector<RGBA8> expectedData = GetExpectedData(kDstVirtualSize); in TEST_P() local 842 std::vector<RGBA8> expectedData = GetExpectedData(kDstVirtualSize); in TEST_P() local 901 std::vector<RGBA8> expectedData = GetExpectedData(dstVirtualSizes[i]); in TEST_P() local
|
D | MultisampledSamplingTests.cpp | 226 std::array<float, 8> expectedData; in TEST_P() local
|
D | QueueTests.cpp | 125 std::vector<uint32_t> expectedData; in TEST_P() local 143 std::vector<uint32_t> expectedData; in TEST_P() local 162 std::vector<uint32_t> expectedData; in TEST_P() local 658 std::vector<uint8_t> expectedData(8, 0); in TEST_P() local
|
D | ComputeLayoutMemoryBufferTests.cpp | 253 std::vector<uint8_t> expectedData; // The expected data to be copied by the shader in TEST_P() local
|
D | StorageTextureTests.cpp | 700 const std::vector<uint8_t>& expectedData = GetExpectedData(format, sliceCount); in CheckOutputStorageTexture() local 706 const std::vector<uint8_t>& expectedData) { in CheckOutputStorageTexture()
|
D | BufferZeroInitTests.cpp | 640 std::array<uint8_t, kBufferSize> expectedData; in TEST_P() local 663 std::array<uint8_t, kBufferSize> expectedData; in TEST_P() local 686 std::array<uint8_t, kBufferSize> expectedData; in TEST_P() local
|
/third_party/node/test/parallel/ |
D | test-stream-readable-pause-and-resume.js | 8 let expectedData = 19; variable
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayStencilAttachments.cpp | 831 glw::GLubyte expectedData[] = { 0, 0, 0, 0 }; in readPixelsAndCompareWithExpectedResult() local
|
D | esextcTextureCubeMapArrayImageOperations.cpp | 141 STORAGE_TYPE storType, T* expectedData) in checkResults()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLayeredRenderingBoundaryCondition.cpp | 450 unsigned char expectedData[m_texture_components]; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorBufferTests.cpp | 978 …const auto expectedData = glslFormat(isNullDescriptor ? 0 : getExpectedData(params.hash, sb.se… in glslOutputVerification() local 1155 …const auto expectedData = glslFormat(getExpectedData(params.hash, imageBinding.set, imageBindin… in glslOutputVerification() local 1198 …const auto expectedData = glslFormat(getExpectedData(params.hash, imageBinding.set, imageBinding.… in glslOutputVerification() local 3940 deUint32 expectedData; in initializeBinding() local 3978 …const deUint32 expectedData = getExpectedData(m_params.hash, setIndex, binding.binding, arr… in initializeBinding() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
D | vktBindingDescriptorBufferTests.cpp | 978 …const auto expectedData = glslFormat(isNullDescriptor ? 0 : getExpectedData(params.hash, sb.se… in glslOutputVerification() local 1155 …const auto expectedData = glslFormat(getExpectedData(params.hash, imageBinding.set, imageBindin… in glslOutputVerification() local 1198 …const auto expectedData = glslFormat(getExpectedData(params.hash, imageBinding.set, imageBinding.… in glslOutputVerification() local 3940 deUint32 expectedData; in initializeBinding() local 3978 …const deUint32 expectedData = getExpectedData(m_params.hash, setIndex, binding.binding, arr… in initializeBinding() local
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
D | WireMemoryTransferServiceTests.cpp | 280 uint32_t expectedData) { in ExpectServerWriteHandleDeserializeDataUpdate()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
D | TransliteratorTest.java | 3726 String expectedData; field in TransliteratorTest.NormTranslitTask 3729 NormTranslitTask(Transliterator translit, String testData, String expectedData) { in NormTranslitTask()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | TransliteratorTest.java | 3726 String expectedData; field in TransliteratorTest.NormTranslitTask 3729 NormTranslitTask(Transliterator translit, String testData, String expectedData) { in NormTranslitTask()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationCrossInstanceSharingTests.cpp | 1226 std::ostringstream expectedData; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktSynchronizationCrossInstanceSharingTests.cpp | 1226 std::ostringstream expectedData; in iterate() local
|