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

/frameworks/native/opengl/libagl/
H A Dtexture.cpp364 const int32_t formatIdx = convertGLPixelFormat(format, type); local
365 if (formatIdx == 0) { // we don't know what to do with this
370 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
380 width, height, stride, formatIdx, compressedFormat, bpr);
391 width, height, stride, formatIdx, compressedFormat, bpr);
1191 const int32_t formatIdx = convertGLPixelFormat(format, type);
1192 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
1203 userSurface.format = formatIdx;
1270 const int32_t formatIdx = convertGLPixelFormat(format, type);
1271 if (formatIdx
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp568 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat)); local
570 = &hwcTestGraphicFormat[formatIdx];
/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 174 milliseconds