Searched refs:mipmapControl (Results 1 – 4 of 4) sorted by relevance
59 RsAllocationMipmapControl mipmapControl; member178 return mHal.state.mipmapControl != RS_ALLOCATION_MIPMAP_NONE; in getHasGraphicsMipmaps()
33 mHal.state.mipmapControl = RS_ALLOCATION_MIPMAP_NONE; in Allocation()35 mHal.state.mipmapControl = mc; in Allocation()48 mHal.state.mipmapControl = RS_ALLOCATION_MIPMAP_NONE; in Allocation()363 prefix, mHal.drvState.lod[0].mallocPtr, mHal.state.usageFlags, mHal.state.mipmapControl); in dumpLOGV()
41 rs_allocation_mipmap_control mipmapControl; member
153 if (alloc->mHal.state.mipmapControl == RS_ALLOCATION_MIPMAP_ON_SYNC_TO_TEXTURE) { in Upload2DTexture()