Lines Matching refs:mipmaps
263 uint32_t dimZ, bool mipmaps, in CreateType() argument
293 if (mipmaps) { in CreateType()
307 if (mipmaps && dimY < 1) { in CreateType()
316 if (dimZ != 0 || dimY == 0 || faces || mipmaps) { in CreateType()
322 Type *type = (Type *) rsrTypeCreate(rsc, element, dimX, dimY, dimZ, mipmaps, in CreateType()
337 RsType type, RsAllocationMipmapControl mipmaps, uint32_t usages, in CreateAllocation() argument
356 mipmaps, usages, in CreateAllocation()
390 uint32_t dimZ, bool mipmaps, bool faces, in rsCreateType() argument
393 dimY, dimZ, mipmaps, faces, in rsCreateType()
399 rs_allocation_mipmap_control mipmaps, in rsCreateAllocation() argument
403 obj = CreateAllocation((RsType) type.p, (RsAllocationMipmapControl) mipmaps, in rsCreateAllocation()
419 bool mipmaps, bool faces, in rsCreateType() argument
421 return CreateType((RsElement) element.p, dimX, dimY, dimZ, mipmaps, faces, in rsCreateType()
426 ::rs_type type, rs_allocation_mipmap_control mipmaps, uint32_t usages, in rsCreateAllocation() argument
430 (RsAllocationMipmapControl) mipmaps, in rsCreateAllocation()