Home
last modified time | relevance | path

Searched refs:size_match (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_exa.c796 size_match( int width, int tex_width ) in size_match() function
860 !size_match(width, priv->tex->width0) || in ExaModifyPixmapHeader()
861 !size_match(height, priv->tex->height0) || in ExaModifyPixmapHeader()
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_cp.py1772 size_match = re.search(r'(\d+)\s+.*', stdout)
1773 self.assertIsNotNone(size_match, 'Could not get object size')
1774 self.assertEqual(len(size_match.groups()), 1,
1776 return long(size_match.group(1))