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

/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/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.cpp1237 ssize_t formatIdx = block.indexOfAttribute(NULL, "format"); local
1238 if (formatIdx >= 0) {
1240 formatIdx, &len));
1357 ssize_t formatIdx = block.indexOfAttribute(NULL, "format"); local
1358 if (formatIdx >= 0) {
1360 formatIdx, &len));

Completed in 431 milliseconds