Searched refs:ctx (Results 226 - 250 of 301) sorted by relevance

1234567891011>>

/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);
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlend.cpp33 RsdCpuScriptIntrinsicBlend(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e);
496 RsdCpuScriptIntrinsicBlend::RsdCpuScriptIntrinsicBlend(RsdCpuReferenceImpl *ctx, argument
498 : RsdCpuScriptIntrinsic(ctx, s, e, RS_SCRIPT_INTRINSIC_ID_BLEND) {
510 RsdCpuScriptImpl * rsdIntrinsic_Blend(RsdCpuReferenceImpl *ctx, argument
512 return new RsdCpuScriptIntrinsicBlend(ctx, s, e);
H A DrsCpuIntrinsicHistogram.cpp36 RsdCpuScriptIntrinsicHistogram(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e);
298 RsdCpuScriptIntrinsicHistogram::RsdCpuScriptIntrinsicHistogram(RsdCpuReferenceImpl *ctx, argument
300 : RsdCpuScriptIntrinsic(ctx, s, e, RS_SCRIPT_INTRINSIC_ID_HISTOGRAM) {
328 RsdCpuScriptImpl * rsdIntrinsic_Histogram(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e) { argument
330 return new RsdCpuScriptIntrinsicHistogram(ctx, s, e);
H A DrsCpuCore.cpp956 extern RsdCpuScriptImpl * rsdIntrinsic_3DLUT(RsdCpuReferenceImpl *ctx,
958 extern RsdCpuScriptImpl * rsdIntrinsic_Convolve3x3(RsdCpuReferenceImpl *ctx,
960 extern RsdCpuScriptImpl * rsdIntrinsic_ColorMatrix(RsdCpuReferenceImpl *ctx,
962 extern RsdCpuScriptImpl * rsdIntrinsic_LUT(RsdCpuReferenceImpl *ctx,
964 extern RsdCpuScriptImpl * rsdIntrinsic_Convolve5x5(RsdCpuReferenceImpl *ctx,
966 extern RsdCpuScriptImpl * rsdIntrinsic_Blur(RsdCpuReferenceImpl *ctx,
968 extern RsdCpuScriptImpl * rsdIntrinsic_YuvToRGB(RsdCpuReferenceImpl *ctx,
970 extern RsdCpuScriptImpl * rsdIntrinsic_Blend(RsdCpuReferenceImpl *ctx,
972 extern RsdCpuScriptImpl * rsdIntrinsic_Histogram(RsdCpuReferenceImpl *ctx,
974 extern RsdCpuScriptImpl * rsdIntrinsic_Resize(RsdCpuReferenceImpl *ctx,
[all...]
H A DrsCpuIntrinsicBlur.cpp36 RsdCpuScriptIntrinsicBlur(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e);
425 RsdCpuScriptIntrinsicBlur::RsdCpuScriptIntrinsicBlur(RsdCpuReferenceImpl *ctx, argument
427 : RsdCpuScriptIntrinsic(ctx, s, e, RS_SCRIPT_INTRINSIC_ID_BLUR) {
475 RsdCpuScriptImpl * rsdIntrinsic_Blur(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e) { argument
477 return new RsdCpuScriptIntrinsicBlur(ctx, s, e);
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java1356 RenderScript(Context ctx) { argument
1358 if (ctx != null) {
1359 mApplicationContext = ctx.getApplicationContext();
1404 * @param ctx The context.
1407 private static RenderScript internalCreate(Context ctx, int sdkVersion, ContextType ct, int flags) { argument
1418 RenderScript rs = new RenderScript(ctx);
1438 * calls create(ctx, ContextType.NORMAL, CREATE_FLAG_NONE)
1442 * @param ctx The context.
1445 public static RenderScript create(Context ctx) { argument
1446 return create(ctx, ContextTyp
1458 create(Context ctx, ContextType ct) argument
1483 create(Context ctx, ContextType ct, int flags) argument
1498 create(Context ctx, int sdkVersion) argument
1511 create(Context ctx, int sdkVersion, ContextType ct, int flags) argument
1573 createMultiContext(Context ctx, ContextType ct, int flags, int API_number) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationHeaderViewWrapper.java64 protected NotificationHeaderViewWrapper(Context ctx, View view, ExpandableNotificationRow row) { argument
66 mIconDarkAlpha = ctx.getResources().getInteger(R.integer.doze_small_icon_alpha);
67 mInvertHelper = new ViewInvertHelper(ctx, NotificationPanelView.DOZE_ANIMATION_DURATION);
H A DNotificationTemplateViewWrapper.java49 protected NotificationTemplateViewWrapper(Context ctx, View view, ExpandableNotificationRow row) { argument
50 super(ctx, view, row);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DLockSettingsStorageTests.java49 final Context ctx = getContext();
50 setContext(new ContextWrapper(ctx) {
54 return new UserManager(ctx, null) {
/frameworks/native/opengl/include/EGL/
H A Degl.h300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
302 EGLSurface read, EGLContext ctx);
307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/frameworks/base/core/java/android/app/
H A DAlarmManager.java252 AlarmManager(IAlarmManager service, Context ctx) { argument
255 mPackageName = ctx.getPackageName();
256 mTargetSdkVersion = ctx.getApplicationInfo().targetSdkVersion;
258 mMainThreadHandler = new Handler(ctx.getMainLooper());
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DSerializer.cpp346 PtrSerializingCtx ctx)
365 sp<AudioPort> sink = ctx->findPortByTagName(String8(sinkAttr.c_str()));
383 sp<AudioPort> source = ctx->findPortByTagName(String8(devTag));
414 PtrSerializingCtx ctx)
461 ctx->addAvailableDevice(device);
475 if (device != 0 && ctx->getDefaultOutputDevice() == 0) {
476 ctx->setDefaultOutputDevice(device);
477 ALOGV("%s: default is %08x", __FUNCTION__, ctx->getDefaultOutputDevice()->type());
345 deserialize(_xmlDoc * , const _xmlNode *root, PtrElement &element, PtrSerializingCtx ctx) argument
413 deserialize(xmlDocPtr doc, const xmlNode *root, PtrElement &module, PtrSerializingCtx ctx) argument
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp150 EGLContext ctx = getContext(_env, context); local
155 success = eglQueryContext(dpy, ctx, attribute, base);
237 EGLContext ctx = eglCreateContext(dpy, cnf, shr, base); local
239 return reinterpret_cast<jlong>(ctx);
439 EGLContext ctx = getContext(_env, context); local
440 return EglBoolToJBool(eglDestroyContext(dpy, ctx));
474 EGLContext ctx = getContext(_env, context); local
475 return EglBoolToJBool(eglMakeCurrent(dpy, sdr, srd, ctx));
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DIpConnectivityMetrics.java66 public IpConnectivityMetrics(Context ctx) { argument
67 super(ctx);
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintsUserState.java63 public FingerprintsUserState(Context ctx, int userId) { argument
65 mCtx = ctx;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSAddDebugInfoPass.cpp94 llvm::LLVMContext &ctx = Module.getContext(); local
141 kernelPrototypeMD = llvm::MDTuple::get(ctx, {nullptr});
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTestCore.java33 public RSTestCore(ListActivity ctx) { argument
34 mCtx = ctx;
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DRSTestCore.java33 public RSTestCore(ListActivity ctx) { argument
34 mCtx = ctx;
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTestCore.java33 public RSTestCore(ListActivity ctx) { argument
34 mCtx = ctx;
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
H A DParameterManagerWrapper.cpp152 char *ctx; local
153 char *valueName = strtok_r(valueNames, ",", &ctx);
178 valueName = strtok_r(NULL, ",", &ctx);
/frameworks/base/core/java/com/android/server/
H A DBootReceiver.java161 private void logBootEvents(Context ctx) throws IOException { argument
162 final DropBoxManager db = (DropBoxManager) ctx.getSystemService(Context.DROPBOX_SERVICE);
166 String recovery = RecoverySystem.handleAftermath(ctx);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java109 public boolean cacheContentViews(Context ctx, Notification updatedNotification) { argument
113 = Notification.Builder.recoverBuilder(ctx, updatedNotification);
138 = Notification.Builder.recoverBuilder(ctx, notification.getNotification());
/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp169 const LDContext& ctx = *pInput.context(); local
171 for (LDContext::const_sect_iterator ri = ctx.relocSectBegin(),
172 re = ctx.relocSectEnd();
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DSerializer.h149 PtrSerializingCtx ctx);
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h173 EGLBoolean makeCurrent(EGLDisplay dpy, EGLContext ctx) const;

Completed in 3948 milliseconds

1234567891011>>