Home
last modified time | relevance | path

Searched refs:imageMemoryAlloc (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/include/
H A DofxImageEffect.h1769 OfxStatus (*imageMemoryAlloc)(OfxImageEffectHandle instanceHandle, member
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/include/
H A DofxImageEffect.h1769 OfxStatus (*imageMemoryAlloc)(OfxImageEffectHandle instanceHandle, member
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/include/
H A DofxhImageEffect.h177 Memory::Instance* imageMemoryAlloc(size_t nBytes);
524 Memory::Instance* imageMemoryAlloc(size_t nBytes);
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/include/
H A DofxhImageEffect.h177 Memory::Instance* imageMemoryAlloc(size_t nBytes);
524 Memory::Instance* imageMemoryAlloc(size_t nBytes);
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Reference/
H A DofxImageClip.rst256 - :cpp:func:`OfxImageEffectSuiteV1::imageMemoryAlloc`
285 gEffectSuite->imageMemoryAlloc(0, imageSize, &memHandle);
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Reference/
H A DofxImageClip.rst256 - :cpp:func:`OfxImageEffectSuiteV1::imageMemoryAlloc`
285 gEffectSuite->imageMemoryAlloc(0, imageSize, &memHandle);
/dports/graphics/openfx-misc/openfx-misc-3ab0531/DebugProxy/
H A DDebugProxy.cpp475 gEffectProxy[nth].imageMemoryAlloc = imageMemoryAllocNthFunc(nth); in fetchHostSuites()
489 gEffectProxy[nth].imageMemoryAlloc = NULL; in fetchHostSuites()
2122 st = (gEffectHost[nth]->imageMemoryAlloc ? in imageMemoryAllocNth()
2123 gEffectHost[nth]->imageMemoryAlloc(instanceHandle, nBytes, memoryHandle) : in imageMemoryAllocNth()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/src/
H A DofxhImageEffect.cpp917 Memory::Instance* Instance::imageMemoryAlloc(size_t nBytes){ in imageMemoryAlloc() function in OFX::Host::ImageEffect::Instance
3418 static OfxStatus imageMemoryAlloc(OfxImageEffectHandle instanceHandle, in imageMemoryAlloc() function
3438 memory = effectInstance->imageMemoryAlloc(nBytes); in imageMemoryAlloc()
3441 memory = gImageEffectHost->imageMemoryAlloc(nBytes); in imageMemoryAlloc()
3529 imageMemoryAlloc,
4250 Memory::Instance* Host::imageMemoryAlloc(size_t nBytes){ in imageMemoryAlloc() function in OFX::Host::ImageEffect::Host
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/src/
H A DofxhImageEffect.cpp917 Memory::Instance* Instance::imageMemoryAlloc(size_t nBytes){ in imageMemoryAlloc() function in OFX::Host::ImageEffect::Instance
3418 static OfxStatus imageMemoryAlloc(OfxImageEffectHandle instanceHandle, in imageMemoryAlloc() function
3438 memory = effectInstance->imageMemoryAlloc(nBytes); in imageMemoryAlloc()
3441 memory = gImageEffectHost->imageMemoryAlloc(nBytes); in imageMemoryAlloc()
3529 imageMemoryAlloc,
4250 Memory::Instance* Host::imageMemoryAlloc(size_t nBytes){ in imageMemoryAlloc() function in OFX::Host::ImageEffect::Host
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Support/Library/
H A DofxsImageEffect.cpp3656 OfxStatus stat = OFX::Private::gEffectSuite->imageMemoryAlloc(effectHandle, nBytes, &_handle); in ImageMemory()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Support/Library/
H A DofxsImageEffect.cpp3656 OfxStatus stat = OFX::Private::gEffectSuite->imageMemoryAlloc(effectHandle, nBytes, &_handle); in ImageMemory()