Home
last modified time | relevance | path

Searched refs:kUboData2 (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/tests/gl_tests/
DStateChangeTest.cpp6731 constexpr GLuint kUboData2 = 0x87654321u; in TEST_P() local
6732 glBufferSubData(GL_UNIFORM_BUFFER, 0, sizeof(kUboData2), &kUboData2); in TEST_P()
6736 glUniform1ui(expectLoc, kUboData2); in TEST_P()