Searched defs:kBufferInitValue (Results 1 – 2 of 2) sorted by relevance
| /external/angle/src/tests/gl_tests/ |
| D | StateChangeTest.cpp | 4588 constexpr std::array<float, 4> kBufferInitValue = {0.125f, 0.25f, 0.5f, 1.0f}; in TEST_P() local 4693 constexpr std::array<float, 4> kBufferInitValue = {0.125f, 0.25f, 0.5f, 1.0f}; in TEST_P() local 4802 constexpr std::array<float, 4> kBufferInitValue = {0.125f, 0.25f, 0.5f, 1.0f}; in TEST_P() local 4913 constexpr std::array<float, 4> kBufferInitValue = {0.123f, 0.456f, 0.789f, 0.852f}; in TEST_P() local 4994 constexpr std::array<float, 4> kBufferInitValue = {0.123f, 0.456f, 0.789f, 0.852f}; in TEST_P() local
|
| D | ShaderStorageBufferTest.cpp | 2850 constexpr std::array<float, 4> kBufferInitValue = {1.0f, 0.0f, 1.0f, 1.0f}; in TEST_P() local
|