Searched refs:t16 (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 94 uint16_t t16[] = { in main() local 121 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16); in main() 125 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16); in main() 129 4, 4, 0, GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE, t16); in main()
|
/frameworks/native/opengl/tests/textures/ |
D | textures.cpp | 84 uint16_t t16[] = { in main() local 108 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16); in main() 111 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16); in main()
|
/frameworks/native/opengl/tests/linetex/ |
D | linetex.cpp | 81 const uint16_t t16[64] = { 0xFFFF, 0, 0xF800, 0, 0x07E0, 0, 0x001F, 0 }; in main() local 95 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16); in main()
|