Searched refs:ctx (Results 51 - 75 of 152) sorted by relevance

1234567

/frameworks/native/opengl/libs/EGL/
H A Degl_tls.h37 EGLContext ctx; member in class:android::egl_tls_t
50 static void setContext(EGLContext ctx);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_array_alloc.java26 protected UT_array_alloc(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Array Allocation", ctx);
H A DUT_constant.java26 protected UT_constant(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Const", ctx);
H A DUT_foreach.java27 protected UT_foreach(RSTestCore rstc, Resources res, Context ctx) { argument
28 super(rstc, "ForEach", 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_kernel.java29 protected UT_kernel(RSTestCore rstc, Resources res, Context ctx) { argument
30 super(rstc, "Kernels (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/src/com/android/rs/test/
H A DUT_array_alloc.java26 protected UT_array_alloc(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Array Allocation", ctx);
H A DUT_constant.java26 protected UT_constant(RSTestCore rstc, Resources res, Context ctx) { argument
27 super(rstc, "Const", ctx);
H A DUT_foreach.java27 protected UT_foreach(RSTestCore rstc, Resources res, Context ctx) { argument
28 super(rstc, "ForEach", ctx);
H A DUT_kernel.java29 protected UT_kernel(RSTestCore rstc, Resources res, Context ctx) { argument
30 super(rstc, "Kernels (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/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...]

Completed in 94 milliseconds

1234567