OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pospos
(Results
1 - 3
of
3
) 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;
/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 113 milliseconds