Searched
full:allocation (Results
626 -
650 of
5138) sorted by null
<<21222324252627282930>>
/frameworks/base/media/tests/omxjpegdecoder/ |
SkOmxPixelRef.h | 33 //! Return the allocation size for the pixels
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
TextureBase.java | 49 protected Allocation mRsTexture;
|
/frameworks/rs/cpp/ |
Android.mk | 6 Allocation.cpp \
|
/frameworks/rs/cpu_ref/linkloader/include/ |
MemChunk.h | 69 // The allocation function must return page-aligned memory or we will be
|
/frameworks/rs/driver/ |
rsdBcc.cpp | 70 const Allocation * ain, 71 Allocation * aout, 125 void rsdScriptSetGlobalBind(const Context *dc, const Script *s, uint32_t slot, Allocation *data) { 142 Allocation * rsdScriptGetAllocationForPointer(const android::renderscript::Context *dc,
|
rsdMeshObj.cpp | 119 // Remember which allocation this attribute came from 136 const Allocation *alloc = mRSMesh->mHal.state.vertexBuffers[ct]; 146 Allocation *alloc = mRSMesh->mHal.state.vertexBuffers[allocIndex]; 161 const Allocation *idxAlloc = mRSMesh->mHal.state.indexBuffers[primIndex];
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
Copy.java | 21 import android.renderscript.Allocation;
|
Greyscale.java | 21 import android.renderscript.Allocation;
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
Copy.java | 21 import android.renderscript.Allocation;
|
Greyscale.java | 21 import android.renderscript.Allocation;
|
WhiteBalance.java | 21 import android.renderscript.Allocation;
|
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/ |
MathErrActivity.java | 22 import android.renderscript.Allocation;
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
xalloc-die.c | 1 /* Report a memory allocation failure and exit.
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterGrad.java | 29 import android.support.v8.renderscript.Allocation; 84 int quality, Allocation in) { 160 private void runSelectiveAdjust(Allocation in, Allocation out) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
quotaio_v1.h | 9 * in an allocation failure). The timer is started when the user crosses
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
quotaio_v1.h | 9 * in an allocation failure). The timer is started when the user crosses
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
quotaio_v1.h | 9 * in an allocation failure). The timer is started when the user crosses
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/ |
plugin.properties | 11 view.name.Allocation_Tracker = Allocation Tracker
|
/system/extras/fatblock/ |
fatblock.h | 70 #define MALLOC_FAIL (-41) /* memory allocation failed somewhere. */
|
/external/chromium_org/chrome/browser/ui/gtk/ |
rounded_window.cc | 208 GtkAllocation allocation; local 209 gtk_widget_get_allocation(widget, &allocation); 211 if (data->expected_width != allocation.width || 212 data->expected_height != allocation.height) { 213 data->expected_width = allocation.width; 214 data->expected_height = allocation.height; 249 // reshape a window by whether its allocation has changed so force it to reset
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uobject.h | 32 * Enabling forces all allocation of ICU object types to use ICU's 33 * memory allocation. On Windows, this allows the ICU DLL to be used by 94 * replace the allocation functions declared in cmemory.h 166 * @param file The file where the allocation was requested 167 * @param line The line where the allocation was requested 174 * @param file The file where the allocation was requested 175 * @param line The line where the allocation was requested
|
/external/chromium_org/v8/test/mjsunit/ |
allocation-site-info.js | 29 // Flags: --track-allocation-sites --noalways-opt 130 // Case: [1,2,3] as allocation site 140 // don't have allocation site information attached. 198 // Case: new Array() as allocation site, smi->double 212 // Case: new Array() as allocation site, smi->fast 226 // Case: new Array(length) as allocation site 251 // Case: new Array(<length>) as allocation site, smi->fast
|
/external/kernel-headers/original/linux/ |
ion.h | 135 * @len: size of the allocation 136 * @align: requested allocation alignment, lots of hardware blocks have 237 * @len: size of the allocation 238 * @align: required alignment of the allocation 242 * to this allocation 296 * populated with the opaque handle for the allocation. 319 * DOC: ION_IOC_SHARE - creates a file descriptor to use to share an allocation
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4AMRR_CoreReader.h | 74 * @returns M4ERR_ALLOC : Memory allocation failed 95 * @returns M4ERR_ALLOC : Memory allocation failed 114 * @returns M4ERR_ALLOC : Memory allocation failed 134 * @returns M4ERR_ALLOC : Memory allocation failed 157 * @returns M4ERR_ALLOC : Memory allocation failed 180 * @returns M4ERR_ALLOC : Memory allocation failed 197 * @returns M4ERR_ALLOC : Memory allocation failed
|
/frameworks/base/docs/html/reference/renderscript/ |
rs__mesh_8rsh.html | 71 <p>Returns an allocation containing index data or a null allocation if only the primitive is specified</p> 75 <tr><td class="paramname">index</td><td>index of the index allocation </td></tr> 79 <dl class="return"><dt><b>Returns:</b></dt><dd>allocation containing index data </dd></dl> 168 <p>Returns an allocation that is part of the mesh and contains vertex data, e.g. positions, normals, texcoords</p> 172 <tr><td class="paramname">index</td><td>index of the vertex allocation </td></tr> 176 <dl class="return"><dt><b>Returns:</b></dt><dd>allocation containing vertex data </dd></dl>
|
Completed in 3792 milliseconds
<<21222324252627282930>>