Home
last modified time | relevance | path

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

/frameworks/support/renderscript/v8/rs_support/
DrsAllocation.h50 RsAllocationMipmapControl mipmapControl; member
136 return mHal.state.mipmapControl != RS_ALLOCATION_MIPMAP_NONE; in getHasGraphicsMipmaps()
DrsAllocation.cpp30 mHal.state.mipmapControl = RS_ALLOCATION_MIPMAP_NONE; in Allocation()
32 mHal.state.mipmapControl = mc; in Allocation()
213 prefix, mHal.drvState.mallocPtrLOD0, mHal.state.usageFlags, mHal.state.mipmapControl); in dumpLOGV()
/frameworks/rs/
DrsAllocation.h53 RsAllocationMipmapControl mipmapControl; member
139 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()
232 prefix, mHal.drvState.mallocPtrLOD0, mHal.state.usageFlags, mHal.state.mipmapControl); in dumpLOGV()
/frameworks/compile/libbcc/lib/Renderscript/runtime/
Drs_structs.h34 rs_allocation_mipmap_control mipmapControl; member
/frameworks/rs/driver/
DrsdAllocation.cpp143 if (alloc->mHal.state.mipmapControl == RS_ALLOCATION_MIPMAP_ON_SYNC_TO_TEXTURE) { in Upload2DTexture()