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.cpp179 int th = 1 << (31 - __builtin_clz(h)); local
181 if (th < h) th <<= 1;
185 if (tw != w || th != h) {
186 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tw, th, 0, GL_RGBA,
191 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tw, th, 0, GL_RGBA,
197 if (tw != w || th != h) {
198 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
203 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
/frameworks/native/opengl/libagl/
H A Dtexture.cpp808 const GLuint th = textureObject->surface.height; local
809 if ((uint32_t(s0+x+w) > tw) || (uint32_t(t0+y+h) > th)) {

Completed in 75 milliseconds