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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 72 float *pos0 = v0->data[pos]; local
77 const float dx = fabsf(pos0[0] - pos2[0]);
78 const float dy = fabsf(pos0[1] - pos2[1]);
94 pos0[1] = pos0[1] - half_width - bias;
99 if (pos0[0] < pos2[0]) {
101 pos0[0] -= 0.5f;
108 pos0[0] += 0.5f;
117 pos0[0] = pos0[0] - half_width + bias
    [all...]
draw_pipe_stipple.c 126 const float *pos0 = v0->data[pos]; local
131 float x0 = pos0[0];
133 float y0 = pos0[1];
draw_pipe_wide_point.c 137 float *pos0 = v0->data[pos]; local
156 pos0[0] += left_adj;
157 pos0[1] += top_adj;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 72 float *pos0 = v0->data[pos]; local
77 const float dx = fabsf(pos0[0] - pos2[0]);
78 const float dy = fabsf(pos0[1] - pos2[1]);
94 pos0[1] = pos0[1] - half_width - bias;
99 if (pos0[0] < pos2[0]) {
101 pos0[0] -= 0.5f;
108 pos0[0] += 0.5f;
117 pos0[0] = pos0[0] - half_width + bias
    [all...]
draw_pipe_stipple.c 126 const float *pos0 = v0->data[pos]; local
131 float x0 = pos0[0];
133 float y0 = pos0[1];
draw_pipe_wide_point.c 137 float *pos0 = v0->data[pos]; local
156 pos0[0] += left_adj;
157 pos0[1] += top_adj;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aifc.py 48 pos0 = f.tell()
49 self.assertEqual(pos0, 0)
56 f.setpos(pos0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aifc.py 48 pos0 = f.tell()
49 self.assertEqual(pos0, 0)
56 f.setpos(pos0)
  /external/ltrace/
dict.c 220 size_t pos0 = -1; local
230 if (pos0 == (size_t)-1 && bitp(dict, pos)->erased)
231 pos0 = pos;
236 if (pos0 != (size_t)-1)
248 if (!*foundp && pos0 != (size_t)-1)
249 pos = pos0;
  /external/chromium_org/third_party/skia/src/views/
SkTouchGesture.cpp 184 static SkScalar center(float pos0, float pos1) {
185 return (pos0 + pos1) * 0.5f;
  /external/skia/src/views/
SkTouchGesture.cpp 184 static SkScalar center(float pos0, float pos1) {
185 return (pos0 + pos1) * 0.5f;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.c 370 int pos0 = find_output_by_semantic(&shader->info.base, local
374 if (pos0 != -1 && outputs[pos0][2]) {
375 z = LLVMBuildLoad(builder, outputs[pos0][2], "output.z");
609 int pos0 = find_output_by_semantic(&shader->info.base, local
613 if (pos0 != -1 && outputs[pos0][2]) {
614 z = LLVMBuildLoad(builder, outputs[pos0][2], "output.z");
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 370 int pos0 = find_output_by_semantic(&shader->info.base, local
374 if (pos0 != -1 && outputs[pos0][2]) {
375 z = LLVMBuildLoad(builder, outputs[pos0][2], "output.z");
609 int pos0 = find_output_by_semantic(&shader->info.base, local
613 if (pos0 != -1 && outputs[pos0][2]) {
614 z = LLVMBuildLoad(builder, outputs[pos0][2], "output.z");
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]

Completed in 5989 milliseconds