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

  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 566 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat));
568 = &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...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]

Completed in 194 milliseconds