HomeSort by relevance Sort by last modified time
    Searched refs:t16 (Results 1 - 3 of 3) sorted by null

  /frameworks/base/opengl/tests/textures/
textures.cpp 83 uint16_t t16[] = {
107 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
110 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16);
  /frameworks/base/opengl/tests/linetex/
linetex.cpp 82 const uint16_t t16[64] = { 0xFFFF, 0, 0xF800, 0, 0x07E0, 0, 0x001F, 0 }; local
94 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
  /frameworks/base/opengl/tests/filter/
filter.cpp 92 uint16_t t16[] = {
119 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
123 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16);
127 4, 4, 0, GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE, t16);

Completed in 633 milliseconds