Searched refs:mipmapControl (Results 1 – 4 of 4) sorted by relevance
63 RsAllocationMipmapControl mipmapControl; member182 return mHal.state.mipmapControl != RS_ALLOCATION_MIPMAP_NONE; in getHasGraphicsMipmaps()
34 mHal.state.mipmapControl = RS_ALLOCATION_MIPMAP_NONE; in Allocation()36 mHal.state.mipmapControl = mc; in Allocation()49 mHal.state.mipmapControl = RS_ALLOCATION_MIPMAP_NONE; in Allocation()362 prefix, mHal.drvState.lod[0].mallocPtr, mHal.state.usageFlags, mHal.state.mipmapControl); in dumpLOGV()
41 rs_allocation_mipmap_control mipmapControl; member
157 if (alloc->mHal.state.mipmapControl == RS_ALLOCATION_MIPMAP_ON_SYNC_TO_TEXTURE) { in Upload2DTexture()