Home
last modified time | relevance | path

Searched defs:kExpectedData (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DBufferZeroInitTests.cpp475 constexpr std::array<uint32_t, kBufferSize / sizeof(uint32_t)> kExpectedData = { in TEST_P() local
533 constexpr std::array<uint32_t, kBufferSize / sizeof(uint32_t)> kExpectedData = {{0, 0, 0, 0}}; in TEST_P() local
752 constexpr std::array<uint32_t, kBufferSize / sizeof(uint32_t)> kExpectedData = {{0, 0, 0, 0}}; in TEST_P() local
785 constexpr std::array<uint32_t, kBufferSize / sizeof(uint32_t)> kExpectedData = {{0, 0, 0, 0}}; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DMemoryBarrierTest.cpp1376 const std::array<uint32_t, 4> kExpectedData = { in pixelBufferBitBufferWriteThenPack() local
1771 const std::array<float, 4> kExpectedData = {-1.0, -1.0, 0.0, 1.0}; in transformFeedbackBitBufferWriteThenCapture() local
1936 constexpr std::array<uint32_t, 4> kExpectedData = {11, 21, 31, 41}; in atomicCounterBitBufferWriteThenAtomic() local
2521 const std::array<float, 4> kExpectedData = { in textureUpdateBitImageWriteThenCopy() local
2643 const std::array<float, 4> kExpectedData = { in framebufferBitImageWriteThenDraw() local
2719 constexpr std::array<uint32_t, 4> kExpectedData = { in framebufferBitImageWriteThenReadPixels() local
2990 constexpr std::array<uint32_t, 4> kExpectedData = { in framebufferBitReadPixelsThenImageWrite() local
DShaderStorageBufferTest.cpp479 constexpr unsigned int kExpectedData = 124u; in TEST_P() local