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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_stipple.c 31 const int col0 = quad->input.x0 % 32; local
38 if ((stipple0 & (bit31 >> col0)) == 0)
41 if ((stipple0 & (bit30 >> col0)) == 0)
44 if ((stipple1 & (bit31 >> col0)) == 0)
47 if ((stipple1 & (bit30 >> col0)) == 0)
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_stipple.c 31 const int col0 = quad->input.x0 % 32; local
38 if ((stipple0 & (bit31 >> col0)) == 0)
41 if ((stipple0 & (bit30 >> col0)) == 0)
44 if ((stipple1 & (bit31 >> col0)) == 0)
47 if ((stipple1 & (bit30 >> col0)) == 0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 93 col0 = 'coolness factor'
100 {col0: pickle.dumps(8, 1), col1: 'no', col2: 'Penguin'},
101 {col0: pickle.dumps(-1, 1), col1: 'no', col2: 'Turkey'},
102 {col0: pickle.dumps(9, 1), col1: 'yes', col2: 'SR-71A Blackbird'}
106 {col0: pickle.dumps(8, 1).decode("iso8859-1"),
108 {col0: pickle.dumps(-1, 1).decode("iso8859-1"),
110 {col0: pickle.dumps(9, 1).decode("iso8859-1"),
118 self.tdb.CreateTable(tabname, [col0, col1, col2])
125 conditions={col0: lambda x: pickle.loads(x) >= 8})
128 conditions={col0: lambda x
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 93 col0 = 'coolness factor'
100 {col0: pickle.dumps(8, 1), col1: 'no', col2: 'Penguin'},
101 {col0: pickle.dumps(-1, 1), col1: 'no', col2: 'Turkey'},
102 {col0: pickle.dumps(9, 1), col1: 'yes', col2: 'SR-71A Blackbird'}
106 {col0: pickle.dumps(8, 1).decode("iso8859-1"),
108 {col0: pickle.dumps(-1, 1).decode("iso8859-1"),
110 {col0: pickle.dumps(9, 1).decode("iso8859-1"),
118 self.tdb.CreateTable(tabname, [col0, col1, col2])
125 conditions={col0: lambda x: pickle.loads(x) >= 8})
128 conditions={col0: lambda x
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
popup.js 19 var col0 = document.createElement('td');
25 col0.appendChild(checkbox);
31 row.appendChild(col0);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderDDS.java 58 int col0 = RGB565.RGB565_to_ARGB8(data.getShort()); local
60 colors[0].fromARGB8(col0);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_fxt1.c 1560 GLuint col0[4]; local
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c 1560 GLuint col0[4]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 321 GLfloat (*col0)[4] = span->array->attribs[FRAG_ATTRIB_COL0];
330 col0[i][0] = UBYTE_TO_FLOAT(span->array->rgba8[i][0]);
331 col0[i][1] = UBYTE_TO_FLOAT(span->array->rgba8[i][1]);
332 col0[i][2] = UBYTE_TO_FLOAT(span->array->rgba8[i][2]);
333 col0[i][3] = UBYTE_TO_FLOAT(span->array->rgba8[i][3]);
345 ASSIGN_4V(col0[i], r, g, b, a);
358 col0[i][0] = r;
359 col0[i][1] = g;
360 col0[i][2] = b;
361 col0[i][3] = a
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 321 GLfloat (*col0)[4] = span->array->attribs[FRAG_ATTRIB_COL0];
330 col0[i][0] = UBYTE_TO_FLOAT(span->array->rgba8[i][0]);
331 col0[i][1] = UBYTE_TO_FLOAT(span->array->rgba8[i][1]);
332 col0[i][2] = UBYTE_TO_FLOAT(span->array->rgba8[i][2]);
333 col0[i][3] = UBYTE_TO_FLOAT(span->array->rgba8[i][3]);
345 ASSIGN_4V(col0[i], r, g, b, a);
358 col0[i][0] = r;
359 col0[i][1] = g;
360 col0[i][2] = b;
361 col0[i][3] = a
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 660 for type, value, (line0, col0), (line1, col1), line_text in tokens:
668 yield type, value, (line0, col0), (line1, col1), line_text
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 660 for type, value, (line0, col0), (line1, col1), line_text in tokens:
668 yield type, value, (line0, col0), (line1, col1), line_text

Completed in 477 milliseconds