OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDimFaces
(Results
1 - 7
of
7
) sorted by null
/frameworks/rs/
rsApiType.cpp
36
(*typeData++) = t->
getDimFaces
() ? 1 : 0;
rsType.h
77
bool
getDimFaces
() const {return mHal.state.faces;}
rsProgram.cpp
188
if (a && a->getType()->
getDimFaces
() && mHal.state.textureTargets[slot] != RS_TEXTURE_CUBE) {
rsType.cpp
239
if (t->
getDimFaces
() != params->faces) continue;
315
p.faces =
getDimFaces
();
rsAllocation.cpp
147
mHal.state.hasFaces = type->
getDimFaces
();
654
(type0->
getDimFaces
() == type1->
getDimFaces
()) &&
[
all
...]
/frameworks/rs/driver/
rsdAllocation.cpp
306
alloc->mHal.drvState.faceCount = type->
getDimFaces
();
396
if (alloc->getType()->getDimLOD() || alloc->getType()->
getDimFaces
()) {
412
if (alloc->getType()->getDimLOD() || alloc->getType()->
getDimFaces
()) {
[
all
...]
/frameworks/rs/rsov/driver/
rsovAllocation.cpp
94
alloc->mHal.drvState.faceCount = type->
getDimFaces
();
625
uint32_t numFaces = alloc->getType()->
getDimFaces
() ? 6 : 1;
Completed in 59 milliseconds