Home
last modified time | relevance | path

Searched refs:mG1 (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DScriptGroupTest.java282 ScriptC_group1 mG1 = new ScriptC_group1(mRS); in testScriptGroupSharedGlobal() local
285 mG1.set_aSharedInt(aSharedInt); in testScriptGroupSharedGlobal()
296 b.addKernel(mG1.getKernelID_setSharedInt()); in testScriptGroupSharedGlobal()
302 b.addConnection(u32, mG1.getKernelID_setSharedInt(), mG2.getKernelID_getSharedInt()); in testScriptGroupSharedGlobal()