OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScriptKernelID
(Results
1 - 10
of
10
) sorted by null
/frameworks/rs/
rsScriptGroup.h
35
Vector<ObjectBaseRef<
ScriptKernelID
> > mKernels;
39
ObjectBaseRef<const
ScriptKernelID
> mSource;
40
ObjectBaseRef<const
ScriptKernelID
> mDstKernel;
52
Vector<const
ScriptKernelID
*> mKernels;
62
IO(const
ScriptKernelID
*);
64
const
ScriptKernelID
*mKernel;
83
ScriptKernelID
** kernels, size_t kernelsSize,
84
ScriptKernelID
** src, size_t srcSize,
85
ScriptKernelID
** dstK, size_t dstKSize,
93
void setInput(Context *rsc,
ScriptKernelID
*kid, Allocation *a)
[
all
...]
rsScriptGroup.cpp
36
ScriptGroup::IO::IO(const
ScriptKernelID
*kid) {
105
const
ScriptKernelID
*k = mKernels[ct].get();
151
const
ScriptKernelID
*k = mKernels[ct].get();
194
ScriptKernelID
** kernels, size_t kernelsSize,
195
ScriptKernelID
** src, size_t srcSize,
196
ScriptKernelID
** dstK, size_t dstKSize,
200
size_t kernelCount = kernelsSize / sizeof(
ScriptKernelID
*);
235
const
ScriptKernelID
*k = l->mSource.get();
256
void ScriptGroup::setInput(Context *rsc,
ScriptKernelID
*kid, Allocation *a) {
270
void ScriptGroup::setOutput(Context *rsc,
ScriptKernelID
*kid, Allocation *a)
[
all
...]
rsScript.h
35
class
ScriptKernelID
: public ObjectBase {
37
ScriptKernelID
(Context *rsc, Script *s, int slot, int sig);
38
virtual ~
ScriptKernelID
();
rsScript.cpp
101
ScriptKernelID
::
ScriptKernelID
(Context *rsc, Script *s, int slot, int sig)
110
ScriptKernelID
::~
ScriptKernelID
() {
114
void
ScriptKernelID
::serialize(Context *rsc, OStream *stream) const {
118
RsA3DClassID
ScriptKernelID
::getClassId() const {
144
ScriptKernelID
*kid = new
ScriptKernelID
(rsc, (Script *)vs, slot, sig);
rs_hal.h
33
class
ScriptKernelID
;
283
const
ScriptKernelID
*kid, Allocation *);
285
const
ScriptKernelID
*kid, Allocation *);
/frameworks/rs/cpu_ref/
rsCpuScriptGroup.h
28
virtual void setInput(const
ScriptKernelID
*kid, Allocation *);
29
virtual void setOutput(const
ScriptKernelID
*kid, Allocation *);
52
const
ScriptKernelID
*const* kernels;
rsd_cpu.h
49
class
ScriptKernelID
;
99
virtual void setInput(const
ScriptKernelID
*kid, Allocation *) = 0;
100
virtual void setOutput(const
ScriptKernelID
*kid, Allocation *) = 0;
rsCpuScriptGroup.cpp
40
void CpuScriptGroupImpl::setInput(const
ScriptKernelID
*kid, Allocation *a) {
43
void CpuScriptGroupImpl::setOutput(const
ScriptKernelID
*kid, Allocation *a) {
116
Vector<const
ScriptKernelID
*> kernels;
138
const
ScriptKernelID
*k = n->mKernels[ct2];
/frameworks/rs/driver/
rsdScriptGroup.cpp
39
const
ScriptKernelID
*kid, Allocation *) {
43
const
ScriptKernelID
*kid, Allocation *) {
rsdScriptGroup.h
26
const android::renderscript::
ScriptKernelID
*kid,
30
const android::renderscript::
ScriptKernelID
*kid,
Completed in 35 milliseconds