Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DTextureTest.cpp15097 GLuint texDataUpd2[] = {0, 0, 0, colUpd2.R, colUpd2.G, colUpd2.B}; // second texel(1) colUpd2 in TestInt() local
15099 glMapBufferRange(GL_TEXTURE_BUFFER, byteOffset, sizeof(texDataUpd2), GL_MAP_WRITE_BIT); in TestInt()
15100 memcpy(mappedBuffer, texDataUpd2, sizeof(texDataUpd2)); in TestInt()
15165 GLfloat texDataUpd2[6]{}; in TEST_P() local
15166 texDataUpd2[3] = colUpd2.R; in TEST_P()
15167 texDataUpd2[4] = colUpd2.G; in TEST_P()
15168 texDataUpd2[5] = colUpd2.B; in TEST_P()
15170 glMapBufferRange(GL_TEXTURE_BUFFER, 0, sizeof(texDataUpd2), GL_MAP_WRITE_BIT); in TEST_P()
15171 memcpy(mappedBuffer, texDataUpd2, sizeof(texDataUpd2)); in TEST_P()