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

  /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);
351 private int ystart = 0; field in class:Script.LaunchOptions
389 ystart = ystartArg;
435 return ystart;
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);
473 private int ystart = 0; field in class:Script.LaunchOptions
511 ystart = ystartArg;
557 return ystart;
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/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 267 int ystart = jas_image_cmpttly( m_image, cmpt ); local
277 for( y = 0; y < yend - ystart; )
329 int ystart = jas_image_cmpttly( m_image, cmpt ); local
339 for( y = 0; y < yend - ystart; )
  /system/core/libpixelflinger/
trap.cpp 213 GGLcoord ystart = TRI_FROM_INT(t) - v[1] + TRI_HALF; local
221 ystart += TRI_FROM_INT(c->state.scissor.top-t);
239 GGLcoord y = ystart;
278 GGLcoord ystart = TRI_FROM_INT(t) - v[1] + TRI_HALF; local
286 ystart += TRI_FROM_INT(c->state.scissor.top-t);
311 GGLcoord y = ystart;
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 805 jint ystart, jint yend, jint zstart, jint zend)
811 sc.yStart = ystart;
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp     [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.c 1209 static void vgamem_fill_pl4(xstart,ystart,cols,nbcols,cheight,attr)
1210 Bit8u xstart;Bit8u ystart;Bit8u cols;Bit8u nbcols;Bit8u cheight;Bit8u attr;
1215 dest=ystart*cheight*nbcols+xstart;
1243 static void vgamem_fill_cga(xstart,ystart,cols,nbcols,cheight,attr)
1244 Bit8u xstart;Bit8u ystart;Bit8u cols;Bit8u nbcols;Bit8u cheight;Bit8u attr;
1249 dest=((ystart*cheight*nbcols)>>1)+xstart;
    [all...]
  /external/chromium_org/tools/telemetry/third_party/png/
png.py     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 1059 milliseconds