Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DShaderStorageBufferTest.cpp2744 constexpr std::array<GLuint, 2> kBufferInitData = {0x01234567u, 0x89ABCDEFu}; in TEST_P() local
2824 constexpr std::array<GLuint, 2> kBufferInitData = {0x01234567u, 0xFF00FF00u}; in TEST_P() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Drenderer_utils.cpp764 constexpr uint32_t kBufferInitData = 0; in getIncompleteTexture() local