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

  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 568 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat));
570 = &hwcTestGraphicFormat[formatIdx];
  /hardware/libhardware/tests/camera2/
camera2.cpp 262 uint32_t formatIdx;
263 for (formatIdx=0; formatIdx < availableFormats.count; formatIdx++) {
264 if (availableFormats.data.i32[formatIdx] == format) break;
266 ASSERT_NE(availableFormats.count, 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 364 unsigned int formatIdx = 0;
366 for (; formatIdx < numFormats; formatIdx++) {
367 if (format == (int)kAvailableFormats[formatIdx]) break;
369 if (formatIdx == numFormats) {
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]

Completed in 278 milliseconds