HomeSort by relevance Sort by last modified time
    Searched defs:py (Results 26 - 45 of 45) sorted by null

12

  /external/deqp/framework/common/
tcuTestLog.cpp 237 int py = (w + d + h) - (x + y + z + 1); local
243 Vec4 p = blendImageAccess.getPixel(px, py);
247 blendImageAccess.setPixel(b, px, py);
268 int py = (w + d + h) - (x + y + z + 1); local
269 Vec4 s = blendImageAccess.getPixel(px, py)*pixelScale + pixelBias;
271 logImageAccess.setPixel(s, px, py);
  /external/opencv/cv/src/
cvrotcalipers.cpp 323 float py = (A1 * C2 - A2 * C1) * idet; local
326 out[1] = py;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 593 unsigned py = bbox->y0 & 63 & ~3; local
604 assert(py + 4 <= TILE_SIZE);
608 lp_rast_arg_triangle_contained(tri, px, py) );
622 py = MIN2(py, TILE_SIZE - 16);
625 assert(py + 16 <= TILE_SIZE);
630 lp_rast_arg_triangle_contained(tri, px, py) );
636 py = MIN2(py, TILE_SIZE - 16);
639 assert(py + 16 <= TILE_SIZE)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_bitmap.c 268 GLint px, GLint py, GLsizei width, GLsizei height,
273 destBuffer += py * destStride + px;
697 int px = -999, py = -999; local
706 py = y - cache->ypos;
708 py < 0 || py + height > BITMAP_CACHE_HEIGHT ||
722 py = (BITMAP_CACHE_HEIGHT - height) / 2;
724 cache->ypos = y - py;
731 assert(py != -999);
745 unpack_bitmap(st, px, py, width, height, unpack, bitmap
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aaline.c 95 const GLfloat py = y1 - y0;
97 const GLfloat qx = -py;
100 const GLfloat a = py * qz - pz * qy;
102 const GLfloat c = px * qy - py * qx;
111 const GLfloat py = y1 - y0; local
114 const GLfloat b = pz * py;
115 const GLfloat c = px * px + py * py;
  /external/deqp/modules/egl/
teglPreservingSwapTests.cpp 257 const int py = height; local
260 const int y1i = (int)((py/2.0f) * y1 + oy);
263 const int y2i = (int)((py/2.0f) * y2 + oy);
304 const int py = target->getHeight(); local
307 const int y1i = (int)((py/2.0) * y1 + oy);
310 const int y2i = (int)((py/2.0) * y2 + oy);
524 const int py = height; local
527 const int y1i = (int)((py/2.0f) * postSwapY1 + oy);
530 const int y2i = (int)((py/2.0f) * postSwapY2 + oy);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 593 unsigned py = bbox->y0 & 63 & ~3; local
604 assert(py + 4 <= TILE_SIZE);
608 lp_rast_arg_triangle_contained(tri, px, py) );
622 py = MIN2(py, TILE_SIZE - 16);
625 assert(py + 16 <= TILE_SIZE);
630 lp_rast_arg_triangle_contained(tri, px, py) );
636 py = MIN2(py, TILE_SIZE - 16);
639 assert(py + 16 <= TILE_SIZE)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 268 GLint px, GLint py, GLsizei width, GLsizei height,
273 destBuffer += py * destStride + px;
697 int px = -999, py = -999; local
706 py = y - cache->ypos;
708 py < 0 || py + height > BITMAP_CACHE_HEIGHT ||
722 py = (BITMAP_CACHE_HEIGHT - height) / 2;
724 cache->ypos = y - py;
731 assert(py != -999);
745 unpack_bitmap(st, px, py, width, height, unpack, bitmap
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 95 const GLfloat py = y1 - y0;
97 const GLfloat qx = -py;
100 const GLfloat a = py * qz - pz * qy;
102 const GLfloat c = px * qy - py * qx;
111 const GLfloat py = y1 - y0; local
114 const GLfloat b = pz * py;
115 const GLfloat c = px * px + py * py;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 554 float py = (float) (vy * pd); local
557 mCanvas.drawCircle(x + px - cx, y + py - cy, 1.0f, paint);
  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
ResourceType.js 175 "py": "text/x-python",
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
path.c 364 VGfloat sx, sy, px, py, ox, oy; local
388 sx = sy = px = py = ox = oy = 0.f;
420 py = y0;
432 py = y0;
443 py = y0;
454 py = y0;
475 py = y2;
498 py = y1;
523 y1 = 2*oy-py;
528 py = y1
952 VGfloat px, py, ox, oy, sx, sy; member in struct:path_iter_data
1233 VGfloat sx, sy, px, py, ox, oy; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
path.c 364 VGfloat sx, sy, px, py, ox, oy; local
388 sx = sy = px = py = ox = oy = 0.f;
420 py = y0;
432 py = y0;
443 py = y0;
454 py = y0;
475 py = y2;
498 py = y1;
523 y1 = 2*oy-py;
528 py = y1
952 VGfloat px, py, ox, oy, sx, sy; member in struct:path_iter_data
1233 VGfloat sx, sy, px, py, ox, oy; local
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 514 for (int py = 0; py < dst.getHeight(); py++)
519 float wy = (float)py + 0.5f;
533 dst.setPixel(execSample(src, params, s, lod) * params.colorScale + params.colorBias, px, py); local
553 for (int py = 0; py < dst.getHeight(); py++)
558 float wy = (float)py + 0.5f;
573 dst.setPixel(execSample(src, params, s, t, lod) * params.colorScale + params.colorBias, px, py); local
680 dst.setPixel(execSample(src, params, coord.x(), coord.y(), coord.z(), lod) * params.colorScale + params.colorBias, px, py); local
922 dst.setPixel(execSample(src, params, coord.x(), coord.y(), coord.z(), coordQ, lod) * params.colorScale + params.colorBias, px, py); local
    [all...]
  /external/libmtp/src/
ptp-pack.c 1036 const MTPProperties *py = y; local
1038 return px->ObjectHandle - py->ObjectHandle;
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1391 milliseconds

12