Searched refs:ctx (Results 76 - 100 of 156) sorted by relevance

1234567

/frameworks/rs/java/tests/RsTest_14/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);
H A DUT_refcount.java26 protected UT_refcount(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Refcount", ctx);
H A DUT_alloc.java26 protected UT_alloc(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Alloc", ctx);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorUtils.cpp299 AVCCodecSpecificContext ctx; local
322 nextStartCode = parseParamSet(&ctx, tmp + 4, bytesLeft - 4, type,
332 nextStartCode = parseParamSet(&ctx, tmp + 4, bytesLeft - 4, type,
351 size_t nSeqParamSets = ctx.mSeqParamSets.size();
365 size_t nPicParamSets = ctx.mPicParamSets.size();
381 header[1] = ctx.mProfileIdc; // profile indication
382 header[2] = ctx.mProfileCompatible; // profile compatibility
383 header[3] = ctx.mLevelIdc;
396 int nSequenceParamSets = ctx.mSeqParamSets.size();
399 for (List<AVCParamSet>::iterator it = ctx
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScriptGL.java176 * @param ctx The context.
179 public RenderScriptGL(Context ctx, SurfaceConfig sc) { argument
180 super(ctx);
183 int sdkVersion = ctx.getApplicationInfo().targetSdkVersion;
188 int dpi = ctx.getResources().getDisplayMetrics().densityDpi;
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup.h33 CpuScriptGroupImpl(RsdCpuReferenceImpl *ctx, const ScriptGroup *sg);
H A DrsCpuIntrinsic3DLUT.cpp36 RsdCpuScriptIntrinsic3DLUT(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e);
168 RsdCpuScriptIntrinsic3DLUT::RsdCpuScriptIntrinsic3DLUT(RsdCpuReferenceImpl *ctx, argument
170 : RsdCpuScriptIntrinsic(ctx, s, e, RS_SCRIPT_INTRINSIC_ID_3DLUT) {
187 RsdCpuScriptImpl * rsdIntrinsic_3DLUT(RsdCpuReferenceImpl *ctx, argument
190 return new RsdCpuScriptIntrinsic3DLUT(ctx, s, e);
H A DrsCpuIntrinsicYuvToRGB.cpp44 RsdCpuScriptIntrinsicYuvToRGB(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e);
209 RsdCpuReferenceImpl *ctx, const Script *s, const Element *e)
210 : RsdCpuScriptIntrinsic(ctx, s, e, RS_SCRIPT_INTRINSIC_ID_YUV_TO_RGB) {
227 RsdCpuScriptImpl * rsdIntrinsic_YuvToRGB(RsdCpuReferenceImpl *ctx, argument
229 return new RsdCpuScriptIntrinsicYuvToRGB(ctx, s, e);
208 RsdCpuScriptIntrinsicYuvToRGB( RsdCpuReferenceImpl *ctx, const Script *s, const Element *e) argument
H A DrsCpuIntrinsic.cpp23 RsdCpuScriptIntrinsic::RsdCpuScriptIntrinsic(RsdCpuReferenceImpl *ctx, const Script *s, argument
25 : RsdCpuScriptImpl(ctx, s) {
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DObscureSpeechDelegate.java78 final Context ctx = host.getContext();
81 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);
H A DUT_bug_char.java28 protected UT_bug_char(RSTestCore rstc, Resources res, Context ctx) { argument
29 super(rstc, "Bug Char", ctx);
H A DUT_element.java68 protected UT_element(RSTestCore rstc, Resources res, Context ctx) { argument
69 super(rstc, "Element", ctx);
/frameworks/rs/java/tests/RsTest/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);
H A DUT_bug_char.java28 protected UT_bug_char(RSTestCore rstc, Resources res, Context ctx) { argument
29 super(rstc, "Bug Char", ctx);
H A DUT_foreach_bounds.java27 protected UT_foreach_bounds(RSTestCore rstc, Resources res, Context ctx) { argument
28 super(rstc, "ForEach (bounds)", ctx);
H A DUT_mesh.java29 protected UT_mesh(RSTestCore rstc, Resources res, Context ctx) { argument
30 super(rstc, "Mesh", ctx);
H A DUT_program_raster.java31 protected UT_program_raster(RSTestCore rstc, Resources res, Context ctx) { argument
32 super(rstc, "ProgramRaster", ctx);
/frameworks/base/core/java/android/net/
H A DProxy.java93 * @param ctx A Context used to get the settings for the proxy host.
100 public static final java.net.Proxy getProxy(Context ctx, String url) { argument
109 sConnectivityManager = (ConnectivityManager)ctx.getSystemService(
128 * @param ctx A Context used to get the settings for the proxy host.
135 public static final String getHost(Context ctx) { argument
136 java.net.Proxy proxy = getProxy(ctx, null);
147 * @param ctx A Context used to get the settings for the proxy port.
152 public static final int getPort(Context ctx) { argument
153 java.net.Proxy proxy = getProxy(ctx, null);
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec24 EGLBoolean eglDestroyContext ( EGLDisplay dpy, EGLContext ctx )
25 EGLBoolean eglMakeCurrent ( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx )
29 EGLBoolean eglQueryContext ( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value )
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp662 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) argument
670 ContextRef _c(dp.get(), ctx);
674 egl_context_t * const c = get_context(ctx);
683 EGLSurface read, EGLContext ctx)
690 // If ctx is not EGL_NO_CONTEXT, read is not EGL_NO_SURFACE, or draw is not
693 if ( (ctx != EGL_NO_CONTEXT) || (read != EGL_NO_SURFACE) ||
699 ContextRef _c(dp.get(), ctx);
704 if ((ctx != EGL_NO_CONTEXT) && !_c.get()) {
722 if (ctx != EGL_NO_CONTEXT) {
723 c = get_context(ctx);
682 eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) argument
781 eglQueryContext( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) argument
805 EGLContext ctx = getContext(); local
816 EGLContext ctx = getContext(); local
836 EGLContext ctx = getContext(); local
1062 EGLContext ctx = egl_tls_t::getContext(); local
1074 EGLContext ctx = egl_tls_t::getContext(); local
1373 eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) argument
[all...]
/frameworks/base/services/java/com/android/server/location/
H A DLocationBasedCountryDetector.java66 public LocationBasedCountryDetector(Context ctx) { argument
67 super(ctx);
68 mLocationManager = (LocationManager) ctx.getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/core/java/android/app/
H A DAlarmManager.java109 AlarmManager(IAlarmManager service, Context ctx) { argument
112 final int sdkVersion = ctx.getApplicationInfo().targetSdkVersion;

Completed in 815 milliseconds

1234567