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

/frameworks/av/media/utils/
H A DMemoryLeakTrackUtil.cpp72 oss << totalMemory << " bytes in " << count << " allocations\n";
82 size_t allocations; member in struct:android::AllocEntry
88 oss << (e->size * e->allocations)
89 << " bytes ( " << e->size << " bytes * " << e->allocations << " allocations )\n";
/frameworks/rs/script_api/
H A Drs_allocation_data.spec44 summary: Copy consecutive cells between allocations
48 The two allocations must be different. Using this function to copy whithin
54 This function should only be called between 1D allocations. Calling it
55 on other allocations is undefined.
70 arg: rs_allocation_cubemap_face dstFace, "Cubemap face of the destination allocation. Ignored for allocations that aren't cubemaps."
77 arg: rs_allocation_cubemap_face srcFace, "Cubemap face of the source allocation. Ignored for allocations that aren't cubemaps."
78 summary: Copy a rectangular region of cells between allocations
83 The two allocations must be different. Using this function to copy whithin
89 This function should only be called between 2D allocations. Calling it
90 on other allocations i
[all...]
H A Drs_for_each.spec39 allocations. This is a hint only. Implementations may not follow the suggestion.
50 The kernel context contains common characteristics of the allocations being iterated
105 Runs the kernel over zero or more input allocations. They are passed after the
107 must be specified as the last argument. All input allocations,
111 the work has completed for all cells of the input allocations. If the kernel
183 arg: ..., "Input and output allocations"
195 arg: ..., "Input and output allocations"
202 this API. If allocations are passed in, they must match the number of arguments
224 arg: int numInputs, "Number of input allocations"
225 arg: rs_allocation* allocs, "Input and output allocations"
[all...]
H A Drs_object_types.spec20 The types below are used to manipulate RenderScript objects like allocations, samplers,
H A Drs_graphics.spec741 ret: uint32_t, "number of primitive groups in the mesh. This would include simple primitives as well as allocations containing index data"
768 ret: uint32_t, "number of allocations in the mesh that contain vertex data"
771 summary: Return the number of vertex allocations
773 Returns the number of allocations in the mesh that contain
/frameworks/rs/tests/lldb/java/Allocations/src/rs/
H A Dallocs.rs18 #pragma rs java_package_name(com.android.rs.allocations)
/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp885 * size_t allocations
889 * array of function pointers, and "allocations" is the number of
890 * allocations with the exact same size and backtrace.
892 * The entries are sorted by descending total size (i.e. size*allocations)
933 size_t allocations = *(size_t*) (ptr + sizeof(size_t)); local
939 allocations);
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java17 package com.android.rs.allocations;
412 // Set float allocations to -1/n

Completed in 572 milliseconds