Home
last modified time | relevance | path

Searched refs:loops (Results 1 – 11 of 11) sorted by relevance

/frameworks/rs/
DrsPath.cpp28 Allocation *vtx, Allocation *loops, float quality) in Path() argument
36 rsc->mHal.funcs.path.initStatic(rsc, this, vtx, loops); in Path()
74 RsAllocation vtx, RsAllocation loops, float quality) { in rsi_PathCreate() argument
75 return new Path(rsc, pp, isStatic, (Allocation *)vtx, (Allocation *)loops, quality); in rsi_PathCreate()
Drsg.spec83 param RsAllocation loops
Drs_hal.h284 …l (*initStatic)(const Context *rsc, const Path *m, const Allocation *vtx, const Allocation *loops);
/frameworks/rs/driver/
DrsdPath.cpp53 DrvPathStatic(const Allocation *vtx, const Allocation *loops);
73 const Allocation *vtx, const Allocation *loops) { in rsdPathInitStatic() argument
77 DrvPathStatic *dps = new DrvPathStatic(vtx, loops); in rsdPathInitStatic()
112 DrvPathStatic::DrvPathStatic(const Allocation *vtx, const Allocation *loops) { in DrvPathStatic() argument
DrsdPath.h26 const android::renderscript::Allocation *loops);
/frameworks/base/rs/java/android/renderscript/
DPath.java72 …h createStaticPath(RenderScript rs, Primitive p, float quality, Allocation vtx, Allocation loops) { in createStaticPath() argument
80 … createDynamicPath(RenderScript rs, Primitive p, float quality, Allocation vtx, Allocation loops) { in createDynamicPath() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyUtilsTest.java72 int loops = 10; in testRetryManagerSimplest() local
74 for (int i = 0; i < loops; i++) { in testRetryManagerSimplest()
82 assertFalse(count == loops); in testRetryManagerSimplest()
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
DRsBenchRS.java57 public void init(RenderScriptGL rs, Resources res, int width, int height, int loops) { in init() argument
63 mLoops = loops; in init()
/frameworks/base/docs/html/guide/components/
Dactivities.jd427 methods, you can monitor three nested loops in the activity lifecycle: </p>
461 <p>Figure 1 illustrates these loops and the paths an activity might take between states.
Dservices.jd772 <p>By implementing these methods, you can monitor two nested loops of the service's lifecycle: </p>
/frameworks/base/docs/html/training/articles/
Dsmp.jd1610 code executes these loops a million or so times, and then runs through afterward