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

/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h49 void *mCtx; member in struct:android::SoftVPX
/frameworks/base/tests/RenderScriptTests/tests/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 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_constant(this, mRes, mCtx));
69 unitTests.add(new UT_vector(this, mRes, mCtx));
70 unitTests.add(new UT_unsigned(this, mRes, mCtx));
71 unitTests.add(new UT_array_init(this, mRes, mCtx));
72 unitTests.add(new UT_array_alloc(this, mRes, mCtx));
73 unitTests.add(new UT_kernel(this, mRes, mCtx));
74 unitTests.add(new UT_kernel_struct(this, mRes, mCtx));
[all...]
H A DUnitTest.java28 protected Context mCtx; field in class:UnitTest
42 mCtx = ctx;
/frameworks/base/tests/RenderScriptTests/tests_v11/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/base/tests/RenderScriptTests/tests_v14/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.h75 clang::ASTContext &mCtx; member in class:slang::RSObjectRefCount
106 : mCtx(C),
113 GetRSRefCountingFunctions(mCtx);
H A Dslang_rs_context.h68 clang::ASTContext &mCtx; member in class:slang::RSContext
110 inline clang::ASTContext &getASTContext() const { return mCtx; }
H A Dslang_rs_object_ref_count.cpp186 clang::ASTContext &mCtx; member in class:slang::__anon1302::DestructorVisitor
225 clang::SourceManager &SM = mCtx.getSourceManager();
241 BuildCompoundStmt(mCtx, StmtList, S->getLocEnd());
244 RSASTReplace R(mCtx);
250 AppendAfterStmt(mCtx, CS, NULL, StmtList);
273 : mCtx(C),
1498 if (CountRSObjectTypes(mCtx, QT.getTypePtr(), AS->getExprLoc())) {
1522 clang::DeclContext *DC = mCtx.getTranslationUnitDecl();
1526 clang::IdentifierInfo &II = mCtx.Idents.get(SR);
1529 clang::QualType T = mCtx
[all...]

Completed in 125 milliseconds