Searched refs:data2DArray1 (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | TextureTest.cpp | 15461 const GLfloat data2DArray1[1] = {0.75}; in TEST_P() local 15472 glTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 0, 1, 1, 1, 1, GL_RED, GL_FLOAT, data2DArray1); in TEST_P()
|