HomeSort by relevance Sort by last modified time
    Searched full: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/opencv3/modules/videoio/src/
cap_mjpeg_encoder.cpp 535 size_t pospos = AVIChunkSizeIndex.back(); local
537 int chunksz = (int)(currpos - (pospos + 4));
538 strm.patchInt(chunksz, pospos);
    [all...]

Completed in 233 milliseconds