HomeSort by relevance Sort by last modified time
    Searched refs:RSC (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/rs/cpp/
ScriptC.cpp 20 using namespace RSC;
Element.cpp 24 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) { \
116 #define CREATE_VECTOR(N, T) android::RSC::sp<const Element> Element::N##_2(android::RSC::sp<RS> rs) { \
122 android::RSC::sp<const Element> Element::N##_3(android::RSC::sp<RS> rs) {
    [all...]
BaseObj.cpp 21 using namespace RSC;
Sampler.cpp 20 using namespace RSC;
Script.cpp 23 using namespace RSC;
Type.cpp 30 using namespace RSC;
rsCppStructs.h 34 namespace RSC {
85 class RS : public android::RSC::LightRefBase<RS> {
254 class BaseObj : public android::RSC::LightRefBase<BaseObj> {
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.h 39 namespace RSC {
211 RSC::sp<RSC::RS> mRs;
212 RSC::sp<const RSC::Element> mRsElement;
213 RSC::sp<RSC::ScriptIntrinsicBlur> mRsScript;
FontRenderer.cpp 734 mRs = new RSC::RS();
735 if (!mRs->init(RSC::RS_INIT_LOW_LATENCY | RSC::RS_INIT_SYNCHRONOUS)) {
739 mRsElement = RSC::Element::A_8(mRs);
740 mRsScript = RSC::ScriptIntrinsicBlur::create(mRs, mRsElement);
743 RSC::sp<const RSC::Type> t = RSC::Type::create(mRs, mRsElement, width, height, 0);
744 RSC::sp<RSC::Allocation> ain = RSC::Allocation::createTyped(mRs, t
    [all...]
  /frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
helloComputeNDK.cpp 17 using namespace android::RSC;
  /frameworks/rs/tests/cppallocation/
compute.cpp 7 using namespace RSC;
  /external/stlport/test/eh/
intel.mak 14 RSC=rc.exe
intel45.mak 14 RSC=rc.exe
intel50.mak 14 RSC=rc.exe
  /frameworks/rs/tests/cppstrided/
compute.cpp 7 using namespace RSC;
  /frameworks/rs/tests/cppbasic/
compute.cpp 7 using namespace RSC;
  /frameworks/rs/tests/latency/
latency.cpp 7 using namespace RSC;
  /frameworks/rs/tests/typecheck/
typecheck.cpp 21 using namespace RSC;
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 123 RSCompiler *RSC = pRSCD.getCompiler();
148 Compiler::ErrorCode result = RSC->config(*config);
  /art/compiler/utils/arm/
constants_arm.h 138 RSC = 7, // Reverse Subtract with Carry
  /frameworks/rs/cpp/util/
StrongPointer.h 28 namespace RSC {
217 }; // namespace RSC
TypeHelpers.h 27 namespace RSC {
298 }; // namespace RSC
  /external/v8/src/arm/
constants-arm.h 198 RSC = 7 << 21, // Reverse Subtract with Carry.
  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 30 using namespace android::RSC;
  /external/chromium_org/v8/src/arm/
constants-arm.h 157 RSC = 7 << 21, // Reverse Subtract with Carry.

Completed in 431 milliseconds

1 2