Home
last modified time | relevance | path

Searched defs:kBufferInitValue (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/gl_tests/
DStateChangeTest.cpp4588 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
DShaderStorageBufferTest.cpp2850 constexpr std::array<float, 4> kBufferInitValue = {1.0f, 0.0f, 1.0f, 1.0f}; in TEST_P() local