Searched refs:getDimFaces (Results 1 – 5 of 5) sorted by relevance
224 if (t->getDimFaces() != dimFaces) continue; in getTypeRef()287 (*typeData++) = t->getDimFaces() ? 1 : 0; in rsaTypeGetNativeData()
41 bool getDimFaces() const {return mFaces;} in getDimFaces() function
142 if (mFace != 0 && !mAllocation->getType()->getDimFaces()) { in getElement()
151 if (a && a->getType()->getDimFaces() && mHal.state.textureTargets[slot] != RS_TEXTURE_CUBE) { in bindTexture()
54 mHal.state.hasFaces = type->getDimFaces(); in updateCache()467 uint32_t numFaces = texAlloc->getType()->getDimFaces() ? 6 : 1; in AllocationGenerateScriptMips()