Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkColorTable.cpp103 const size_t allocSize = count * sizeof(SkPMColor); in Create() local
DSkColorSpace_ICC.cpp770 size_t allocSize = sizeof(SkGammas); in parse_and_load_gamma() local
793 size_t allocSize = sizeof(SkGammas); in parse_and_load_gamma() local
877 size_t allocSize = sizeof(SkGammas); in load_lut_gammas() local
1342 size_t allocSize = sizeof(SkGammas); in make_xyz() local
1374 size_t allocSize = sizeof(SkGammas); in make_xyz() local
1444 size_t allocSize = sizeof(SkGammas); in make_gray() local
DSkGlyph.h188 size_t allocSize; in allocImage() local
/external/eigen/Eigen/src/SparseCore/
DAmbiVector.h76 Index allocSize = (size * sizeof(ListEl) + sizeof(Scalar) - 1)/sizeof(Scalar); in reallocate() local
94 Index allocSize = m_allocatedElements * sizeof(ListEl); in reallocateSparse() local
/external/skia/src/gpu/ops/
DGrDrawAtlasOp.cpp66 size_t allocSize = args.fVerts.count(); in onPrepareDraws() local
95 int allocSize = static_cast<int>(4 * vertexStride * spriteCount); in GrDrawAtlasOp() local
/external/libvncserver/libvncclient/
Dvncviewer.c92 uint64_t allocSize; in MallocFrameBuffer() local
/external/skia/src/gpu/vk/
DGrVkMemory.h138 VkDeviceSize allocSize() const { return fAllocSize; } in allocSize() function
DGrVkMemory.cpp314 VkDeviceSize* allocOffset, VkDeviceSize* allocSize) { in alloc()
401 void GrVkFreeListAlloc::free(VkDeviceSize allocOffset, VkDeviceSize allocSize) { in free()
/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_win.cc1034 int allocSize = sizeof(TC_GEN_FLOW) + sizeof(QOS_DS_CLASS) + in SetTrafficControl() local
1075 int allocSize = sizeof(TC_GEN_FLOW) + sizeof(QOS_DS_CLASS) + in SetTrafficControl() local
/external/libvncserver/libvncserver/
Dscale.c290 int allocSize; in rfbScaledScreenAllocate() local
/external/icu/icu4c/source/common/
Dunisetspan.cpp268 int32_t allocSize; in UnicodeSetStringSpan() local
409 int32_t allocSize=stringsLength*(4+1+1+1+1)+utf8Length; in UnicodeSetStringSpan() local
/external/skia/src/gpu/
DGrResourceProvider.cpp336 size_t allocSize = SkTMax(MIN_SIZE, GrNextSizePow2(size)); in createBuffer() local
/external/skia/src/effects/gradients/
DSkGradientShader.cpp69 size_t allocSize = (sizeof(SkColor4f) + sizeof(SkScalar)) * fCount; in unflatten() local
115 size_t allocSize = (sizeof(SkColor4f) + sizeof(SkScalar)) * fCount; in unflatten() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUnicodeSetStringSpan.java142 int allocSize; in UnicodeSetStringSpan() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeSetStringSpan.java138 int allocSize; in UnicodeSetStringSpan() local
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1332 llvm::Value *allocSize = in EmitCXXNewExpr() local