HomeSort by relevance Sort by last modified time
    Searched defs:thunkSetVar (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptCThunker.java 120 void thunkSetVar(int index, float v) {
123 void thunkSetVar(int index, double v) {
126 void thunkSetVar(int index, int v) {
129 void thunkSetVar(int index, long v) {
132 void thunkSetVar(int index, boolean v) {
136 void thunkSetVar(int index, BaseObj o) {
143 void thunkSetVar(int index, FieldPacker v) {
149 void thunkSetVar(int index, FieldPacker v, Element e, int[] dims) {
Script.java 303 mT.thunkSetVar(index, v);
318 mT.thunkSetVar(index, v);
333 mT.thunkSetVar(index, v);
348 mT.thunkSetVar(index, v);
363 mT.thunkSetVar(index, v);
378 mT.thunkSetVar(index, o);
393 mT.thunkSetVar(index, v);
410 mT.thunkSetVar(index, v, e, dims);
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 30 milliseconds