Home
last modified time | relevance | path

Searched defs:loops (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/tests/data/src/
Diops.c3 void loops() { in loops() function
/frameworks/rs/
DrsPath.cpp28 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/
DTelephonyUtilsTest.java72 int loops = 10; in testRetryManagerSimplest() local
/frameworks/base/graphics/java/android/renderscript/
DPath.java75 …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/
DrsdPath.cpp73 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/
DRsBenchRS.java57 public void init(RenderScriptGL rs, Resources res, int width, int height, int loops) { in init()