OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDimFaces
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/
rsType.cpp
221
if (t->
getDimFaces
() != dimFaces) continue;
250
getDimY(), getDimZ(), getDimLOD(),
getDimFaces
(), getDimYuv());
257
getDimZ(), getDimLOD(),
getDimFaces
(), getDimYuv());
317
(*typeData++) = t->
getDimFaces
() ? 1 : 0;
rsType.h
70
bool
getDimFaces
() const {return mHal.state.faces;}
rsProgram.cpp
186
if (a && a->getType()->
getDimFaces
() && mHal.state.textureTargets[slot] != RS_TEXTURE_CUBE) {
rsAllocation.cpp
75
mHal.state.hasFaces = type->
getDimFaces
();
/frameworks/rs/driver/
rsdAllocation.cpp
313
alloc->mHal.drvState.faceCount = type->
getDimFaces
();
395
if (alloc->getType()->getDimLOD() || alloc->getType()->
getDimFaces
()) {
[
all
...]
Completed in 2660 milliseconds