Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DDebugContext.java32 ScriptC_oob Soob; field in DebugContext
48 Soob = new ScriptC_oob(mRS); in setupDebugContext()
54 Soob.set_aInt(AInt); in setupDebugContext()
65 Soob.invoke_write_i(7, 1); // Write to invalid location. in testDebugContextI()
71 Soob.destroy(); in testDebugContextI()
84 Soob.forEach_write_k(AUnused); // Write to invalid location. in testDebugContextK()
90 Soob.destroy(); in testDebugContextK()
159 Soob.set_aIn1D(aIn); in SetupAllocationCopyTests()
160 Soob.set_aOut1D(aOut); in SetupAllocationCopyTests()
162 Soob.set_aIn2D(aIn); in SetupAllocationCopyTests()
[all …]