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

  /frameworks/base/opengl/libagl/
texture.cpp 372 const int32_t formatIdx = convertGLPixelFormat(format, type);
373 if (formatIdx == 0) { // we don't know what to do with this
378 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
388 width, height, stride, formatIdx, compressedFormat, bpr);
399 width, height, stride, formatIdx, compressedFormat, bpr);
    [all...]
  /frameworks/base/opengl/tests/hwc/
hwcStress.cpp 567 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat));
569 = &hwcTestGraphicFormat[formatIdx];
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]

Completed in 95 milliseconds