Home
last modified time | relevance | path

Searched defs:kInitialData (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DBufferDataTest.cpp912 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local
1136 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::green, GLColor::blue, in TEST_P() local
DVulkanPerformanceCounterTest.cpp183 GLColor kInitialData[4] = {GLColor::red, GLColor::blue, GLColor::green, GLColor::yellow}; in TEST_P() local
314 GLColor kInitialData[4] = {GLColor::red, GLColor::blue, GLColor::green, GLColor::yellow}; in TEST_P() local
3067 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local
DReadPixelsTest.cpp502 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local
DClearTest.cpp2473 const std::vector<GLColor> kInitialData(kSize * kSize, GLColor::red); in TEST_P() local
DShaderStorageBufferTest.cpp460 constexpr unsigned int kInitialData = 123u; in TEST_P() local
DTextureTest.cpp9305 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local
9936 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local
10009 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local
DTransformFeedbackTest.cpp509 const std::array<uint32_t, 12> kInitialData = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; in TEST_P() local
DUniformBufferTest.cpp793 const std::array<uint32_t, 4> kInitialData = {100, 200, 300, 400}; in TEST_P() local
DComputeShaderTest.cpp772 const std::array<uint32_t, 4> kInitialData = {1, 2, 3, 4}; in TEST_P() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DBufferZeroInitTests.cpp527 constexpr std::array<uint8_t, kBufferSize> kInitialData = { in TEST_P() local
608 const std::array<uint8_t, kBufferSize> kInitialData = { in TEST_P() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DShaderStorageBufferTest.cpp339 constexpr unsigned int kInitialData = 123u; in TEST_P() local