Searched refs:RS_ALLOCATION_MIPMAP_NONE (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_structs.h22 RS_ALLOCATION_MIPMAP_NONE = 0, enumerator in enum:__anon1204
/frameworks/rs/
H A DrsAllocation.h81 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
139 return mHal.state.mipmapControl != RS_ALLOCATION_MIPMAP_NONE;
H A DrsDefines.h114 RS_ALLOCATION_MIPMAP_NONE = 0, enumerator in enum:RsAllocationMipmapControl
H A DrsAllocation.cpp33 mHal.state.mipmapControl = RS_ALLOCATION_MIPMAP_NONE;
/frameworks/support/renderscript/v8/rs_support/
H A DrsAllocation.h78 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
136 return mHal.state.mipmapControl != RS_ALLOCATION_MIPMAP_NONE;
H A DrsDefines.h114 RS_ALLOCATION_MIPMAP_NONE = 0, enumerator in enum:RsAllocationMipmapControl
H A DrsAllocation.cpp30 mHal.state.mipmapControl = RS_ALLOCATION_MIPMAP_NONE;
/frameworks/rs/cpp/
H A DAllocation.cpp402 return createTyped(rs, type, RS_ALLOCATION_MIPMAP_NONE, usage);
413 RS_ALLOCATION_MIPMAP_NONE, usage, 0);

Completed in 187 milliseconds