Searched refs:loops (Results 1 – 11 of 11) sorted by relevance
/frameworks/rs/ |
D | rsPath.cpp | 28 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()
|
D | rsg.spec | 83 param RsAllocation loops
|
D | rs_hal.h | 284 …l (*initStatic)(const Context *rsc, const Path *m, const Allocation *vtx, const Allocation *loops);
|
/frameworks/rs/driver/ |
D | rsdPath.cpp | 53 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
|
D | rsdPath.h | 26 const android::renderscript::Allocation *loops);
|
/frameworks/base/rs/java/android/renderscript/ |
D | Path.java | 72 …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/ |
D | TelephonyUtilsTest.java | 72 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/ |
D | RsBenchRS.java | 57 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/ |
D | activities.jd | 427 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.
|
D | services.jd | 772 <p>By implementing these methods, you can monitor two nested loops of the service's lifecycle: </p>
|
/frameworks/base/docs/html/training/articles/ |
D | smp.jd | 1610 code executes these loops a million or so times, and then runs through afterward
|