HomeSort by relevance Sort by last modified time
    Searched defs:formatIdx (Results 1 - 4 of 4) sorted by null

  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 567 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat));
569 = &hwcTestGraphicFormat[formatIdx];
  /frameworks/native/opengl/libagl/
texture.cpp 371 const int32_t formatIdx = convertGLPixelFormat(format, type);
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);
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 363 unsigned int formatIdx = 0;
365 for (; formatIdx < numFormats; formatIdx++) {
366 if (format == (int)kAvailableFormats[formatIdx]) break;
368 if (formatIdx == numFormats) {
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]

Completed in 259 milliseconds