Home
last modified time | relevance | path

Searched refs:hasFaces (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
DType.java118 public boolean hasFaces() { in hasFaces() method in Type
137 if (hasFaces()) { in calcElementCount()
DAllocationAdapter.java159 if (!mAdaptedAllocation.getType().hasFaces()) { in setFace()
DProgram.java112 if (va != null && va.getType().hasFaces() && in bindTexture()
DAllocation.java827 if ((mType.getY() > 0)|| (mType.getZ() > 0) || mType.hasFaces() || mType.hasMipmaps()) { in resize()
/frameworks/base/libs/rs/driver/
DrsdAllocation.cpp85 if (alloc->mHal.state.hasFaces) { in Update2DTexture()
99 if (alloc->mHal.state.hasFaces) { in Upload2DTexture()
110 if (alloc->mHal.state.hasFaces) { in Upload2DTexture()
223 if (alloc->mHal.state.hasFaces) { in rsdAllocationInit()
/frameworks/base/libs/rs/
DrsAllocation.h56 bool hasFaces; member
DrsAllocation.cpp54 mHal.state.hasFaces = type->getDimFaces(); in updateCache()
/frameworks/compile/libbcc/lib/ScriptCRT/
Drs_core.c29 bool hasFaces; member
272 return alloc->mHal.state.hasFaces; in rsAllocationGetDimFaces()
/frameworks/base/api/
Dcurrent.txt18497 method public boolean hasFaces();
D14.txt18497 method public boolean hasFaces();