Lines Matching refs:slot
62 void invokeFunction(uint32_t slot, const void *params,
66 void invokeForEach(uint32_t slot, const Allocation **ains, uint32_t inLen,
70 void invokeReduce(uint32_t slot, const Allocation **ains, uint32_t inLen,
76 void setGlobalVar(uint32_t slot, const void *data,
78 void getGlobalVar(uint32_t slot, void *data, size_t dataLength) override;
79 void setGlobalVarWithElemDims(uint32_t slot, const void *data,
84 void setGlobalBind(uint32_t slot, Allocation *data) override;
85 void setGlobalObj(uint32_t slot, ObjectBase *obj) override;
107 void InitShader(uint32_t slot);
114 void runForEach(uint32_t slot, uint32_t inLen,
120 uint32_t GetExportedVarOffset(uint32_t slot) const { in GetExportedVarOffset() argument
122 return mExportedVarOffsets[slot]; in GetExportedVarOffset()
167 uint32_t slot, const void *params,
172 uint32_t slot, const android::renderscript::Allocation *ain,
178 uint32_t slot, const android::renderscript::Allocation **ains, size_t inLen,
183 uint32_t slot, const android::renderscript::Allocation **ains, size_t inLen,
199 uint32_t slot, void *data, size_t dataLen);
203 uint32_t slot, void *data, size_t dataLen);
207 const android::renderscript::Script *, uint32_t slot, void *data,
212 uint32_t slot,
217 uint32_t slot,
222 uint32_t slot, void *data, size_t dataLength);
225 uint32_t slot, void *data, size_t dataLength);