Lines Matching refs:allocation

37      * "adapted allocation" that's returned.
39 * Creates an arbitrary window into the base allocation. The type describes
41 * equal to or smaller than the dimensions in the source allocation. A
42 * dimension present in the allocation that is not present in the type must
44 * both the type and allocation, one of two things must happen. If the type
45 * is smaller than the allocation, a window must be created, the selected
48 * If the type and allocation dimension are of the same size, then setting
80 * @param allocation Allocation
84 allocationGetType(Allocation allocation) generates (Type type);
88 * or if the data can outlive the allocation.
95 * the allocation
98 * @return allocation Created Allocation
103 generates (Allocation allocation);
110 * the allocation
111 * @param bitmap Bitmap source for the allocation data
113 * @return allocation Created Allocation containing bitmap data
119 generates (Allocation allocation);
126 * for the allocation
130 * @return allocation Created Allocation containing cubemap data
136 generates (Allocation allocation);
143 * @param allocation Allocation
144 * @return nativeWindow NativeWindow object associated with allocation
147 allocationGetNativeWindow(Allocation allocation)
156 * @param allocation Allocation to be modified
157 * @pram nativeWindow NativeWindow to associate with allocation
160 allocationSetNativeWindow(Allocation allocation, NativeWindow nativewindow);
191 * @param allocation Allocation
196 allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes);
212 * @param allocation Allocation to be modified
219 allocation1DWrite(Allocation allocation, uint32_t offset, uint32_t lod,
225 * @param allocation Allocation to be updated
236 allocationElementWrite(Allocation allocation, uint32_t x, uint32_t y,
248 * @param allocation Allocation to be modified
261 allocation2DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff,
273 * @param allocation Allocation to be modified
287 allocation3DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff,
299 * allocationSyncAll(context, allocation, usage) is required.
301 * @param allocation Allocation which has its top LOD read and lower LOD
305 allocationGenerateMipmaps(Allocation allocation);
316 * @param allocation Allocation to be read
321 allocationRead(Allocation allocation, Ptr data, Size sizeBytes);
334 * @param allocation Allocation to be read
342 allocation1DRead(Allocation allocation, uint32_t xoff, uint32_t lod,
351 * @param allocation Allocation to be read
361 allocationElementRead(Allocation allocation, uint32_t x, uint32_t y,
376 * @param allocation Allocation to be read
390 allocation2DRead(Allocation allocation, uint32_t xoff, uint32_t yoff,
405 * @param allocation Allocation to be read
420 allocation3DRead(Allocation allocation, uint32_t xoff, uint32_t yoff,
428 * @param allocation First usage of the Allocation
432 allocationSyncAll(Allocation allocation, AllocationUsageType usageType);
441 * allocation different than the type before resizing?
443 * Resizes a 1D allocation. The contents of the allocation are preserved.
452 * @param allocation Allocation to be resized
456 allocationResize1D(Allocation allocation, uint32_t dimX);
487 * Copies a rectangular cuboid region into the allocation from another
518 * @param allocation Allocation to be sent
521 allocationIoSend(Allocation allocation);
528 * @param allocation Allocation to be updated
531 allocationIoReceive(Allocation allocation);
547 * @param allocation Allocation
559 allocationGetPointer(Allocation allocation, uint32_t lod,
730 * allocation or RS script executions) to complete.
991 * @param allocation Allocation to be bound
995 scriptBindAllocation(Script script, Allocation allocation, uint32_t slot);