Searched defs:th (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A Daccessorychat.c90 pthread_t th; local
139 pthread_create(&th, NULL, read_thread, (void *)ep1->bEndpointAddress);
140 pthread_create(&th, NULL, write_thread, (void *)ep2->bEndpointAddress);
142 pthread_create(&th, NULL, read_thread, (void *)ep2->bEndpointAddress);
143 pthread_create(&th, NULL, write_thread, (void *)ep1->bEndpointAddress);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp174 int th = 1 << (31 - __builtin_clz(h)); local
176 if (th < h) th <<= 1;
180 if (tw != w || th != h) {
181 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tw, th, 0, GL_RGBA,
186 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tw, th, 0, GL_RGBA,
192 if (tw != w || th != h) {
193 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
198 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
/frameworks/base/opengl/libagl/
H A Dtexture.cpp809 const GLuint th = textureObject->surface.height; local
810 if ((uint32_t(s0+x+w) > tw) || (uint32_t(t0+y+h) > th)) {

Completed in 106 milliseconds