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

  /dalvik/vm/
LinearAlloc.cpp 628 int zstart = 0; local
635 if (zstart < i-1)
636 printf(" %d-%d: zero\n", zstart, i-1);
637 else if (zstart == i-1)
638 printf(" %d: zero\n", zstart);
639 zstart = i+1;
643 if (zstart < i)
644 printf(" %d-%d: zero\n", zstart, i-1);
  /frameworks/base/graphics/java/android/renderscript/
Script.java 176 mRS.nScriptForEachClipped(getID(mRS), slot, in_id, out_id, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend);
354 private int zstart = 0; field in class:Script.LaunchOptions
407 zstart = zstartArg;
451 return zstart;
RenderScript.java 600 int xstart, int xend, int ystart, int yend, int zstart, int zend);
602 int xstart, int xend, int ystart, int yend, int zstart, int zend);
613 int xstart, int xend, int ystart, int yend, int zstart, int zend) {
616 rsnScriptForEachClipped(mContext, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend);
618 rsnScriptForEachClipped(mContext, id, slot, ain, aout, params, xstart, xend, ystart, yend, zstart, zend);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Script.java 288 mRS.nScriptForEachClipped(getID(mRS), slot, in_id, out_id, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend);
476 private int zstart = 0; field in class:Script.LaunchOptions
529 zstart = zstartArg;
573 return zstart;
RenderScript.java 463 int xstart, int xend, int ystart, int yend, int zstart, int zend);
465 int xstart, int xend, int ystart, int yend, int zstart, int zend);
476 int xstart, int xend, int ystart, int yend, int zstart, int zend) {
479 rsnScriptForEachClipped(mContext, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend);
481 rsnScriptForEachClipped(mContext, id, slot, ain, aout, params, xstart, xend, ystart, yend, zstart, zend);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 470 int zstart; local
474 zstart = strlen(path);
477 while(path[++zstart] != 0) {
478 if (path[zstart] == '/') {
479 path[zstart] = '-';
  /external/icu4c/tools/tzcode/
zdump.c 470 int zstart; local
474 zstart = strlen(path);
477 while(path[++zstart] != 0) {
478 if (path[zstart] == '/') {
479 path[zstart] = '-';
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 805 jint ystart, jint yend, jint zstart, jint zend)
813 sc.zStart = zstart;
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 1365 milliseconds