| /external/angle/src/tests/gl_tests/ |
| D | VulkanPerformanceCounterTest.cpp | 516 GLColor kInitialData[4] = {GLColor::red, GLColor::blue, GLColor::green, GLColor::yellow}; in TEST_P() local 578 std::vector<GLColor> kInitialData(texDim * texDim, GLColor::green); in TEST_P() local 718 GLColor kInitialData[4] = {GLColor::red, GLColor::blue, GLColor::green, GLColor::yellow}; in TEST_P() local 4102 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local
|
| D | BufferDataTest.cpp | 1067 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local 1344 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::green, GLColor::blue, in TEST_P() local
|
| D | ReadPixelsTest.cpp | 502 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local
|
| D | ClearTest.cpp | 2679 const std::vector<GLColor> kInitialData(kSize * kSize, GLColor::red); in TEST_P() local
|
| D | ShaderStorageBufferTest.cpp | 460 constexpr unsigned int kInitialData = 123u; in TEST_P() local
|
| D | TextureTest.cpp | 9543 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local 10174 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local 10247 const std::array<GLColor, 4> kInitialData = {GLColor::red, GLColor::red, GLColor::red, in TEST_P() local
|
| D | UniformBufferTest.cpp | 793 const std::array<uint32_t, 4> kInitialData = {100, 200, 300, 400}; in TEST_P() local
|
| D | TransformFeedbackTest.cpp | 509 const std::array<uint32_t, 12> kInitialData = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; in TEST_P() local
|
| D | ComputeShaderTest.cpp | 772 const std::array<uint32_t, 4> kInitialData = {1, 2, 3, 4}; in TEST_P() local
|