Home
last modified time | relevance | path

Searched refs:mipmapControl (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/rs/
DrsAllocation.h47 RsAllocationMipmapControl mipmapControl; member
123 return mHal.state.mipmapControl != RS_ALLOCATION_MIPMAP_NONE; in getHasGraphicsMipmaps()
DrsAllocation.cpp29 mHal.state.mipmapControl = RS_ALLOCATION_MIPMAP_NONE; in Allocation()
31 mHal.state.mipmapControl = mc; in Allocation()
195 prefix, getPtr(), mHal.state.usageFlags, mHal.state.mipmapControl); in dumpLOGV()
/frameworks/base/libs/rs/driver/
DrsdAllocation.cpp128 if (alloc->mHal.state.mipmapControl == RS_ALLOCATION_MIPMAP_ON_SYNC_TO_TEXTURE) { in Upload2DTexture()