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

/frameworks/base/opengl/libagl/
H A Dtexture.cpp206 int32_t ti = -1; local
215 case GL_UNSIGNED_BYTE: ti = 0; break;
216 case GL_UNSIGNED_SHORT_5_6_5: ti = 1; break;
217 case GL_UNSIGNED_SHORT_4_4_4_4: ti = 2; break;
218 case GL_UNSIGNED_SHORT_5_5_5_1: ti = 3; break;
220 if (fi==-1 || ti==-1)
222 return gl2format_table[fi][ti];
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2183 size_t ti; local
2184 for (ti=0; ti<N; ti++) {
2185 sp<Type> t = p->getOrderedTypes().itemAt(ti);
2213 for (ti=0; ti<N; ti++) {
2214 sp<Type> t = p->getOrderedTypes().itemAt(ti);
2224 t->setIndex(ti
2277 size_t ti; local
[all...]
/frameworks/base/libs/utils/
H A DResourceTypes.cpp1557 const type_info& ti = pi->types[t]; local
1558 TABLE_THEME(LOGI("Desired entry index is %ld in avail %d", e, ti.numEntries));
1559 if (e < ti.numEntries) {
1560 const theme_entry& te = ti.entries[e];
1620 type_info& ti = pi->types[j]; local
1621 if (ti.numEntries == 0) continue;
1624 for (size_t k=0; k<ti.numEntries; k++) {
1625 theme_entry& te = ti.entries[k];
2490 const ssize_t ti = group->basePackage->typeStrings.indexOfString(type, typeLen); local
2491 if (ti <
[all...]

Completed in 57 milliseconds