Searched defs:loops (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/libbcc/tests/data/src/
H A Diops.c3 void loops() { function
21 loops();
/frameworks/base/graphics/java/android/renderscript/
H A DPath.java75 public static Path createStaticPath(RenderScript rs, Primitive p, float quality, Allocation vtx, Allocation loops) { argument
83 public static Path createDynamicPath(RenderScript rs, Primitive p, float quality, Allocation vtx, Allocation loops) { argument
/frameworks/rs/
H A DrsPath.cpp28 Allocation *vtx, Allocation *loops, float quality)
36 rsc->mHal.funcs.path.initStatic(rsc, this, vtx, loops);
74 RsAllocation vtx, RsAllocation loops, float quality) {
75 return new Path(rsc, pp, isStatic, (Allocation *)vtx, (Allocation *)loops, quality);
27 Path(Context *rsc, RsPathPrimitive pp, bool isStatic, Allocation *vtx, Allocation *loops, float quality) argument
73 rsi_PathCreate(Context *rsc, RsPathPrimitive pp, bool isStatic, RsAllocation vtx, RsAllocation loops, float quality) argument
/frameworks/rs/driver/
H A DrsdPath.cpp53 DrvPathStatic(const Allocation *vtx, const Allocation *loops);
73 const Allocation *vtx, const Allocation *loops) {
77 DrvPathStatic *dps = new DrvPathStatic(vtx, loops);
112 DrvPathStatic::DrvPathStatic(const Allocation *vtx, const Allocation *loops) { argument
72 rsdPathInitStatic(const Context *rsc, const Path *m, const Allocation *vtx, const Allocation *loops) argument
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java57 public void init(RenderScriptGL rs, Resources res, int width, int height, int loops) { argument
63 mLoops = loops;

Completed in 146 milliseconds