Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DTextureTest.cpp15460 const GLfloat data2DArray0[1] = {0.25}; in TEST_P() local
15471 glTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 0, 0, 1, 1, 1, GL_RED, GL_FLOAT, data2DArray0); in TEST_P()