Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DTextureTest.cpp2174 std::vector<GLubyte> topLeftQuadrantData(kTexWidth * kTexHeight * kBpp, 128); in TEST_P() local
2177 GL_UNSIGNED_BYTE, topLeftQuadrantData.data()); in TEST_P()