Searched refs:ctx (Results 126 - 150 of 266) sorted by relevance

1234567891011

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_kernel2d_oldstyle.java29 protected UT_kernel2d_oldstyle(RSTestCore rstc, Resources res, Context ctx) { argument
30 super(rstc, "Kernel 2d (old style)", ctx);
H A DUT_kernel3d.java29 protected UT_kernel3d(RSTestCore rstc, Resources res, Context ctx) { argument
30 super(rstc, "Kernel 3d (pass-by-value)", ctx);
H A DUT_kernel_struct.java29 protected UT_kernel_struct(RSTestCore rstc, Resources res, Context ctx) { argument
30 super(rstc, "Kernels (struct pass-by-value)", ctx);
H A DUT_noroot.java27 protected UT_noroot(RSTestCore rstc, Resources res, Context ctx) { argument
28 super(rstc, "ForEach (no root)", ctx);
H A DUT_primitives.java26 protected UT_primitives(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Primitives", ctx);
H A DUT_refcount.java26 protected UT_refcount(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Refcount", ctx);
H A DUT_struct.java26 protected UT_struct(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Struct", ctx);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DUT_primitives.java26 protected UT_primitives(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Primitives", ctx);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DUT_foreach.java27 protected UT_foreach(RSTestCore rstc, Resources res, Context ctx) { argument
28 super(rstc, "ForEach", ctx);
H A DUT_primitives.java26 protected UT_primitives(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Primitives", ctx);
H A DUT_refcount.java26 protected UT_refcount(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Refcount", ctx);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DUT_foreach.java27 protected UT_foreach(RSTestCore rstc, Resources res, Context ctx) { argument
28 super(rstc, "ForEach", ctx);
H A DUT_primitives.java26 protected UT_primitives(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Primitives", ctx);
H A DUT_refcount.java26 protected UT_refcount(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Refcount", ctx);
/frameworks/base/libs/hwui/tests/
H A Dnullegl.cpp122 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) { argument
123 free(ctx);
128 EGLSurface read, EGLContext ctx) {
131 state->context = ctx;
151 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) { argument
127 eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskView.java269 void startEnterRecentsAnimation(final ViewAnimation.TaskViewEnterContext ctx) { argument
270 final TaskViewTransform transform = ctx.currentTaskTransform;
284 ctx.postAnimationTrigger.decrementOnAnimationEnd());
291 ctx.postAnimationTrigger.decrementOnAnimationEnd());
293 ctx.postAnimationTrigger.increment();
300 if (ctx.currentTaskOccludesLaunchTarget) {
313 ctx.postAnimationTrigger.decrement();
317 ctx.postAnimationTrigger.increment();
324 int frontIndex = (ctx.currentStackViewCount - ctx
375 startExitToHomeAnimation(ViewAnimation.TaskViewExitContext ctx) argument
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_ImageWriter.cpp254 sp<JNIImageWriterContext> ctx(new JNIImageWriterContext(env, weakThiz, clazz));
257 ctx->setProducer(producer);
263 producer->connect(/*api*/NATIVE_WINDOW_API_CAMERA, /*listener*/ctx);
264 jlong nativeCtx = reinterpret_cast<jlong>(ctx.get());
274 ctx->setBufferWidth(width);
281 ctx->setBufferHeight(height);
288 ctx->setBufferFormat(format);
321 if (ctx != 0) {
322 ctx->incStrong((void*)ImageWriter_init);
329 JNIImageWriterContext* const ctx local
369 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx); local
404 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx); local
433 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx); local
499 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx); local
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScriptGL.java169 * @param ctx The context.
172 public RenderScriptGL(Context ctx, SurfaceConfig sc) { argument
173 super(ctx);
176 int sdkVersion = ctx.getApplicationInfo().targetSdkVersion;
181 int dpi = ctx.getResources().getDisplayMetrics().densityDpi;
/frameworks/base/services/core/java/com/android/server/notification/
H A DPackagePriorityExtractor.java27 public void initialize(Context ctx, NotificationUsageStats usageStats) { argument
H A DPackageVisibilityExtractor.java27 public void initialize(Context ctx, NotificationUsageStats usageStats) { argument
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup.h33 CpuScriptGroupImpl(RsdCpuReferenceImpl *ctx, const ScriptGroupBase *sg);
/frameworks/base/core/java/android/provider/
H A DSearchIndexableData.java133 * @param ctx the Context
135 public SearchIndexableData(Context ctx) { argument
137 context = ctx;
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DObscureSpeechDelegate.java79 final Context ctx = host.getContext();
82 ctx.getString(R.string.keyboard_password_character_no_headset));
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_alloc.java26 protected UT_alloc(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Alloc", ctx);
H A DUT_array_init.java26 protected UT_array_init(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Array Init", ctx);

Completed in 470 milliseconds

1234567891011