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

  /development/tools/a3dconvert/
a3dconvert.cpp 25 bool rsdAllocationInit(const Context *rsc, Allocation *alloc, bool forceZero) {
38 void rsdAllocationDestroy(const Context *rsc, Allocation *alloc) {
61 bool rsdHalInit(Context *rsc, uint32_t version_major, uint32_t version_minor) {
62 rsc->mHal.funcs = FunctionTable;
71 Context *rsc = Context::createContextLite(); local
72 rsdHalInit(rsc, 0, 0);
73 FileA3D file(rsc);
76 Mesh *exportedMesh = loader->getMesh(i)->getRsMesh(rsc);
82 delete rsc;
  /external/iproute2/tc/
q_hfsc.c 145 struct tc_service_curve rsc, fsc, usc; local
149 memset(&rsc, 0, sizeof(rsc));
157 if (hfsc_get_sc(&argc, &argv, &rsc) < 0) {
171 if (hfsc_get_sc(&argc, &argv, &rsc) < 0) {
175 memcpy(&fsc, &rsc, sizeof(fsc));
212 addattr_l(n, 1024, TCA_HFSC_RSC, &rsc, sizeof(rsc));
237 struct tc_service_curve *rsc = NULL, *fsc = NULL, *usc = NULL; local
245 if (RTA_PAYLOAD(tb[TCA_HFSC_RSC]) < sizeof(*rsc))
    [all...]
  /frameworks/base/libs/rs/driver/
rsdCore.cpp 44 static void Shutdown(Context *rsc);
45 static void SetPriority(const Context *rsc, int32_t priority);
136 Context *rsc = static_cast<Context *>(vrsc); local
137 RsdHal *dc = (RsdHal *)rsc->mHal.drv;
142 //LOGV("RS helperThread starting %p idx=%i", rsc, idx);
157 int ret = syscall(241, rsc->mWorkers.mNativeThreadId[idx],
171 //LOGV("RS helperThread exited %p idx=%i", rsc, idx);
175 void rsdLaunchThreads(Context *rsc, WorkerCallback_t cbk, void *data) {
176 RsdHal *dc = (RsdHal *)rsc->mHal.drv;
189 bool rsdHalInit(Context *rsc, uint32_t version_major, uint32_t version_minor)
    [all...]
rsdBcc.cpp 65 bool rsdScriptInit(const Context *rsc,
72 //LOGE("rsdScriptCreate %p %p %p %p %i %i %p", rsc, resName, cacheDir, bitcode, bitcodeSize, flags, lookupFunc);
188 Context *rsc; member in struct:__anon14752
226 RsdHal * dc = (RsdHal *)mtls->rsc->mHal.drv;
257 RsdHal * dc = (RsdHal *)mtls->rsc->mHal.drv;
279 void rsdScriptInvokeForEach(const Context *rsc,
288 RsdHal * dc = (RsdHal *)rsc->mHal.drv;
311 rsc->setError(RS_ERROR_BAD_SCRIPT, "rsForEach called with null allocations");
344 Context *mrsc = (Context *)rsc;
347 mtls.rsc = mrsc
    [all...]
  /frameworks/base/libs/rs/
rsFileA3D.cpp 28 FileA3D::FileA3D(Context *rsc) : ObjectBase(rsc) {
415 Context *rsc = static_cast<Context *>(con); local
416 FileA3D *fa3d = new FileA3D(rsc);
424 Context *rsc = static_cast<Context *>(con); local
426 FileA3D *fa3d = new FileA3D(rsc);
439 Context *rsc = static_cast<Context *>(con); local
444 fa3d = new FileA3D(rsc);
rsAllocation.cpp 24 Allocation::Allocation(Context *rsc, const Type *type, uint32_t usages,
26 : ObjectBase(rsc) {
37 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages,
39 Allocation *a = new Allocation(rsc, type, usages, mc);
41 if (!rsc->mHal.funcs.allocation.init(rsc, a, type->getElement()->getHasReferences())) {
42 rsc->setError(RS_ERROR_FATAL_DRIVER, "Allocation::Allocation, alloc failure");
65 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) {
66 rsc->mHal.funcs.allocation.syncAll(rsc, this, src)
465 Context *rsc = static_cast<Context *>(con); local
    [all...]
rsContext.cpp 206 Context *rsc = static_cast<Context *>(vrsc); local
208 rsc->mNativeThreadId = gettid();
209 setpriority(PRIO_PROCESS, rsc->mNativeThreadId, ANDROID_PRIORITY_DISPLAY);
210 rsc->mThreadPriority = ANDROID_PRIORITY_DISPLAY;
212 rsc->props.mLogTimes = getProp("debug.rs.profile");
213 rsc->props.mLogScripts = getProp("debug.rs.script");
214 rsc->props.mLogObjects = getProp("debug.rs.object");
215 rsc->props.mLogShaders = getProp("debug.rs.shader");
216 rsc->props.mLogShadersAttr = getProp("debug.rs.shader.attributes");
217 rsc->props.mLogShadersUniforms = getProp("debug.rs.shader.uniforms")
323 Context *rsc = (Context *)ctx; local
366 Context * rsc = new Context(); local
376 Context * rsc = new Context(); local
711 Context *rsc = Context::createContext(dev, NULL); local
723 Context *rsc = Context::createContext(dev, &sc); local
    [all...]
  /external/icu4c/test/cintltst/
spooftest.c 139 USpoofChecker *rsc; local
160 rsc = uspoof_openFromSource(confusables, confusablesLength,
168 uspoof_close(rsc);
  /frameworks/base/tools/aapt/
XMLNode.cpp 526 sp<AaptFile> rsc = new AaptFile(String8(), AaptGroupEntry(), String8()); local
527 status_t err = root->flatten(rsc, !keepComments, false);
531 err = outTree->setTo(rsc->getData(), rsc->getSize(), true);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
peerkey.c 835 u8 key_buf[32], rsc[6]; local
892 os_memset(rsc, 0, 6);
894 rsc, sizeof(rsc), _key, key_len) < 0) {
907 u8 rsc[6]; local
912 os_memset(rsc, 0, 6);
914 rsc, sizeof(rsc), (u8 *) peerkey->stk.tk1,
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 838 u8 key_buf[32], rsc[6]; local
895 os_memset(rsc, 0, 6);
897 rsc, sizeof(rsc), _key, key_len) < 0) {
910 u8 rsc[6]; local
915 os_memset(rsc, 0, 6);
917 rsc, sizeof(rsc), (u8 *) peerkey->stk.tk1,
    [all...]
tdls.c 159 u8 rsc[6]; local
162 os_memset(rsc, 0, 6);
180 rsc, sizeof(rsc), peer->tpk.tk, key_len) < 0) {
    [all...]
  /external/icu4c/i18n/
rbnf.cpp 133 int32_t rsc = getNumberOfRuleSets(); local
134 if (rsc == rhs->getNumberOfRuleSets()) {
135 for (int i = 0; i < rsc; ++i) {
149 for (int j = 0; j < rsc; ++j) {
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 1799 u8 rsc[WPA_KEY_RSC_LEN], *_rsc, *gtk, *kde, *pos; local
2113 u8 rsc[WPA_KEY_RSC_LEN]; local
    [all...]
  /external/wpa_supplicant/
wpa.c 2872 u8 key_buf[32], rsc[6]; local
2944 u8 rsc[6]; local
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
802.11.h 1716 uint8 rsc[8]; member in struct:dot11_gtk_ie
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 1716 uint8 rsc[8]; member in struct:dot11_gtk_ie
    [all...]

Completed in 440 milliseconds