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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
MenuExecutor.java 179 boolean supportInfo = (supported & MediaObject.SUPPORT_INFO) != 0;
196 setMenuItemVisible(menu, R.id.action_details, supportInfo);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer11.cpp 273 MultisampleSupportInfo supportInfo;
277 result = mDevice->CheckMultisampleQualityLevels(format, j, &supportInfo.qualityLevels[j - 1]);
278 if (SUCCEEDED(result) && supportInfo.qualityLevels[j - 1] > 0)
284 supportInfo.qualityLevels[j - 1] = 0;
288 mMultisampleSupportMap.insert(std::make_pair(format, supportInfo));
    [all...]

Completed in 966 milliseconds