/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
UT_rsdebug.java | 32 RenderScript pRS = RenderScript.create(mCtx);
|
UT_rstime.java | 32 RenderScript pRS = RenderScript.create(mCtx);
|
UT_rstypes.java | 32 RenderScript pRS = RenderScript.create(mCtx);
|
UnitTest.java | 28 protected Context mCtx; 42 mCtx = ctx;
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
UnitTest.java | 28 protected Context mCtx; 42 mCtx = ctx;
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
UnitTest.java | 28 protected Context mCtx; 42 mCtx = ctx;
|
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
SoftVPX.cpp | 50 mCtx(NULL), 82 mCtx = new vpx_codec_ctx_t; 95 (vpx_codec_ctx_t *)mCtx, 106 vpx_codec_destroy((vpx_codec_ctx_t *)mCtx); 107 delete (vpx_codec_ctx_t *)mCtx; 108 mCtx = NULL; 121 if (vpx_codec_decode((vpx_codec_ctx_t *)mCtx, NULL, 0, NULL, 0)) { 133 while ((mImg = vpx_codec_get_frame((vpx_codec_ctx_t *)mCtx, &iter))) { 140 mImg = vpx_codec_get_frame((vpx_codec_ctx_t *)mCtx, &iter); 275 (vpx_codec_ctx_t *)mCtx, inHeader->pBuffer + inHeader->nOffset [all...] |
/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/ |
NotesDbAdapter.java | 58 private final Context mCtx; 88 this.mCtx = ctx; 101 mDbHelper = new DatabaseHelper(mCtx);
|
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/ |
NotesDbAdapter.java | 58 private final Context mCtx; 88 this.mCtx = ctx; 101 mDbHelper = new DatabaseHelper(mCtx);
|
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/ |
NotesDbAdapter.java | 58 private final Context mCtx; 88 this.mCtx = ctx; 101 mDbHelper = new DatabaseHelper(mCtx);
|
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/ |
NotesDbAdapter.java | 58 private final Context mCtx; 88 this.mCtx = ctx; 101 mDbHelper = new DatabaseHelper(mCtx);
|
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/ |
NotesDbAdapter.java | 58 private final Context mCtx; 88 this.mCtx = ctx; 101 mDbHelper = new DatabaseHelper(mCtx);
|
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/ |
NotesDbAdapter.java | 58 private final Context mCtx; 88 this.mCtx = ctx; 101 mDbHelper = new DatabaseHelper(mCtx);
|
/frameworks/rs/cpu_ref/ |
rsCpuScriptGroup.h | 56 RsdCpuReferenceImpl *mCtx;
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
UT_unsigned.java | 48 RenderScript pRS = RenderScript.create(mCtx);
|
UnitTest.java | 28 protected Context mCtx; 42 mCtx = ctx;
|
UT_apitest.java | 32 RenderScript pRS = RenderScript.create(mCtx);
|
UT_array_alloc.java | 32 RenderScript pRS = RenderScript.create(mCtx);
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
UT_unsigned.java | 48 RenderScript pRS = RenderScript.create(mCtx);
|
UnitTest.java | 28 protected Context mCtx; 42 mCtx = ctx;
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_static_globals.java | 32 RenderScript pRS = RenderScript.create(mCtx);
|
UT_unsigned.java | 48 RenderScript pRS = RenderScript.create(mCtx);
|
UnitTest.java | 28 protected Context mCtx; 42 mCtx = ctx;
|
/frameworks/compile/slang/ |
slang_rs_object_ref_count.h | 104 clang::ASTContext &mCtx; 157 : mCtx(C), RSInitFD(false), mTempID(0) { 162 GetRSRefCountingFunctions(mCtx);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
DebugContext.java | 42 mRS = RenderScript.create(mCtx, RenderScript.ContextType.DEBUG);
|