OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDimLOD
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/
rsApiType.cpp
35
(*typeData++) = t->
getDimLOD
() ? 1 : 0;
rsType.h
76
bool
getDimLOD
() const {return mDimLOD;}
rsType.cpp
238
if (t->
getDimLOD
() != params->mipmaps) continue;
302
p.mipmaps =
getDimLOD
();
314
p.mipmaps =
getDimLOD
();
rsAllocation.cpp
148
mHal.state.hasMipmaps = type->
getDimLOD
();
653
(type0->
getDimLOD
() == type1->
getDimLOD
()) &&
[
all
...]
/frameworks/rs/driver/
rsdAllocation.cpp
396
if (alloc->getType()->
getDimLOD
() || alloc->getType()->getDimFaces()) {
412
if (alloc->getType()->
getDimLOD
() || alloc->getType()->getDimFaces()) {
[
all
...]
Completed in 64 milliseconds