Lines Matching defs:renderscript

17 package android.support.v8.renderscript;
30 android.renderscript.Allocation mN;
33 android.renderscript.Allocation getNObj() {
37 static android.renderscript.Allocation.MipmapControl
42 return android.renderscript.Allocation.MipmapControl.MIPMAP_NONE;
44 return android.renderscript.Allocation.MipmapControl.MIPMAP_FULL;
46 return android.renderscript.Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE;
62 } catch (android.renderscript.RSRuntimeException e) {
70 } catch (android.renderscript.RSRuntimeException e) {
75 AllocationThunker(RenderScript rs, Type t, int usage, android.renderscript.Allocation na) {
86 } catch (android.renderscript.RSRuntimeException e) {
94 } catch (android.renderscript.RSRuntimeException e) {
102 } catch (android.renderscript.RSRuntimeException e) {
111 android.renderscript.BaseObj[] dN = new android.renderscript.BaseObj[d.length];
117 } catch (android.renderscript.RSRuntimeException e) {
125 } catch (android.renderscript.RSRuntimeException e) {
132 } catch (android.renderscript.RSRuntimeException e) {
139 } catch (android.renderscript.RSRuntimeException e) {
146 } catch (android.renderscript.RSRuntimeException e) {
154 } catch (android.renderscript.RSRuntimeException e) {
161 } catch (android.renderscript.RSRuntimeException e) {
168 } catch (android.renderscript.RSRuntimeException e) {
175 } catch (android.renderscript.RSRuntimeException e) {
182 } catch (android.renderscript.RSRuntimeException e) {
190 } catch (android.renderscript.RSRuntimeException e) {
202 android.renderscript.FieldPacker nfp =
203 new android.renderscript.FieldPacker(fp_length);
208 } catch (android.renderscript.RSRuntimeException e) {
218 android.renderscript.FieldPacker nfp =
219 new android.renderscript.FieldPacker(fp_length);
224 } catch (android.renderscript.RSRuntimeException e) {
232 } catch (android.renderscript.RSRuntimeException e) {
240 } catch (android.renderscript.RSRuntimeException e) {
247 } catch (android.renderscript.RSRuntimeException e) {
254 } catch (android.renderscript.RSRuntimeException e) {
261 } catch (android.renderscript.RSRuntimeException e) {
269 } catch (android.renderscript.RSRuntimeException e) {
276 } catch (android.renderscript.RSRuntimeException e) {
283 } catch (android.renderscript.RSRuntimeException e) {
290 } catch (android.renderscript.RSRuntimeException e) {
299 } catch (android.renderscript.RSRuntimeException e) {
307 } catch (android.renderscript.RSRuntimeException e) {
314 } catch (android.renderscript.RSRuntimeException e) {
321 } catch (android.renderscript.RSRuntimeException e) {
328 } catch (android.renderscript.RSRuntimeException e) {
338 } catch (android.renderscript.RSRuntimeException e) {
345 } catch (android.renderscript.RSRuntimeException e) {
354 } catch (android.renderscript.RSRuntimeException e) {
361 } catch (android.renderscript.RSRuntimeException e) {
368 } catch (android.renderscript.RSRuntimeException e) {
375 } catch (android.renderscript.RSRuntimeException e) {
382 } catch (android.renderscript.RSRuntimeException e) {
399 android.renderscript.Allocation a =
400 android.renderscript.Allocation.createTyped(rst.mN, tt.mN,
404 } catch (android.renderscript.RSRuntimeException e) {
415 android.renderscript.Allocation a =
416 android.renderscript.Allocation.createFromBitmap(rst.mN, b,
422 } catch (android.renderscript.RSRuntimeException e) {
432 android.renderscript.Allocation a =
433 android.renderscript.Allocation.createCubemapFromBitmap(
437 } catch (android.renderscript.RSRuntimeException e) {
453 android.renderscript.Allocation a =
454 android.renderscript.Allocation.createCubemapFromCubeFaces(
459 } catch (android.renderscript.RSRuntimeException e) {
472 android.renderscript.Allocation a =
473 android.renderscript.Allocation.createFromBitmapResource(
477 } catch (android.renderscript.RSRuntimeException e) {
487 android.renderscript.Allocation a =
488 android.renderscript.Allocation.createFromString(
492 } catch (android.renderscript.RSRuntimeException e) {
502 android.renderscript.Allocation a =
503 android.renderscript.Allocation.createSized
504 (rst.mN, (android.renderscript.Element)e.getNObj(), count, usage);
507 } catch (android.renderscript.RSRuntimeException exc) {