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

/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp568 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat)); local
570 = &hwcTestGraphicFormat[formatIdx];
/frameworks/native/opengl/libagl/
H A Dtexture.cpp360 const int32_t formatIdx = convertGLPixelFormat(format, type); local
361 if (formatIdx == 0) { // we don't know what to do with this
366 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
376 width, height, stride, formatIdx, compressedFormat, bpr);
387 width, height, stride, formatIdx, compressedFormat, bpr);
1187 const int32_t formatIdx = convertGLPixelFormat(format, type);
1188 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
1198 userSurface.format = formatIdx;
1265 const int32_t formatIdx = convertGLPixelFormat(format, type);
1266 if (formatIdx
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1335 ssize_t formatIdx = block.indexOfAttribute(NULL, "format"); local
1336 if (formatIdx >= 0) {
1338 formatIdx, &len));
1462 ssize_t formatIdx = block.indexOfAttribute(NULL, "format"); local
1463 if (formatIdx >= 0) {
1465 formatIdx, &len));

Completed in 91 milliseconds