Searched refs:t16 (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp84 uint16_t t16[] = {
108 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
111 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16);
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp81 const uint16_t t16[64] = { 0xFFFF, 0, 0xF800, 0, 0x07E0, 0, 0x001F, 0 }; local
93 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp94 uint16_t t16[] = {
121 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
125 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16);
129 4, 4, 0, GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE, t16);

Completed in 561 milliseconds