OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDimLOD
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/
rsType.cpp
220
if (t->
getDimLOD
() != dimLOD) continue;
250
getDimY(), getDimZ(),
getDimLOD
(), getDimFaces(), getDimYuv());
257
getDimZ(),
getDimLOD
(), getDimFaces(), getDimYuv());
316
(*typeData++) = t->
getDimLOD
() ? 1 : 0;
rsType.h
69
bool
getDimLOD
() const {return mDimLOD;}
rsAllocation.cpp
76
mHal.state.hasMipmaps = type->
getDimLOD
();
/frameworks/rs/driver/
rsdAllocation.cpp
395
if (alloc->getType()->
getDimLOD
() || alloc->getType()->getDimFaces()) {
[
all
...]
Completed in 237 milliseconds