Home
last modified time | relevance | path

Searched refs:DEMOGfxAllocMEM1 (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/demo/
DdemoDRC.c192 ptr = DEMOGfxAllocMEM1(DEMODRCColorBuffer.surface.imageSize, in DEMODRCInit()
203 ptr = DEMOGfxAllocMEM1(size, align); in DEMODRCInit()
216 ptr = DEMOGfxAllocMEM1(DEMODRCDepthBuffer.surface.imageSize, in DEMODRCInit()
226 ptr = DEMOGfxAllocMEM1(size, align); in DEMODRCInit()
314 ptr = DEMOGfxAllocMEM1(DEMODRCColorBuffer.surface.imageSize, in DEMODRCAcquiredForeground()
324 ptr = DEMOGfxAllocMEM1(size, align); in DEMODRCAcquiredForeground()
332 ptr = DEMOGfxAllocMEM1(DEMODRCDepthBuffer.surface.imageSize, in DEMODRCAcquiredForeground()
341 ptr = DEMOGfxAllocMEM1(size, align); in DEMODRCAcquiredForeground()
DdemoGfx.c66 return DEMOGfxAllocMEM1(byteCount, alignment); in DEMOGX2RAlloc()
90 void *DEMOGfxAllocMEM1(u32 size, u32 align) in DEMOGfxAllocMEM1() function
431 ptr = DEMOGfxAllocMEM1(DEMOColorBuffer.surface.imageSize, in DEMOGfxInit()
442 ptr = DEMOGfxAllocMEM1(size, align); in DEMOGfxInit()
455 ptr = DEMOGfxAllocMEM1(DEMODepthBuffer.surface.imageSize, in DEMOGfxInit()
465 ptr = DEMOGfxAllocMEM1(size, align); in DEMOGfxInit()
607 ptr = DEMOGfxAllocMEM1(DEMOColorBuffer.surface.imageSize, in DEMOGfxAcquiredForeground()
617 ptr = DEMOGfxAllocMEM1(size, align); in DEMOGfxAcquiredForeground()
625 ptr = DEMOGfxAllocMEM1(DEMODepthBuffer.surface.imageSize, in DEMOGfxAcquiredForeground()
634 ptr = DEMOGfxAllocMEM1(size, align); in DEMOGfxAcquiredForeground()
/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
DdemoGfx.h59 void *DEMOGfxAllocMEM1(u32 size, u32 align);
/CafeSDK-2.12.13/system/include/cafe/demo/
DdemoGfx.h59 void *DEMOGfxAllocMEM1(u32 size, u32 align);
/CafeSDK-2.12.13/system/src/tool/gfx/projects/SLConverter/DeferredTest/
DdeferredRendering.cpp371 …GeometryPass.myColorBufferData[0] = DEMOGfxAllocMEM1(GeometryPass.myColorBuffer[0].surface.imageSi… in GeometryPassInit()
381 …GeometryPass.myColorBufferData[1] = DEMOGfxAllocMEM1(GeometryPass.myColorBuffer[1].surface.imageSi… in GeometryPassInit()
391 …GeometryPass.myColorBufferData[2] = DEMOGfxAllocMEM1(GeometryPass.myColorBuffer[2].surface.imageSi… in GeometryPassInit()