Home
last modified time | relevance | path

Searched defs:allocSize (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/tools/preload/loadclass/
DLoadClass.java52 int allocSize = Debug.getGlobalAllocSize(); in main() local
/frameworks/base/tools/preload/
DMemoryUsage.java47 final int allocSize; field in MemoryUsage
90 int allocSize, in MemoryUsage()
/frameworks/av/media/libstagefright/
DSampleTable.cpp397 uint64_t allocSize = (uint64_t)mTimeToSampleCount * 2 * sizeof(uint32_t); in setTimeToSampleParams() local
458 uint64_t allocSize = (uint64_t)numEntries * 2 * sizeof(uint32_t); in setCompositionTimeToSampleParams() local
525 uint64_t allocSize = (uint64_t)mNumSyncSamples * sizeof(uint32_t); in setSyncSampleParams() local
/frameworks/base/core/jni/
Dandroid_ddm_DdmHandleNativeHeap.cpp48 size_t allocSize; member
/frameworks/base/libs/hwui/
DVertexBuffer.h145 void createDegenerateSeparators(int allocSize) { in createDegenerateSeparators()
DPathTessellator.cpp268 const int allocSize = (vertices.size() + extra) * 2; in getStrokeVerticesFromUnclosedVertices() local
578 const int allocSize = 6 * vertices.size() + 2 + 6 * extra; in getStrokeVerticesFromUnclosedVerticesAA() local
/frameworks/base/libs/hwui/utils/
DLinearAllocator.cpp224 void LinearAllocator::rewindIfLastAlloc(void* ptr, size_t allocSize) { in rewindIfLastAlloc()
/frameworks/native/opengl/libagl/
Degl.cpp397 uint64_t allocSize = static_cast<uint64_t>(depth.stride) * in connect() local
557 uint64_t allocSize = static_cast<uint64_t>(depth.stride) * in swapBuffers() local
682 uint64_t allocSize = static_cast<uint64_t>(depth.stride) * in egl_pixmap_surface_t() local
769 uint64_t allocSize = static_cast<uint64_t>(depth.stride) * in egl_pbuffer_surface_t() local
/frameworks/rs/driver/
DrsdAllocation.cpp354 size_t allocSize = alloc->mHal.drvState.faceOffset; in AllocationBuildPointerTable() local
362 static uint8_t* allocAlignedMemory(size_t allocSize, bool forceZero) { in allocAlignedMemory()
382 size_t allocSize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), nullptr); in rsdAllocationInit() local
/frameworks/rs/
DrsScriptC_LibGL.cpp219 size_t allocSize = a->getType()->getPackedSizeBytes(); in rsrDrawTextAlloc() local
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBitmap_Delegate.java296 int config, int allocSize, boolean isPremultiplied) { in nativeReconfigure()
/frameworks/base/tools/aapt/
DAaptAssets.cpp446 size_t allocSize = (size*3)/2; in editData() local
/frameworks/base/graphics/java/android/graphics/
DBitmap.java1684 int config, int allocSize, in nativeReconfigure()
/frameworks/av/media/libmedia/
DIOMX.cpp701 size_t allocSize = 0; in onTransact() local
/frameworks/base/core/jni/android/graphics/
DBitmap.cpp789 jint width, jint height, jint configHandle, jint allocSize, in Bitmap_reconfigure()