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

  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_save.c 73 array = &arrays[VERT_ATTRIB_FF(i)];
vbo_exec_array.c 370 arrayObj->VertexAttrib[VERT_ATTRIB_FF(i)].Enabled,
420 if (vertexAttrib[VERT_ATTRIB_FF(i)].Enabled)
421 inputs[i] = &vertexAttrib[VERT_ATTRIB_FF(i)];
452 else if (vertexAttrib[VERT_ATTRIB_FF(i)].Enabled)
453 inputs[i] = &vertexAttrib[VERT_ATTRIB_FF(i)];
487 if (vertexAttrib[VERT_ATTRIB_FF(i)].Enabled)
488 inputs[i] = &vertexAttrib[VERT_ATTRIB_FF(i)];
    [all...]
vbo_exec_api.c     [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_save.c 73 array = &arrays[VERT_ATTRIB_FF(i)];
vbo_exec_array.c 370 arrayObj->VertexAttrib[VERT_ATTRIB_FF(i)].Enabled,
420 if (vertexAttrib[VERT_ATTRIB_FF(i)].Enabled)
421 inputs[i] = &vertexAttrib[VERT_ATTRIB_FF(i)];
452 else if (vertexAttrib[VERT_ATTRIB_FF(i)].Enabled)
453 inputs[i] = &vertexAttrib[VERT_ATTRIB_FF(i)];
487 if (vertexAttrib[VERT_ATTRIB_FF(i)].Enabled)
488 inputs[i] = &vertexAttrib[VERT_ATTRIB_FF(i)];
    [all...]
vbo_exec_api.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h 141 * VERT_ATTRIB_FF
146 * Is a subset of VERT_ATTRIB_FF.
149 * Is a subset of VERT_ATTRIB_FF.
154 #define VERT_ATTRIB_FF(i) (VERT_ATTRIB_POS + (i))
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 141 * VERT_ATTRIB_FF
146 * Is a subset of VERT_ATTRIB_FF.
149 * Is a subset of VERT_ATTRIB_FF.
154 #define VERT_ATTRIB_FF(i) (VERT_ATTRIB_POS + (i))
    [all...]

Completed in 209 milliseconds