Home
last modified time | relevance | path

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

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