Home
last modified time | relevance | path

Searched defs:allocate (Results 51 - 75 of 102) sorted by relevance

12345

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_probe_benchmark.cc90 static T* allocate(size_t n) { in allocate() function in __anon19188::RandomizedAllocator
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_cat_test.cc235 T* allocate(size_t n) { return static_cast<T*>(std::malloc(n * sizeof(T))); } in allocate() function
H A Dstring_view_test.cc68 T* allocate(size_t n) { return static_cast<T*>(std::malloc(n * sizeof(T))); } in allocate() function
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableManager.cpp114 Variable* VariableScope::allocate (const VariableType& type, Variable::Storage storage, const char* name) in allocate() function in rsg::VariableScope
160 ValueEntry* ValueScope::allocate (const Variable* variable) in allocate() function in rsg::ValueScope
237 Variable* VariableManager::allocate (const VariableType& type) in allocate() function in rsg::VariableManager
242 Variable* VariableManager::allocate (const VariableType& type, Variable::Storage storage, const char* name) in allocate() function in rsg::VariableManager
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DResourceManager11.cpp388 angle::Result ResourceManager11::allocate(d3d::Context *context, in allocate() function in rx::ResourceManager11
H A DResourceManager11.h344 angle::Result allocate(d3d::Context *context, in allocate() function in rx::final
/third_party/icu/icu4c/source/common/
H A Duniset_props.cpp232 inline UBool allocate() { in allocate() function in __anon3245::UnicodeSetPointer
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compile_sf.c442 static void brw_emit_tri_setup(struct brw_sf_compile *c, bool allocate) in brw_emit_tri_setup() argument
531 static void brw_emit_line_setup(struct brw_sf_compile *c, bool allocate) in brw_emit_line_setup() argument
603 static void brw_emit_point_sprite_setup(struct brw_sf_compile *c, bool allocate) in brw_emit_point_sprite_setup() argument
695 static void brw_emit_point_setup(struct brw_sf_compile *c, bool allocate) in brw_emit_point_setup() argument
/third_party/node/lib/
H A Dbuffer.js442 function allocate(size) { function
/third_party/node/deps/icu-small/source/common/
H A Duniset_props.cpp232 inline UBool allocate() { in allocate() function in __anon11898::UnicodeSetPointer
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiMemoryRequirementInvarianceTests.cpp106 void BufferAllocator::allocate (Context& context) in allocate() function in vkt::api::BufferAllocator
197 void ImageAllocator::allocate (Context& context) in allocate() function in vkt::api::ImageAllocator
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiMemoryRequirementInvarianceTests.cpp106 void BufferAllocator::allocate (Context& context) in allocate() function in vkt::api::BufferAllocator
191 void ImageAllocator::allocate (Context& context) in allocate() function in vkt::api::ImageAllocator
/third_party/skia/src/core/
H A DSkBlockAllocator.h565 SkBlockAllocator::ByteRange SkBlockAllocator::allocate(size_t size) { allocate() function in final::GrowthPolicy::SkBlockAllocator
[all...]
H A DSkRemoteGlyphCache.cpp95 T* allocate() { in allocate() function in Serializer
106 void* allocate(size_t size, size_t alignment) { in allocate() function in Serializer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h121 Error allocate(void *&Addr, size_t Size, uint32_t Align) { in allocate() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceCfg.h245 template <typename T> T *allocate() { return Allocator->Allocate<T>(); } in allocate() function in Ice::Cfg
H A DIceGlobalContext.h288 allocate() { in allocate() function in Ice::GlobalContext
/third_party/skia/third_party/externals/icu/source/common/
H A Duniset_props.cpp232 inline UBool allocate() { in allocate() function in __anon21126::UnicodeSetPointer
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_test.cc1780 value_type* allocate(size_t n) { in TEST() function
/third_party/ffmpeg/libavcodec/
H A Dcbs_h2645.c352 #define allocate(name, size) do { \ macro
383 #undef allocate macro
430 #define allocate(name, size) do { \ macro
466 #undef allocate macro
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c73 llvmpipe_texture_layout(struct llvmpipe_screen *screen, struct llvmpipe_resource *lpr, boolean allocate) llvmpipe_texture_layout() argument
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
H A DLatencyAnalyzer.h105 void allocate(int maxFrames) { in allocate() function in AudioRecording
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h194 template <typename Func> T allocate() { return NextId++; } in allocate() function in llvm::orc::rpc::RPCFunctionIdAllocator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCContext.h674 void *allocate(unsigned Size, unsigned Align = 8) { in allocate() function
/third_party/protobuf/src/google/protobuf/
H A Dmap.h114 pointer allocate(size_type n, const void* /* hint */ = nullptr) { in allocate() function in google::protobuf::internal::MapAllocator

Completed in 38 milliseconds

12345