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

1 2

  /frameworks/rs/cpp/
ScriptC.cpp 23 using namespace RSC;
BaseObj.cpp 21 using namespace RSC;
Script.cpp 23 using namespace RSC;
RenderScript.cpp 25 using namespace RSC;
Type.cpp 24 using namespace RSC;
ScriptIntrinsics.cpp 24 using namespace RSC;
Allocation.cpp 21 using namespace RSC;
Element.cpp 24 using namespace RSC;
rsCppStructs.h 32 namespace RSC {
  /frameworks/base/libs/hwui/
FontRenderer.h 35 namespace RSC {
172 sp<RSC::RS> mRs;
173 sp<const RSC::Element> mRsElement;
174 sp<RSC::ScriptIntrinsicBlur> mRsScript;
FontRenderer.cpp 652 mRs = new RSC::RS();
657 mRsElement = RSC::Element::A_8(mRs);
658 mRsScript = new RSC::ScriptIntrinsicBlur(mRs, mRsElement);
661 sp<const RSC::Type> t = RSC::Type::create(mRs, mRsElement, width, height, 0);
662 sp<RSC::Allocation> ain = RSC::Allocation::createTyped(mRs, t, RS_ALLOCATION_MIPMAP_NONE,
664 sp<RSC::Allocation> aout = RSC::Allocation::createTyped(mRs, t, RS_ALLOCATION_MIPMAP_NONE,
  /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;
  /external/quake/quake/src/QW/gas2masm/
gas2masm.mak 36 RSC=rc.exe
69 # ADD BASE RSC /l 0x409 /d "NDEBUG"
70 # ADD RSC /l 0x409 /d "NDEBUG"
126 # ADD BASE RSC /l 0x409 /d "_DEBUG"
127 # ADD RSC /l 0x409 /d "_DEBUG"
  /frameworks/rs/tests/latency/
latency.cpp 7 using namespace RSC;
  /frameworks/rs/tests/cppbasic/
compute.cpp 7 using namespace RSC;
  /external/v8/src/arm/
constants-arm.h 198 RSC = 7 << 21, // Reverse Subtract with Carry.
assembler-arm.cc     [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.h 132 RSC = (0x7 << 21),
353 emitInst(static_cast<ARMWord>(cc) | RSC, rd, rn, op2);
358 emitInst(static_cast<ARMWord>(cc) | RSC | SET_CC, rd, rn, op2);
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 260 RSC(int cc, int s, int Rd, int Rn, uint32_t Op2) {
  /external/quake/quake/src/QW/server/
qwsv.mak 34 RSC=rc.exe
91 # ADD BASE RSC /l 0x409 /d "NDEBUG"
92 # ADD RSC /l 0x409 /d "NDEBUG"
219 # ADD BASE RSC /l 0x409 /d "_DEBUG"
220 # ADD RSC /l 0x409 /d "_DEBUG"
    [all...]
  /external/quake/quake/src/QW/client/
qwcl.mak 39 RSC=rc.exe
156 # ADD BASE RSC /l 0x409 /d "NDEBUG"
157 # ADD RSC /l 0x409 /d "NDEBUG"
445 # ADD BASE RSC /l 0x409 /d "_DEBUG"
446 # ADD RSC /l 0x409 /d "_DEBUG"
757 # ADD BASE RSC /l 0x409 /d "_DEBUG"
758 # ADD RSC /l 0x409 /d "_DEBUG"
969 # ADD BASE RSC /l 0x409 /d "NDEBUG"
970 # ADD RSC /l 0x409 /d "NDEBUG"
    [all...]

Completed in 235 milliseconds

1 2