Searched refs:create (Results 176 - 200 of 1081) sorted by relevance

1234567891011>>

/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DRsBrickedBitMask.java24 * create bricked binary representation of the non transparent voxels
61 mBrick_allocation = Allocation.createTyped(state.mRs, b.create(), Allocation.USAGE_SCRIPT);
74 Allocation tmp = Allocation.createTyped(state.mRs, b.create(), Allocation.USAGE_SCRIPT);
87 return Allocation.createTyped(rs, b.create(), Allocation.USAGE_SCRIPT);
95 return Allocation.createTyped(rs, b.create(), Allocation.USAGE_SCRIPT);
/frameworks/rs/tests/lldb/cpp/KernelVariables/
H A DKernelVariables.cpp32 auto t = tb.create();
50 sp<Allocation> int_allocation2 = Allocation::createTyped(rs, typeI32Builder2D.create());
64 sp<Allocation> int_allocation3 = Allocation::createTyped(rs, typeI32Builder3D.create());
73 sp<Allocation> yuv_allocation = Allocation::createTyped(rs, yuvTypeBuilder.create());
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/
H A DMainActivity.java54 mRS = RenderScript.create(this,
77 Allocation int_allocation2 = Allocation.createTyped(mRS, typeI32Builder2D.create());
94 Allocation int_allocation3 = Allocation.createTyped(mRS, typeI32Builder3D.create());
102 Allocation yuv_allocation = Allocation.createTyped(mRS, yuvTypeBuilder.create());
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
H A Djnikernelvariables.cpp41 auto t = tb.create();
59 sp<Allocation> int_allocation2 = Allocation::createTyped(rs, typeI32Builder2D.create());
73 sp<Allocation> int_allocation3 = Allocation::createTyped(rs, typeI32Builder3D.create());
82 sp<Allocation> yuv_allocation = Allocation::createTyped(rs, yuvTypeBuilder.create());
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DDirectStatementRetriever.java71 public static Result create(List<Statement> statements, Long expireMillis) { method in class:DirectStatementRetriever.Result
146 return Result.create(statements, DO_NOT_CACHE_RESULT);
154 return Result.create(statements, DO_NOT_CACHE_RESULT);
160 return Result.create(statements, DO_NOT_CACHE_RESULT);
172 return Result.create(statements, webContent.getExpireTimeMillis());
174 return Result.create(statements, DO_NOT_CACHE_RESULT);
194 AndroidAppAsset actualSource = AndroidAppAsset.create(asset.getPackageName(), certFps);
207 return Result.create(statements, DO_NOT_CACHE_RESULT);
210 return Result.create(Collections.<Statement>emptyList(), DO_NOT_CACHE_RESULT);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DSampler.java119 rs.mSampler_CLAMP_NEAREST = b.create();
139 rs.mSampler_CLAMP_LINEAR = b.create();
159 rs.mSampler_CLAMP_LINEAR_MIP_LINEAR = b.create();
179 rs.mSampler_WRAP_NEAREST = b.create();
199 rs.mSampler_WRAP_LINEAR = b.create();
219 rs.mSampler_WRAP_LINEAR_MIP_LINEAR = b.create();
239 rs.mSampler_MIRRORED_REPEAT_NEAREST = b.create();
259 rs.mSampler_MIRRORED_REPEAT_LINEAR = b.create();
330 public Sampler create() { method in class:Sampler.Builder
/frameworks/base/apct-tests/perftests/utils/
H A DAndroid.mk9 # The name of the jar file to create
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DGLTextureSource.java61 addOutputPort("frame", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
78 FrameFormat outputFormat = ImageFormat.create(mWidth, mHeight,
H A DGLTextureTarget.java42 addMaskedInputPort("frame", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
50 FrameFormat format = ImageFormat.create(input.getFormat().getWidth(),
/frameworks/base/services/core/java/com/android/server/am/
H A DUnsupportedDisplaySizeDialog.java46 .create();
49 mDialog.create();
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DGridLayoutTest.java30 public ViewGroup create(Context context) { method in class:GridLayoutTest
44 View v = create(context, VERTICAL_NAMES[i] + "-" + HORIZONTAL_NAMES[j], 20);
H A DLayoutInsetsTest.java19 public static View create(Context context) { method in class:LayoutInsetsTest
57 setContentView(create(this));
/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DRtpStream.java71 mLocalPort = create(address.getHostAddress());
75 private native int create(String address) throws SocketException; method in class:RtpStream
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_apitest.java32 RenderScript pRS = RenderScript.create(mCtx);
45 Type type = typeBuilder.create();
H A DUT_array_alloc.java32 RenderScript pRS = RenderScript.create(mCtx);
39 Type T = typeBuilder.setX(1).create();
H A DUT_foreach.java39 A = Allocation.createTyped(RS, typeBuilder.create());
46 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_foreach_bounds.java39 A = Allocation.createTyped(RS, typeBuilder.create());
54 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_noroot.java39 A = Allocation.createTyped(RS, typeBuilder.create());
46 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_refcount.java36 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
41 RenderScript pRS = RenderScript.create(mCtx);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_apitest.java32 RenderScript pRS = RenderScript.create(mCtx);
45 Type type = typeBuilder.create();
H A DUT_array_alloc.java32 RenderScript pRS = RenderScript.create(mCtx);
39 Type T = typeBuilder.setX(1).create();
H A DUT_foreach.java39 A = Allocation.createTyped(RS, typeBuilder.create());
46 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_foreach_bounds.java39 A = Allocation.createTyped(RS, typeBuilder.create());
54 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_noroot.java39 A = Allocation.createTyped(RS, typeBuilder.create());
46 RenderScript pRS = RenderScript.create(mCtx);
H A DUT_refcount.java36 Allocation A = Allocation.createTyped(RS, typeBuilder.create());
41 RenderScript pRS = RenderScript.create(mCtx);

Completed in 2374 milliseconds

1234567891011>>