OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDimZ
(Results
1 - 8
of
8
) sorted by null
/frameworks/rs/
rsApiType.cpp
34
(*typeData++) = t->
getDimZ
();
rsType.cpp
211
uint32_t z =
getDimZ
();
237
if (t->
getDimZ
() != params->dimZ) continue;
301
p.dimZ =
getDimZ
();
313
p.dimZ =
getDimZ
();
rsType.h
75
uint32_t
getDimZ
() const {return mHal.state.dimZ;}
rsAllocation.cpp
658
(type0->
getDimZ
() == type1->
getDimZ
());
717
if(t->
getDimZ
()) {
718
a->read(rsc, 0, 0, 0, 0, t->getDimX(), t->getDimY(), t->
getDimZ
(),
[
all
...]
/frameworks/rs/cpu_ref/
rsCpuScript.cpp
572
mtls->redp.dim.z = inType->
getDimZ
();
656
mtls->fep.dim.z = inType->
getDimZ
();
671
mtls->fep.dim.z = outType->
getDimZ
();
[
all
...]
/frameworks/rs/rsov/driver/
rsovAllocation.cpp
87
alloc->mHal.drvState.lod[0].dimZ = type->
getDimZ
();
225
mDepth(type->
getDimZ
()) {}
rsovScript.cpp
405
mappedMetadata[id].z_size = T->
getDimZ
();
/frameworks/rs/driver/
rsdAllocation.cpp
225
rsAssert(!alloc->mHal.state.type->
getDimZ
());
300
alloc->mHal.drvState.lod[0].dimZ = type->
getDimZ
();
[
all
...]
Completed in 86 milliseconds