Searched defs:loops (Results 1 – 6 of 6) sorted by relevance
/frameworks/compile/libbcc/tests/data/src/ |
D | iops.c | 3 void loops() { in loops() function
|
/frameworks/rs/ |
D | rsPath.cpp | 28 Allocation *vtx, Allocation *loops, float quality) in Path() 74 RsAllocation vtx, RsAllocation loops, float quality) { in rsi_PathCreate()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyUtilsTest.java | 72 int loops = 10; in testRetryManagerSimplest() local
|
/frameworks/base/graphics/java/android/renderscript/ |
D | Path.java | 75 …h createStaticPath(RenderScript rs, Primitive p, float quality, Allocation vtx, Allocation loops) { in createStaticPath() 83 … createDynamicPath(RenderScript rs, Primitive p, float quality, Allocation vtx, Allocation loops) { in createDynamicPath()
|
/frameworks/rs/driver/ |
D | rsdPath.cpp | 73 const Allocation *vtx, const Allocation *loops) { in rsdPathInitStatic() 112 DrvPathStatic::DrvPathStatic(const Allocation *vtx, const Allocation *loops) { in DrvPathStatic()
|
/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()
|