Home
last modified time | relevance | path

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

/frameworks/rs/
DrsAllocation.h63 RsAllocationMipmapControl mipmapControl; member
182 return mHal.state.mipmapControl != RS_ALLOCATION_MIPMAP_NONE; in getHasGraphicsMipmaps()
DrsAllocation.cpp34 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()
/frameworks/rs/driver/runtime/
Drs_structs.h41 rs_allocation_mipmap_control mipmapControl; member
/frameworks/rs/driver/
DrsdAllocation.cpp157 if (alloc->mHal.state.mipmapControl == RS_ALLOCATION_MIPMAP_ON_SYNC_TO_TEXTURE) { in Upload2DTexture()