Home
last modified time | relevance | path

Searched defs:mipmaps (Results 1 – 9 of 9) sorted by relevance

/frameworks/rs/
DrsScriptC_Lib.cpp340 uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, in rsrTypeCreate()
346 RsAllocationMipmapControl mipmaps, in rsrAllocationCreateTyped()
DrsType.cpp363 uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, uint32_t yuv) { in rsi_TypeCreate()
DrsAllocation.cpp740 RsAllocationMipmapControl mipmaps, in rsi_AllocationCreateTyped()
751 RsAllocationMipmapControl mipmaps, in rsi_AllocationCreateStrided()
764 RsAllocationMipmapControl mipmaps, in rsi_AllocationCreateFromBitmap()
786 RsAllocationMipmapControl mipmaps, in rsi_AllocationCubeCreateFromBitmap()
DrsHidlAdaptation.cpp409 uint32_t dimY, uint32_t dimZ, bool mipmaps, in TypeCreate()
420 RsAllocationMipmapControl mipmaps, in AllocationCreateTyped()
433 RsAllocationMipmapControl mipmaps, in AllocationCreateFromBitmap()
447 RsAllocationMipmapControl mipmaps, in AllocationCubeCreateFromBitmap()
DrsApiStubs.cpp314 bool mipmaps, bool faces, uint32_t yuv) in rsTypeCreate()
332 …ion rsAllocationCreateTyped (RsContext ctxWrapper, RsType vtype, RsAllocationMipmapControl mipmaps, in rsAllocationCreateTyped()
338 …sAllocationCreateFromBitmap (RsContext ctxWrapper, RsType vtype, RsAllocationMipmapControl mipmaps, in rsAllocationCreateFromBitmap()
344 …ocationCubeCreateFromBitmap (RsContext ctxWrapper, RsType vtype, RsAllocationMipmapControl mipmaps, in rsAllocationCubeCreateFromBitmap()
DrsInternalDefines.h218 bool mipmaps; member
/frameworks/rs/cpp/
DAllocation.cpp425 RsAllocationMipmapControl mipmaps, uint32_t usage) { in createTyped()
438 RsAllocationMipmapControl mipmaps, uint32_t usage, in createTyped()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp263 uint32_t dimZ, bool mipmaps, in CreateType()
337 RsType type, RsAllocationMipmapControl mipmaps, uint32_t usages, in CreateAllocation()
390 uint32_t dimZ, bool mipmaps, bool faces, in rsCreateType()
399 rs_allocation_mipmap_control mipmaps, in rsCreateAllocation()
419 bool mipmaps, bool faces, in rsCreateType()
426 ::rs_type type, rs_allocation_mipmap_control mipmaps, uint32_t usages, in rsCreateAllocation()
/frameworks/base/tools/aapt/
DResource.cpp1331 sp<ResourceTypeSet> mipmaps; in buildResources() local