Home
last modified time | relevance | path

Searched defs:newPtr (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsarrst.c189 void* newPtr; in cf2_arrstack_getPointer() local
231 void* newPtr = (FT_Byte*)arrstack->ptr + offset; in cf2_arrstack_push() local
/third_party/vk-gl-cts/framework/delibs/debase/
DdeMemory.c343 …void* const newPtr = deAlignedRealloc(ptr, s_alignedReallocCases[caseNdx].newSize, s_alignedRea… in deMemory_selfTest() local
/third_party/vk-gl-cts/framework/delibs/depool/
DdeMemPool.c538 void* newPtr = deMemPool_alloc(pool, numBytes); in deMemPool_memDup() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp318 void* newPtr = deAlignedRealloc(ptr, static_cast<size_t>(size), static_cast<size_t>(alignment)); in alignedRealloc() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp318 void* newPtr = deAlignedRealloc(ptr, static_cast<size_t>(size), static_cast<size_t>(alignment)); in alignedRealloc() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp64741 void init(const T& newPtr) { in init()
64746 void set(const T& newPtr) { in set()
64797 void setPtr(T newPtr) { in setPtr()
109331 RefPtr<T> newPtr(aSmartPtr); in assign() local
109338 RefPtr<T> newPtr(aSmartPtr); in assign() local