HomeSort by relevance Sort by last modified time
    Searched refs:rs_script (Results 1 - 25 of 25) sorted by null

  /frameworks/rs/scriptc/
rs_core.rsh 142 rsForEach(rs_script script, rs_allocation input,
149 rsForEach(rs_script script, rs_allocation input,
172 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
178 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
184 rsForEach(rs_script script, rs_allocation input, rs_allocation output);
rs_object.rsh 54 rsSetObject(rs_script *dst, rs_script src);
120 rsClearObject(rs_script *dst);
189 rsIsObject(rs_script);
rs_types.rsh 162 RS_BASE_OBJ rs_script;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_core.rsh 140 rsForEach(rs_script script, rs_allocation input,
147 rsForEach(rs_script script, rs_allocation input,
170 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
176 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
182 rsForEach(rs_script script, rs_allocation input, rs_allocation output);
rs_object.rsh 54 rsSetObject(rs_script *dst, rs_script src);
117 rsClearObject(rs_script *dst);
183 rsIsObject(rs_script);
rs_types.rsh 146 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_script;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_core.rsh 140 rsForEach(rs_script script, rs_allocation input,
147 rsForEach(rs_script script, rs_allocation input,
170 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
176 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
182 rsForEach(rs_script script, rs_allocation input, rs_allocation output);
rs_object.rsh 54 rsSetObject(rs_script *dst, rs_script src);
117 rsClearObject(rs_script *dst);
183 rsIsObject(rs_script);
rs_types.rsh 146 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_script;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_core.rsh 140 rsForEach(rs_script script, rs_allocation input,
147 rsForEach(rs_script script, rs_allocation input,
170 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
176 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
182 rsForEach(rs_script script, rs_allocation input, rs_allocation output);
rs_object.rsh 54 rsSetObject(rs_script *dst, rs_script src);
117 rsClearObject(rs_script *dst);
183 rsIsObject(rs_script);
rs_types.rsh 146 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_script;
  /prebuilts/sdk/renderscript/include/
rs_core.rsh 142 rsForEach(rs_script script, rs_allocation input,
149 rsForEach(rs_script script, rs_allocation input,
172 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
178 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
184 rsForEach(rs_script script, rs_allocation input, rs_allocation output);
rs_object.rsh 54 rsSetObject(rs_script *dst, rs_script src);
120 rsClearObject(rs_script *dst);
189 rsIsObject(rs_script);
rs_types.rsh 162 RS_BASE_OBJ rs_script;
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_core.rsh 142 rsForEach(rs_script script, rs_allocation input,
149 rsForEach(rs_script script, rs_allocation input,
172 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
178 rsForEach(rs_script script, rs_allocation input, rs_allocation output,
184 rsForEach(rs_script script, rs_allocation input, rs_allocation output);
rs_object.rsh 54 rsSetObject(rs_script *dst, rs_script src);
120 rsClearObject(rs_script *dst);
189 rsIsObject(rs_script);
rs_types.rsh 162 RS_BASE_OBJ rs_script;
  /frameworks/rs/tests/cppbasic/
mono.rs 49 rs_script script;
  /frameworks/rs/tests/cppbasic-shared/
mono.rs 49 rs_script script;
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 83 OPAQUETYPE(rs_script)
561 static void SC_ForEach_SAA(android::renderscript::rs_script target,
568 static void SC_ForEach_SAA(android::renderscript::rs_script *target,
577 static void SC_ForEach_SAAU(android::renderscript::rs_script target,
585 static void SC_ForEach_SAAU(android::renderscript::rs_script *target,
595 static void SC_ForEach_SAAUS(android::renderscript::rs_script target,
604 static void SC_ForEach_SAAUS(android::renderscript::rs_script *target,
615 static void SC_ForEach_SAAUL(android::renderscript::rs_script target,
624 static void SC_ForEach_SAAUL(android::renderscript::rs_script *target,
635 static void SC_ForEach_SAAULS(android::renderscript::rs_script target
    [all...]
rsdBcc.h 103 android::renderscript::rs_script *obj);
rsdBcc.cpp 165 rs_script *obj)
  /frameworks/rs/
rs_hal.h 70 RS_BASE_OBJ(Script) rs_script; member in namespace:android::renderscript
161 void (*updateCachedObject)(const Context *rsc, const Script *, rs_script *obj);
rsScript.cpp 99 rsc->mHal.funcs.script.updateCachedObject(rsc, this, (rs_script *)dstObj);

Completed in 63 milliseconds