Searched refs:ctx (Results 176 - 200 of 266) sorted by relevance

1234567891011

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_script_group2_gatherscatter.java33 protected UT_script_group2_gatherscatter(RSTestCore rstc, Resources res, Context ctx) { argument
34 super(rstc, TAG, ctx);
H A DUT_script_group2_nochain.java31 protected UT_script_group2_nochain(RSTestCore rstc, Resources res, Context ctx) { argument
32 super(rstc, TAG, ctx);
H A DUT_copy_test.java28 protected UT_copy_test(RSTestCore rstc, Resources res, Context ctx) { argument
29 super(rstc, "Copy", ctx);
H A DUT_sampler.java32 protected UT_sampler(RSTestCore rstc, Resources res, Context ctx) { argument
33 super(rstc, "Sampler", ctx);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp696 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) argument
704 ContextRef _c(dp.get(), ctx);
708 egl_context_t * const c = get_context(ctx);
717 EGLSurface read, EGLContext ctx)
724 // If ctx is not EGL_NO_CONTEXT, read is not EGL_NO_SURFACE, or draw is not
727 if ( (ctx != EGL_NO_CONTEXT) || (read != EGL_NO_SURFACE) ||
733 ContextRef _c(dp.get(), ctx);
738 if ((ctx != EGL_NO_CONTEXT) && !_c.get()) {
756 if (ctx != EGL_NO_CONTEXT) {
757 c = get_context(ctx);
716 eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) argument
815 eglQueryContext( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) argument
839 EGLContext ctx = getContext(); local
850 EGLContext ctx = getContext(); local
870 EGLContext ctx = getContext(); local
1100 EGLContext ctx = egl_tls_t::getContext(); local
1112 EGLContext ctx = egl_tls_t::getContext(); local
1442 eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) argument
[all...]
H A Degl_display.h89 EGLSurface draw, EGLSurface read, EGLContext ctx,
255 EGLBoolean validate_display_context(EGLDisplay dpy, EGLContext ctx);
/frameworks/native/opengl/libagl/
H A Degl.cpp131 static inline egl_context_t* context(EGLContext ctx) { argument
132 ogles_context_t* const gl = static_cast<ogles_context_t*>(ctx);
149 EGLContext ctx; member in struct:android::egl_surface_t
177 : magic(MAGIC), dpy(dpy), config(config), ctx(0), zombie(false)
1609 if (surface->ctx) {
1702 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) argument
1706 egl_context_t* c = egl_context_t::context(ctx);
1709 ogles_uninit((ogles_context_t*)ctx);
1714 EGLSurface read, EGLContext ctx)
1737 if ((read == EGL_NO_SURFACE && draw == EGL_NO_SURFACE) && (ctx !
1713 eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) argument
1841 EGLContext ctx = (EGLContext)getGlThreadSpecific(); local
1857 EGLContext ctx = (EGLContext)getGlThreadSpecific(); local
1863 eglQueryContext( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) argument
2054 eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint* ) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DPreviewInflater.java140 public static boolean wouldLaunchResolverActivity(Context ctx, Intent intent, argument
142 return getTargetActivityInfo(ctx, intent, currentUserId) == null;
149 public static ActivityInfo getTargetActivityInfo(Context ctx, Intent intent, argument
151 PackageManager packageManager = ctx.getPackageManager();
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationIntrusivenessExtractor.java36 public void initialize(Context ctx, NotificationUsageStats usageStats) { argument
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
H A DAppearAnimationUtils.java48 public AppearAnimationUtils(Context ctx) { argument
49 this(ctx, DEFAULT_APPEAR_DURATION,
51 AnimationUtils.loadInterpolator(ctx, android.R.interpolator.linear_out_slow_in));
54 public AppearAnimationUtils(Context ctx, long duration, float translationScaleFactor, argument
57 mStartTranslation = ctx.getResources().getDimensionPixelOffset(
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java136 static private boolean setupNative(int sdkVersion, Context ctx) { argument
170 info = ctx.getPackageManager().getApplicationInfo(ctx.getPackageName(),
1292 RenderScript(Context ctx) { argument
1294 if (ctx != null) {
1295 mApplicationContext = ctx.getApplicationContext();
1316 * @param ctx The context.
1319 private static RenderScript internalCreate(Context ctx, int sdkVersion, ContextType ct, int flags) { argument
1320 RenderScript rs = new RenderScript(ctx);
1327 useNative = setupNative(sSdkVersion, ctx);
1416 create(Context ctx) argument
1429 create(Context ctx, ContextType ct) argument
1452 create(Context ctx, ContextType ct, int flags) argument
1467 create(Context ctx, int sdkVersion) argument
1480 create(Context ctx, int sdkVersion, ContextType ct) argument
1493 create(Context ctx, int sdkVersion, ContextType ct, int flags) argument
1552 createMultiContext(Context ctx, ContextType ct, int flags, int API_number) argument
[all...]
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
H A DBindingExpressionParser.java292 public void copyFrom(ExpressionContext ctx) { argument
293 super.copyFrom(ctx);
303 public BracketOpContext(ExpressionContext ctx) { copyFrom(ctx); } argument
322 public ResourceContext(ExpressionContext ctx) { copyFrom(ctx); } argument
344 public CastOpContext(ExpressionContext ctx) { copyFrom(ctx); } argument
364 public UnaryOpContext(ExpressionContext ctx) { copyFrom(ctx); } argument
389 AndOrOpContext(ExpressionContext ctx) argument
415 MethodInvocationContext(ExpressionContext ctx) argument
440 PrimaryContext(ExpressionContext ctx) argument
459 GroupingContext(ExpressionContext ctx) argument
485 TernaryOpContext(ExpressionContext ctx) argument
510 ComparisonOpContext(ExpressionContext ctx) argument
530 DotOpContext(ExpressionContext ctx) argument
555 MathOpContext(ExpressionContext ctx) argument
580 QuestionQuestionOpContext(ExpressionContext ctx) argument
605 BitShiftOpContext(ExpressionContext ctx) argument
627 InstanceOfOpContext(ExpressionContext ctx) argument
652 BinaryOpContext(ExpressionContext ctx) argument
[all...]
/frameworks/native/libs/gui/
H A DGLConsumer.cpp513 EGLContext ctx = eglGetCurrentContext(); local
522 mEglContext = ctx;
531 if (mEglContext != ctx || ctx == EGL_NO_CONTEXT) {
537 mEglContext = ctx;
570 EGLContext ctx = eglGetCurrentContext(); local
577 if (mEglContext != ctx && mEglContext != EGL_NO_CONTEXT) {
582 if (dpy != EGL_NO_DISPLAY && ctx != EGL_NO_CONTEXT) {
615 EGLContext ctx = eglGetCurrentContext(); local
622 if (ctx
949 EGLContext ctx = eglGetCurrentContext(); local
[all...]
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_copy_test.java28 protected UT_copy_test(RSTestCore rstc, Resources res, Context ctx) { argument
29 super(rstc, "Copy", ctx);
H A DUT_sampler.java32 protected UT_sampler(RSTestCore rstc, Resources res, Context ctx) { argument
33 super(rstc, "Sampler", ctx);
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_copy_test.java28 protected UT_copy_test(RSTestCore rstc, Resources res, Context ctx) { argument
29 super(rstc, "Copy", ctx);
H A DUT_sampler.java32 protected UT_sampler(RSTestCore rstc, Resources res, Context ctx) { argument
33 super(rstc, "Sampler", ctx);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java34 public RSTestCore(Context ctx) { argument
35 mCtx = ctx;
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java34 public RSTestCore(Context ctx) { argument
35 mCtx = ctx;
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java34 public RSTestCore(Context ctx) { argument
35 mCtx = ctx;
/frameworks/support/v4/api23/android/support/v4/hardware/fingerprint/
H A DFingerprintManagerCompatApi23.java34 private static FingerprintManager getFingerprintManager(Context ctx) { argument
35 return ctx.getSystemService(FingerprintManager.class);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationTemplateViewWrapper.java59 protected NotificationTemplateViewWrapper(Context ctx, View view) { argument
61 mIconDarkAlpha = ctx.getResources().getInteger(R.integer.doze_small_icon_alpha);
63 ctx.getColor(R.color.doze_small_icon_background_color);
64 mLinearOutSlowInInterpolator = AnimationUtils.loadInterpolator(ctx,
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic.h63 RsdCpuScriptIntrinsic(RsdCpuReferenceImpl * ctx, const Script * s,
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java398 // C function EGLBoolean eglDestroyContext ( EGLDisplay dpy, EGLContext ctx )
402 EGLContext ctx
405 // C function EGLBoolean eglMakeCurrent ( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx )
411 EGLContext ctx
430 // C function EGLBoolean eglQueryContext ( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value )
434 EGLContext ctx,
432 eglQueryContext( EGLDisplay dpy, EGLContext ctx, int attribute, int[] value, int offset ) argument
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h213 GLAPI EGLBoolean APIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
214 GLAPI EGLBoolean APIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
218 GLAPI EGLBoolean APIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);

Completed in 249 milliseconds

1234567891011