Searched refs:getDimFaces (Results 1 – 9 of 9) sorted by relevance
/frameworks/support/renderscript/v8/rs_support/ |
D | rsType.cpp | 233 if (t->getDimFaces() != dimFaces) continue; in getTypeRef() 260 getDimY(), getDimZ(), getDimLOD(), getDimFaces()); in cloneAndResize1D() 267 getDimZ(), getDimLOD(), getDimFaces()); in cloneAndResize2D() 327 (*typeData++) = t->getDimFaces() ? 1 : 0; in rsaTypeGetNativeData()
|
D | rsType.h | 70 bool getDimFaces() const {return mHal.state.faces;} in getDimFaces() function
|
D | rsAllocation.cpp | 56 mHal.state.hasFaces = type->getDimFaces(); in updateCache()
|
/frameworks/rs/ |
D | rsType.cpp | 233 if (t->getDimFaces() != dimFaces) continue; in getTypeRef() 260 getDimY(), getDimZ(), getDimLOD(), getDimFaces()); in cloneAndResize1D() 267 getDimZ(), getDimLOD(), getDimFaces()); in cloneAndResize2D() 327 (*typeData++) = t->getDimFaces() ? 1 : 0; in rsaTypeGetNativeData()
|
D | rsType.h | 70 bool getDimFaces() const {return mHal.state.faces;} in getDimFaces() function
|
D | rsProgram.cpp | 175 if (a && a->getType()->getDimFaces() && mHal.state.textureTargets[slot] != RS_TEXTURE_CUBE) { in bindTexture()
|
D | rsAllocation.cpp | 59 mHal.state.hasFaces = type->getDimFaces(); in updateCache()
|
/frameworks/support/renderscript/v8/rs_support/driver/ |
D | rsdAllocation.cpp | 77 drv->faceCount = type->getDimFaces(); in AllocationBuildPointerTable() 524 uint32_t numFaces = alloc->getType()->getDimFaces() ? 6 : 1; in rsdAllocationGenerateMipmaps()
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 242 drv->faceCount = type->getDimFaces(); in AllocationBuildPointerTable() 831 uint32_t numFaces = alloc->getType()->getDimFaces() ? 6 : 1; in rsdAllocationGenerateMipmaps()
|