Searched defs:RS (Results 26 - 29 of 29) sorted by relevance

12

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_sampler.java37 private Sampler.Builder getDefaultBuilder(RenderScript RS) { argument
38 Sampler.Builder b = new Sampler.Builder(RS);
47 private void initializeGlobals(RenderScript RS, ScriptC_sampler s) { argument
48 Sampler.Builder b = getDefaultBuilder(RS);
52 b = getDefaultBuilder(RS);
56 b = getDefaultBuilder(RS);
60 b = getDefaultBuilder(RS);
64 b = getDefaultBuilder(RS);
84 private void testJavaSide(RenderScript RS) { argument
/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringHash.h21 RS, enumerator in enum:mcld::hash::Type
49 * \brief RS StringHash funciton
52 struct StringHash<RS> : public std::unary_function<const llvm::StringRef&, uint32_t>
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp82 && "must be RS object type");
260 void VisitReturnStmt(clang::ReturnStmt *RS);
331 void DestructorVisitor::VisitReturnStmt(clang::ReturnStmt *RS) { argument
332 mReplaceStmtStack.push(RS);
362 "rsClearObject doesn't cover all RS object types");
376 // Get address of targeted RS object
445 // Actually extract out the base RS object type for use later
623 slangAssert(false && "can't have unions with RS object types!");
673 // Populate StmtArray by creating a destructor for each RS object field
681 // declaration for an RS objec
[all...]
/frameworks/rs/cpp/
H A DrsCppStructs.h29 * Every row in an RS allocation is guaranteed to be aligned by this amount, and
40 class RS;
86 class RS : public android::RSC::LightRefBase<RS> { class in namespace:android::RSC
89 RS();
90 virtual ~RS();
269 RS* mRS;
272 BaseObj(void *id, sp<RS> rs);
319 Allocation(void *id, sp<RS> rs, sp<const Type> t, uint32_t usage);
513 static sp<Allocation> createTyped(sp<RS> r
[all...]

Completed in 366 milliseconds

12