Searched refs:kStoreBlockElementCount (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | ShaderStorageBufferTest.cpp | 2067 constexpr unsigned int kStoreBlockElementCount = 6; in TEST_P() local 2069 constexpr unsigned int kExpectedValues[kStoreBlockElementCount] = {3u, 1u, 2u, 3u, 4u, 5u}; in TEST_P() 2075 glBufferData(GL_SHADER_STORAGE_BUFFER, kStoreBlockElementCount * kBytesPerComponent, nullptr, in TEST_P() 2086 glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, kStoreBlockElementCount * kBytesPerComponent, in TEST_P() 2088 for (unsigned int i = 0; i < kStoreBlockElementCount; i++) in TEST_P() 2133 constexpr unsigned int kStoreBlockElementCount = 6; in TEST_P() local 2135 constexpr unsigned int kExpectedValues[kStoreBlockElementCount] = {3u, 1u, 2u, 3u, 4u, 5u}; in TEST_P() 2141 glBufferData(GL_SHADER_STORAGE_BUFFER, kStoreBlockElementCount * kBytesPerComponent, nullptr, in TEST_P() 2152 glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, kStoreBlockElementCount * kBytesPerComponent, in TEST_P() 2154 for (unsigned int i = 0; i < kStoreBlockElementCount; i++) in TEST_P()
|