OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDimYuv
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/
rsType.cpp
222
if (t->
getDimYuv
() != dimYuv) continue;
250
getDimY(), getDimZ(), getDimLOD(), getDimFaces(),
getDimYuv
());
257
getDimZ(), getDimLOD(), getDimFaces(),
getDimYuv
());
rsType.h
71
uint32_t
getDimYuv
() const {return mHal.state.dimYuv;}
rsAllocation.cpp
74
mHal.state.yuv = type->
getDimYuv
();
Completed in 29 milliseconds