Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DScriptGroupTest.java283 ScriptC_group2 mG2 = new ScriptC_group2(mRS); in testScriptGroupSharedGlobal() local
286 mG2.set_aSharedInt(aSharedInt); in testScriptGroupSharedGlobal()
287 mG2.set_aFailed(aFailed); in testScriptGroupSharedGlobal()
298 b.addKernel(mG2.getKernelID_getSharedInt()); in testScriptGroupSharedGlobal()
302 b.addConnection(u32, mG1.getKernelID_setSharedInt(), mG2.getKernelID_getSharedInt()); in testScriptGroupSharedGlobal()
306 mG2.invoke_verify(); in testScriptGroupSharedGlobal()