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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 563 uint posPos = aaline->pos_slot;
565 float dx = header->v[1]->data[posPos][0] - header->v[0]->data[posPos][0];
566 float dy = header->v[1]->data[posPos][1] - header->v[0]->data[posPos][1];
593 pos = v[0]->data[posPos];
597 pos = v[1]->data[posPos];
601 pos = v[2]->data[posPos];
605 pos = v[3]->data[posPos];
609 pos = v[4]->data[posPos];
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
HeightField.java 88 private final int posPos;
130 this.posPos = attributes.getOffset(Usage.Position, -1);
302 if (posPos >= 0) {
303 vertices[index + posPos + 0] = info.position.x;
304 vertices[index + posPos + 1] = info.position.y;
305 vertices[index + posPos + 2] = info.position.z;

Completed in 1668 milliseconds