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

/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp567 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat)); local
569 = &hwcTestGraphicFormat[formatIdx];
/frameworks/native/opengl/libagl/
H A Dtexture.cpp371 const int32_t formatIdx = convertGLPixelFormat(format, type); local
372 if (formatIdx == 0) { // we don't know what to do with this
377 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
387 width, height, stride, formatIdx, compressedFormat, bpr);
398 width, height, stride, formatIdx, compressedFormat, bpr);
1198 const int32_t formatIdx = convertGLPixelFormat(format, type);
1199 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
1210 userSurface.format = formatIdx;
1277 const int32_t formatIdx = convertGLPixelFormat(format, type);
1278 if (formatIdx
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1302 ssize_t formatIdx = block.indexOfAttribute(NULL, "format"); local
1303 if (formatIdx >= 0) {
1305 formatIdx, &len));
1426 ssize_t formatIdx = block.indexOfAttribute(NULL, "format"); local
1427 if (formatIdx >= 0) {
1429 formatIdx, &len));

Completed in 847 milliseconds