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

1 2

  /frameworks/rs/
rsApiContext.cpp 31 Context *rsc = Context::createContext(dev, nullptr, ct, flags); local
32 if (rsc) {
33 rsc->setTargetSdkVersion(sdkVersion);
35 return rsc;
40 Context *rsc = static_cast<Context *>(con); local
41 rsc->setNativeLibDir(libDir, length);
51 Context *rsc = Context::createContext(dev, &sc); local
52 if (rsc) {
53 rsc->setTargetSdkVersion(sdkVersion);
54 rsc->setDPI(dpi)
    [all...]
rsApiFileA3D.cpp 74 Context *rsc = static_cast<Context *>(con); local
75 FileA3D *fa3d = new FileA3D(rsc);
84 Context *rsc = static_cast<Context *>(con); local
86 FileA3D *fa3d = new FileA3D(rsc);
102 Context *rsc = static_cast<Context *>(con); local
107 fa3d = new FileA3D(rsc);
rsAllocation.h 115 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages,
118 static Allocation * createAllocationStrided(Context *rsc, const Type *, uint32_t usages,
121 static Allocation * createAdapter(Context *rsc, const Allocation *alloc, const Type *type);
129 void syncAll(Context *rsc, RsAllocationUsageType src);
131 void copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len);
133 void resize1D(Context *rsc, uint32_t dimX);
134 void resize2D(Context *rsc, uint32_t dimX, uint32_t dimY);
136 void data(Context *rsc, uint32_t xoff, uint32_t lod, uint32_t count, const void *data, size_t sizeBytes);
137 void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
139 void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod
228 const android::renderscript::Context *rsc; member in class:android::renderscript::Allocation::NewBufferListener
    [all...]
rsContext.cpp 250 Context *rsc = static_cast<Context *>(vrsc); local
253 rsc->mNativeThreadId = gettid();
256 rsc->props.mLogTimes = getProp("debug.rs.profile") != 0;
257 rsc->props.mLogScripts = getProp("debug.rs.script") != 0;
258 rsc->props.mLogShaders = getProp("debug.rs.shader") != 0;
259 rsc->props.mLogShadersAttr = getProp("debug.rs.shader.attributes") != 0;
260 rsc->props.mLogShadersUniforms = getProp("debug.rs.shader.uniforms") != 0;
261 rsc->props.mLogVisual = getProp("debug.rs.visual") != 0;
262 rsc->props.mLogReduce = getProp("debug.rs.reduce");
263 rsc->props.mDebugReduceSplitAccum = getProp("debug.rs.reduce-split-accum") != 0
413 Context *rsc = (Context *)ctx; local
494 Context * rsc = new Context(); local
518 Context * rsc = new Context(); local
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_rscompat_usage_io_driver.cpp 15 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) {
34 Context *rsc = (Context *)rscR; local
57 IoGetBuffer(rsc, alloc, nw);
71 extern "C" void rscAllocationDestroy(const Context *rsc, Allocation *alloc) {
96 extern "C" void rscAllocationIoSend(const Context *rsc, Allocation *alloc) {
106 IoGetBuffer(rsc, alloc, nw);
  /frameworks/rs/cpu_ref/
rsd_cpu.h 43 Context *rsc; member in struct:android::renderscript::RsdCpuReference::CpuTls
  /frameworks/rs/driver/
rsdCore.cpp 50 static void Shutdown(Context *rsc);
51 static void SetPriority(const Context *rsc, int32_t priority);
280 typedef void (*sAllocationDestroyFnPtr) (const Context *rsc, Allocation *alloc);
281 typedef void (*sAllocationIoSendFnPtr) (const Context *rsc, Allocation *alloc);
282 typedef void (*sAllocationSetSurfaceFnPtr) (const Context *rsc, Allocation *alloc, ANativeWindow *nw);
315 Context *rsc = (Context*) c; local
318 rsc->mHal.funcs.allocation.destroy = sAllocationDestroy;
319 rsc->mHal.funcs.allocation.ioSend = sAllocationIoSend;
320 rsc->mHal.funcs.allocation.setSurface = sAllocationSetSurface;
329 rsc->mHal.drv = dc
    [all...]
rsdRuntimeStubs.cpp 135 static bool failIfInKernel(Context *rsc, const char *funcName) {
136 RsdHal *dc = (RsdHal *)rsc->mHal.drv;
143 rsc->setError(RS_ERROR_FATAL_DRIVER, buf);
155 Context *rsc = RsdCpuReference::getTlsContext(); local
157 Allocation* alloc = rsdScriptGetAllocationForPointer(rsc, sc, ptr);
159 alloc->callUpdateCacheObject(rsc, &obj);
164 Context *rsc = RsdCpuReference::getTlsContext(); local
166 Allocation* alloc = rsdScriptGetAllocationForPointer(rsc, sc, ptr);
173 alloc->callUpdateCacheObject(rsc, &obj);
179 Context *rsc = RsdCpuReference::getTlsContext() local
186 Context *rsc = RsdCpuReference::getTlsContext(); local
197 Context *rsc = RsdCpuReference::getTlsContext(); local
212 Context *rsc = RsdCpuReference::getTlsContext(); local
225 Context *rsc = RsdCpuReference::getTlsContext(); local
251 Context *rsc = RsdCpuReference::getTlsContext(); local
324 Context *rsc = RsdCpuReference::getTlsContext(); local
454 Context *rsc = RsdCpuReference::getTlsContext(); local
657 Context *rsc = RsdCpuReference::getTlsContext(); local
678 Context *rsc = RsdCpuReference::getTlsContext(); local
687 Context *rsc = RsdCpuReference::getTlsContext(); local
695 Context *rsc = RsdCpuReference::getTlsContext(); local
707 Context *rsc = RsdCpuReference::getTlsContext(); local
718 Context *rsc = RsdCpuReference::getTlsContext(); local
728 Context *rsc = RsdCpuReference::getTlsContext(); local
733 Context *rsc = RsdCpuReference::getTlsContext(); local
738 Context *rsc = RsdCpuReference::getTlsContext(); local
743 Context *rsc = RsdCpuReference::getTlsContext(); local
759 Context *rsc = RsdCpuReference::getTlsContext(); local
768 Context *rsc = RsdCpuReference::getTlsContext(); local
773 Context *rsc = RsdCpuReference::getTlsContext(); local
778 Context *rsc = RsdCpuReference::getTlsContext(); local
783 Context *rsc = RsdCpuReference::getTlsContext(); local
796 Context *rsc = RsdCpuReference::getTlsContext(); local
837 Context *rsc = RsdCpuReference::getTlsContext(); local
855 Context *rsc = RsdCpuReference::getTlsContext(); local
860 Context *rsc = RsdCpuReference::getTlsContext(); local
866 Context *rsc = RsdCpuReference::getTlsContext(); local
873 Context *rsc = RsdCpuReference::getTlsContext(); local
878 Context *rsc = RsdCpuReference::getTlsContext(); local
883 Context *rsc = RsdCpuReference::getTlsContext(); local
888 Context *rsc = RsdCpuReference::getTlsContext(); local
893 Context *rsc = RsdCpuReference::getTlsContext(); local
899 Context *rsc = RsdCpuReference::getTlsContext(); local
905 Context *rsc = RsdCpuReference::getTlsContext(); local
911 Context *rsc = RsdCpuReference::getTlsContext(); local
917 Context *rsc = RsdCpuReference::getTlsContext(); local
922 Context *rsc = RsdCpuReference::getTlsContext(); local
927 Context *rsc = RsdCpuReference::getTlsContext(); local
932 Context *rsc = RsdCpuReference::getTlsContext(); local
937 Context *rsc = RsdCpuReference::getTlsContext(); local
943 Context *rsc = RsdCpuReference::getTlsContext(); local
948 Context *rsc = RsdCpuReference::getTlsContext(); local
953 Context *rsc = RsdCpuReference::getTlsContext(); local
989 Context *rsc = RsdCpuReference::getTlsContext(); local
994 Context *rsc = RsdCpuReference::getTlsContext(); local
999 Context *rsc = RsdCpuReference::getTlsContext(); local
1006 Context *rsc = RsdCpuReference::getTlsContext(); local
1011 Context *rsc = RsdCpuReference::getTlsContext(); local
1017 Context *rsc = RsdCpuReference::getTlsContext(); local
1023 Context *rsc = RsdCpuReference::getTlsContext(); local
1028 Context *rsc = RsdCpuReference::getTlsContext(); local
1034 Context *rsc = RsdCpuReference::getTlsContext(); local
1040 Context *rsc = RsdCpuReference::getTlsContext(); local
1045 Context *rsc = RsdCpuReference::getTlsContext(); local
1050 Context *rsc = RsdCpuReference::getTlsContext(); local
1055 Context *rsc = RsdCpuReference::getTlsContext(); local
1060 Context *rsc = RsdCpuReference::getTlsContext(); local
1065 Context *rsc = RsdCpuReference::getTlsContext(); local
1070 Context *rsc = RsdCpuReference::getTlsContext(); local
1075 Context *rsc = RsdCpuReference::getTlsContext(); local
1080 Context *rsc = RsdCpuReference::getTlsContext(); local
1085 Context *rsc = RsdCpuReference::getTlsContext(); local
    [all...]
  /external/iproute2/tc/
q_hfsc.c 149 struct tc_service_curve rsc, fsc, usc; local
153 memset(&rsc, 0, sizeof(rsc));
161 if (hfsc_get_sc(&argc, &argv, &rsc) < 0) {
175 if (hfsc_get_sc(&argc, &argv, &rsc) < 0) {
179 memcpy(&fsc, &rsc, sizeof(fsc));
216 addattr_l(n, 1024, TCA_HFSC_RSC, &rsc, sizeof(rsc));
241 struct tc_service_curve *rsc = NULL, *fsc = NULL, *usc = NULL; local
249 if (RTA_PAYLOAD(tb[TCA_HFSC_RSC]) < sizeof(*rsc))
    [all...]
  /external/icu/icu4c/source/test/cintltst/
spooftest.c 122 USpoofChecker *rsc; local
146 rsc = uspoof_openFromSource(confusables, confusablesLength,
153 checkResults = uspoof_check(rsc, goodLatin, -1, NULL, &status);
160 uspoof_close(rsc);
  /external/iproute2/ip/
iplink_vxlan.c 29 fprintf(f, " [ [no]learning ] [ [no]proxy ] [ [no]rsc ]\n");
63 __u8 rsc = 0; local
183 rsc = 0;
184 } else if (!matches(*argv, "rsc")) {
185 rsc = 1;
277 addattr8(n, 1024, IFLA_VXLAN_RSC, rsc);
389 fputs("rsc ", f);
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 814 u8 key_buf[32], rsc[6]; local
869 os_memset(rsc, 0, 6);
871 rsc, sizeof(rsc), _key, key_len) < 0) {
886 u8 rsc[6]; local
891 os_memset(rsc, 0, 6);
893 rsc, sizeof(rsc), peerkey->stk.tk,
    [all...]
tdls.c 192 u8 rsc[6]; local
195 os_memset(rsc, 0, 6);
213 rsc, sizeof(rsc), peer->tpk.tk, key_len) < 0) {
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 568 sp<AaptFile> rsc = new AaptFile(String8(), AaptGroupEntry(), String8()); local
569 status_t err = root->flatten(rsc, !keepComments, false);
573 err = outTree->setTo(rsc->getData(), rsc->getSize(), true);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterRS.java 120 Resources rsc = pipeline.getResources(); local
130 createFilter(rsc, scaleFactor, quality);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
eapol.h 112 unsigned char rsc[EAPOL_WPA_KEY_RSC_LEN]; /* Key RSC */ member in struct:__anon29624
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropView.java 98 Resources rsc = context.getResources(); local
99 mShadow = (NinePatchDrawable) rsc.getDrawable(R.drawable.geometry_shadow);
100 mCropIndicator = rsc.getDrawable(R.drawable.camera_crop);
101 mIndicatorSize = (int) rsc.getDimension(R.dimen.crop_indicator_size);
102 mShadowMargin = (int) rsc.getDimension(R.dimen.shadow_margin);
103 mMargin = (int) rsc.getDimension(R.dimen.preview_margin);
104 mMinSideSize = (int) rsc.getDimension(R.dimen.crop_min_side);
105 mTouchTolerance = (int) rsc.getDimension(R.dimen.crop_touch_tolerance);
106 mOverlayShadowColor = (int) rsc.getColor(R.color.crop_shadow_color);
107 mOverlayWPShadowColor = (int) rsc.getColor(R.color.crop_shadow_wp_color)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 81 Resources rsc = context.getResources(); local
82 mCropIndicator = rsc.getDrawable(R.drawable.camera_crop);
83 mIndicatorSize = (int) rsc.getDimension(R.dimen.crop_indicator_size);
84 mMinSideSize = (int) rsc.getDimension(R.dimen.crop_min_side);
85 mTouchTolerance = (int) rsc.getDimension(R.dimen.crop_touch_tolerance);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
SpoofCheckerTest.java 97 SpoofChecker rsc = null; local
105 rsc = new SpoofChecker.Builder().setData(confusables, confusablesWholeScript).build();
113 if (rsc == null) {
118 checkSkeleton(rsc, "TestOpenFromSourceRules");
121 rsc.failsChecks("Hello", result);
126 assertTrue("Checker built from rules equals default", defaultChecker.equals(rsc));
130 assertFalse("", optionChecker.equals(rsc));
    [all...]
  /external/icu/icu4c/source/i18n/
rbnf.cpp 135 int32_t rsc = getNumberOfRuleSets(); local
136 if (rsc == rhs->getNumberOfRuleSets()) {
137 for (int i = 0; i < rsc; ++i) {
151 for (int j = 0; j < rsc; ++j) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java 93 SpoofChecker rsc = null; local
101 rsc = new SpoofChecker.Builder().setData(confusables, confusablesWholeScript).build();
109 if (rsc == null) {
114 checkSkeleton(rsc, "TestOpenFromSourceRules");
117 rsc.failsChecks("Hello", result);
122 assertTrue("Checker built from rules equals default", defaultChecker.equals(rsc));
126 assertFalse("", optionChecker.equals(rsc));
    [all...]
  /art/compiler/utils/arm/
assembler_arm32.cc 105 void Arm32Assembler::rsc(Register rd, Register rn, const ShifterOperand& so, function in class:art::arm::Arm32Assembler
107 EmitType01(cond, so.type(), RSC, set_cc, rn, rd, so);
    [all...]
assembler_thumb2.cc 584 void Thumb2Assembler::rsc(Register rd, Register rn, const ShifterOperand& so, function in class:art::arm::Thumb2Assembler
586 EmitDataProcessing(cond, RSC, set_cc, rn, rd, so);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 2157 u8 rsc[WPA_KEY_RSC_LEN]; local
2204 u8 rsc[WPA_KEY_RSC_LEN], *_rsc, *gtk, *kde, *pos, dummy_gtk[32]; local
2566 u8 rsc[WPA_KEY_RSC_LEN]; local
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 1461 void Assembler::rsc(Register dst, Register src1, const Operand& src2, function in class:v8::internal::Assembler
    [all...]

Completed in 569 milliseconds

1 2