Home
last modified time | relevance | path

Searched refs:RS_ALLOCATION_MIPMAP_NONE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/rs/
DrsAllocation.h69 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE);
123 return mHal.state.mipmapControl != RS_ALLOCATION_MIPMAP_NONE; in getHasGraphicsMipmaps()
DRenderScriptDefines.h107 RS_ALLOCATION_MIPMAP_NONE = 0, enumerator
DrsAllocation.cpp29 mHal.state.mipmapControl = RS_ALLOCATION_MIPMAP_NONE; in Allocation()