Searched refs:ctx (Results 26 - 50 of 156) sorted by relevance

1234567

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_int4.java26 protected UT_int4(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "int4", ctx);
H A DUT_math.java26 protected UT_math(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Math", ctx);
H A DUT_math_conformance.java26 protected UT_math_conformance(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Math Conformance", ctx);
H A DUT_min.java26 protected UT_min(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Min (relaxed)", ctx);
H A DUT_rsdebug.java26 protected UT_rsdebug(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsDebug", ctx);
H A DUT_rstime.java26 protected UT_rstime(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsTime", ctx);
H A DUT_rstypes.java26 protected UT_rstypes(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsTypes", ctx);
H A DUT_static_globals.java26 protected UT_static_globals(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Static Globals", ctx);
H A DUT_unsigned.java26 protected UT_unsigned(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Unsigned", ctx);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DUT_fp_mad.java26 protected UT_fp_mad(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Fp_Mad", ctx);
H A DUT_math.java26 protected UT_math(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Math", ctx);
H A DUT_rsdebug.java26 protected UT_rsdebug(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsDebug", ctx);
H A DUT_rstime.java26 protected UT_rstime(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsTime", ctx);
H A DUT_rstypes.java26 protected UT_rstypes(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsTypes", ctx);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DUT_fp_mad.java26 protected UT_fp_mad(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Fp_Mad", ctx);
H A DUT_math.java26 protected UT_math(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Math", ctx);
H A DUT_rsdebug.java26 protected UT_rsdebug(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsDebug", ctx);
H A DUT_rstime.java26 protected UT_rstime(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsTime", ctx);
H A DUT_rstypes.java26 protected UT_rstypes(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "rsTypes", ctx);
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicLUT.cpp36 RsdCpuScriptIntrinsicLUT(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e);
81 RsdCpuScriptIntrinsicLUT::RsdCpuScriptIntrinsicLUT(RsdCpuReferenceImpl *ctx, argument
83 : RsdCpuScriptIntrinsic(ctx, s, e, RS_SCRIPT_INTRINSIC_ID_LUT) {
100 RsdCpuScriptImpl * rsdIntrinsic_LUT(RsdCpuReferenceImpl *ctx, argument
103 return new RsdCpuScriptIntrinsicLUT(ctx, s, e);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScriptThunker.java47 RenderScriptThunker(Context ctx) { argument
48 super(ctx);
52 public static RenderScript create(Context ctx, int sdkVersion) { argument
54 RenderScriptThunker rs = new RenderScriptThunker(ctx);
55 rs.mN = android.renderscript.RenderScript.create(ctx, sdkVersion);
/frameworks/base/core/tests/coretests/src/android/os/
H A DSELinuxTest.java14 String ctx = SELinux.getFileContext("/system/bin/toolbox");
15 assertEquals(ctx, "u:object_r:system_file:s0");
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_unsigned.java26 protected UT_unsigned(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Unsigned", ctx);
/frameworks/native/opengl/libs/EGL/
H A Degl_tls.cpp36 : error(EGL_SUCCESS), ctx(0), logCallWithNoContext(EGL_TRUE) {
135 void egl_tls_t::setContext(EGLContext ctx) { argument
137 getTLS()->ctx = ctx;
146 return tls->ctx;
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp208 JNIImageReaderContext *ctx; local
209 ctx = reinterpret_cast<JNIImageReaderContext *>
211 return ctx;
217 JNIImageReaderContext* const ctx = ImageReader_getContext(env, thiz); local
218 if (ctx == NULL) {
222 return ctx->getCpuConsumer();
228 JNIImageReaderContext* const ctx = ImageReader_getContext(env, thiz); local
229 if (ctx == NULL) {
233 return ctx->getBufferQueue();
237 jobject thiz, sp<JNIImageReaderContext> ctx)
236 ImageReader_setNativeContext(JNIEnv* env, jobject thiz, sp<JNIImageReaderContext> ctx) argument
657 JNIImageReaderContext* const ctx = ImageReader_getContext(env, thiz); local
674 JNIImageReaderContext* ctx = ImageReader_getContext(env, thiz); local
695 JNIImageReaderContext* ctx = ImageReader_getContext(env, thiz); local
[all...]

Completed in 280 milliseconds

1234567