Searched defs:mCtx (Results 1 - 19 of 19) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h52 void *mCtx; member in struct:android::SoftVPX
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup.h56 RsdCpuReferenceImpl *mCtx; member in class:android::renderscript::CpuScriptGroupImpl
H A DrsCpuScript.h124 RsdCpuReferenceImpl *mCtx; member in class:android::renderscript::RsdCpuScriptImpl
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestView.java44 private Context mCtx; field in class:RSTestView
48 mCtx = context;
61 mRender = new RSTestCore(mCtx);
H A DUnitTest.java28 protected Context mCtx; field in class:UnitTest
42 mCtx = ctx;
H A DRSTestCore.java32 Context mCtx; field in class:RSTestCore
35 mCtx = ctx;
67 unitTests.add(new UT_primitives(this, mRes, mCtx));
68 unitTests.add(new UT_rsdebug(this, mRes, mCtx));
69 unitTests.add(new UT_rstime(this, mRes, mCtx));
70 unitTests.add(new UT_rstypes(this, mRes, mCtx));
71 unitTests.add(new UT_math(this, mRes, mCtx));
72 unitTests.add(new UT_fp_mad(this, mRes, mCtx));
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestView.java44 private Context mCtx; field in class:RSTestView
48 mCtx = context;
61 mRender = new RSTestCore(mCtx);
H A DUnitTest.java28 protected Context mCtx; field in class:UnitTest
42 mCtx = ctx;
H A DRSTestCore.java32 Context mCtx; field in class:RSTestCore
35 mCtx = ctx;
67 unitTests.add(new UT_primitives(this, mRes, mCtx));
68 unitTests.add(new UT_vector(this, mRes, mCtx));
69 unitTests.add(new UT_rsdebug(this, mRes, mCtx));
70 unitTests.add(new UT_rstime(this, mRes, mCtx));
71 unitTests.add(new UT_rstypes(this, mRes, mCtx));
72 unitTests.add(new UT_alloc(this, mRes, mCtx));
73 unitTests.add(new UT_refcount(this, mRes, mCtx));
74 unitTests.add(new UT_foreach(this, mRes, mCtx));
[all...]
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestView.java44 private Context mCtx; field in class:RSTestView
48 mCtx = context;
61 mRender = new RSTestCore(mCtx);
H A DUnitTest.java28 protected Context mCtx; field in class:UnitTest
42 mCtx = ctx;
H A DRSTestCore.java32 Context mCtx; field in class:RSTestCore
35 mCtx = ctx;
67 unitTests.add(new UT_primitives(this, mRes, mCtx));
68 unitTests.add(new UT_vector(this, mRes, mCtx));
69 unitTests.add(new UT_rsdebug(this, mRes, mCtx));
70 unitTests.add(new UT_rstime(this, mRes, mCtx));
71 unitTests.add(new UT_rstypes(this, mRes, mCtx));
72 unitTests.add(new UT_alloc(this, mRes, mCtx));
73 unitTests.add(new UT_refcount(this, mRes, mCtx));
74 unitTests.add(new UT_foreach(this, mRes, mCtx));
[all...]
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h73 clang::ASTContext &mCtx; member in class:slang::RSObjectRefCount
104 : mCtx(C),
110 GetRSRefCountingFunctions(mCtx);
H A Dslang_rs_context.h67 clang::ASTContext &mCtx; member in class:slang::RSContext
114 inline clang::ASTContext &getASTContext() const { return mCtx; }
H A Dslang_rs_object_ref_count.cpp183 clang::ASTContext &mCtx; member in class:slang::__anon1151::DestructorVisitor
222 clang::SourceManager &SM = mCtx.getSourceManager();
238 BuildCompoundStmt(mCtx, StmtList, S->getLocEnd());
241 RSASTReplace R(mCtx);
247 AppendAfterStmt(mCtx, CS, NULL, StmtList);
270 : mCtx(C),
1450 if (CountRSObjectTypes(mCtx, VD->getType().getTypePtr(),
1478 if (CountRSObjectTypes(mCtx, QT.getTypePtr(), AS->getExprLoc())) {
1499 clang::DeclContext *DC = mCtx.getTranslationUnitDecl();
1503 clang::IdentifierInfo &II = mCtx
[all...]
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTestCore.java31 ListActivity mCtx; field in class:RSTestCore
34 mCtx = ctx;
60 unitTests.add(new UT_apitest(this, mRes, mCtx));
61 unitTests.add(new UT_primitives(this, mRes, mCtx));
62 unitTests.add(new UT_instance(this, mRes, mCtx));
63 unitTests.add(new UT_constant(this, mRes, mCtx));
64 unitTests.add(new UT_vector(this, mRes, mCtx));
65 unitTests.add(new UT_unsigned(this, mRes, mCtx));
66 unitTests.add(new UT_array_init(this, mRes, mCtx));
67 unitTests.add(new UT_array_alloc(this, mRes, mCtx));
[all...]
H A DUnitTest.java28 protected Context mCtx; field in class:UnitTest
42 mCtx = ctx;
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTestCore.java31 ListActivity mCtx; field in class:RSTestCore
34 mCtx = ctx;
60 unitTests.add(new UT_primitives(this, mRes, mCtx));
61 unitTests.add(new UT_constant(this, mRes, mCtx));
62 unitTests.add(new UT_vector(this, mRes, mCtx));
63 unitTests.add(new UT_unsigned(this, mRes, mCtx));
64 unitTests.add(new UT_array_init(this, mRes, mCtx));
65 unitTests.add(new UT_array_alloc(this, mRes, mCtx));
66 unitTests.add(new UT_kernel(this, mRes, mCtx));
67 unitTests.add(new UT_kernel_struct(this, mRes, mCtx));
[all...]
H A DUnitTest.java28 protected Context mCtx; field in class:UnitTest
42 mCtx = ctx;

Completed in 145 milliseconds