Home
last modified time | relevance | path

Searched defs:gs (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DGlobalSync.java29 protected void setupGlobalSync(RenderScript mRS, ScriptC_global_sync gs, int v) { in setupGlobalSync()
61 ScriptC_global_sync gs = new ScriptC_global_sync(mRS); in testKIGlobalSync() local
82 ScriptC_global_sync gs = new ScriptC_global_sync(mRS); in testKIStaticGlobalSync() local
103 ScriptC_global_sync gs = new ScriptC_global_sync(mRS); in testIKGlobalSync() local
124 ScriptC_global_sync gs = new ScriptC_global_sync(mRS); in testIKStaticGlobalSync() local
DVoidPtr.java30 protected void setupVoidPtr(RenderScript mRS, ScriptC_void_ptr gs) { in setupVoidPtr()
63 ScriptC_void_ptr gs = new ScriptC_void_ptr(mRS); in testVoidOutInt() local
91 ScriptC_void_ptr gs = new ScriptC_void_ptr(mRS); in testVoidOutChar() local
120 ScriptC_void_ptr gs = new ScriptC_void_ptr(mRS); in testVoidInInt() local
151 ScriptC_void_ptr gs = new ScriptC_void_ptr(mRS); in testVoidInChar() local