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

/frameworks/rs/driver/runtime/
H A Drs_structs.h38 rs_allocation_mipmap_control mipmapControl; member in struct:Allocation::__anon1498::__anon1499
/frameworks/rs/
H A DrsAllocation.h59 RsAllocationMipmapControl mipmapControl; member in struct:android::renderscript::Allocation::Hal::State
161 return mHal.state.mipmapControl != RS_ALLOCATION_MIPMAP_NONE;
H A DrsAllocation.cpp35 mHal.state.mipmapControl = RS_ALLOCATION_MIPMAP_NONE;
37 mHal.state.mipmapControl = mc;
271 prefix, mHal.drvState.lod[0].mallocPtr, mHal.state.usageFlags, mHal.state.mipmapControl);
/frameworks/rs/driver/
H A DrsdAllocation.cpp158 if (alloc->mHal.state.mipmapControl == RS_ALLOCATION_MIPMAP_ON_SYNC_TO_TEXTURE) {

Completed in 1517 milliseconds