Searched refs:t16 (Results 1 – 4 of 4) 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 102 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16); in main() 105 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()
|
/frameworks/compile/slang/lit-tests/bitcode_wrapper/ |
D | bitcode_wrapper_test.ll | 15 ; RUN: %llvm-rs-as -target-api 16 %s -o %t16 16 ; RUN: xxd -ps -l 4 %t16 | FileCheck %s
|