Searched refs:RSC (Results 1 - 24 of 24) sorted by relevance

/frameworks/rs/cpp/
H A DElement.cpp24 using namespace RSC;
26 android::RSC::sp<const Element> Element::getSubElement(uint32_t index) {
75 #define CREATE_USER(N, T) android::RSC::sp<const Element> Element::N(android::RSC::sp<RS> rs) { \
102 #define CREATE_PIXEL(N, T, K) android::RSC::sp<const Element> Element::N(android::RSC::sp<RS> rs) { \
117 #define CREATE_VECTOR(N, T) android::RSC::sp<const Element> Element::N##_2(android::RSC::sp<RS> rs) { \
123 android::RSC::sp<const Element> Element::N##_3(android::RSC
[all...]
H A DScriptC.cpp20 using namespace RSC;
H A DBaseObj.cpp21 using namespace RSC;
H A DSampler.cpp20 using namespace RSC;
H A DScript.cpp23 using namespace RSC;
H A DType.cpp30 using namespace RSC;
H A DrsCppStructs.h35 namespace RSC { namespace in namespace:android
86 class RS : public android::RSC::LightRefBase<RS> {
260 class BaseObj : public android::RSC::LightRefBase<BaseObj> {
H A DAllocation.cpp21 using namespace RSC;
H A DRenderScript.cpp36 using namespace RSC;
H A DScriptIntrinsics.cpp23 using namespace RSC;
/frameworks/base/libs/hwui/
H A DFontRenderer.h39 namespace RSC { namespace
209 RSC::sp<RSC::RS> mRs;
210 RSC::sp<const RSC::Element> mRsElement;
211 RSC::sp<RSC::ScriptIntrinsicBlur> mRsScript;
H A DFontRenderer.cpp738 mRs = new RSC::RS();
741 if (!mRs->init("", RSC::RS_INIT_LOW_LATENCY | RSC::RS_INIT_SYNCHRONOUS)) {
745 mRsElement = RSC::Element::A_8(mRs);
746 mRsScript = RSC::ScriptIntrinsicBlur::create(mRs, mRsElement);
750 RSC::sp<const RSC::Type> t = RSC::Type::create(mRs, mRsElement, width, height, 0);
751 RSC::sp<RSC
[all...]
/frameworks/rs/tests/cppallocation/
H A Dcompute.cpp7 using namespace RSC;
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
H A DhelloComputeNDK.cpp17 using namespace android::RSC;
/frameworks/rs/tests/cppstrided/
H A Dcompute.cpp7 using namespace RSC;
/frameworks/rs/tests/cppbasic-getpointer/
H A Dcompute.cpp9 using namespace RSC;
/frameworks/rs/tests/latency/
H A Dlatency.cpp7 using namespace RSC;
/frameworks/rs/tests/typecheck/
H A Dtypecheck.cpp21 using namespace RSC;
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp119 RSCompiler *RSC = pRSCD.getCompiler(); local
164 Compiler::ErrorCode result = RSC->config(*config);
/frameworks/rs/tests/cppbasic/
H A Dcompute.cpp7 using namespace RSC;
/frameworks/rs/tests/cppbasic-shared/
H A Dcompute.cpp7 using namespace RSC;
/frameworks/rs/cpp/util/
H A DStrongPointer.h28 namespace RSC { namespace in namespace:android
217 }; // namespace RSC
H A DTypeHelpers.h27 namespace RSC { namespace in namespace:android
298 }; // namespace RSC
H A DRefBase.h31 namespace RSC { namespace in namespace:android
525 }; // namespace RSC

Completed in 227 milliseconds