Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/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.c73 return DEMOGfxAllocMEM1(byteCount, alignment); in DEMOGX2RAlloc()
97 void *DEMOGfxAllocMEM1(u32 size, u32 align) in DEMOGfxAllocMEM1() function
446 ptr = DEMOGfxAllocMEM1(DEMOColorBuffer.surface.imageSize, in DEMOGfxInit()
457 ptr = DEMOGfxAllocMEM1(size, align); in DEMOGfxInit()
470 ptr = DEMOGfxAllocMEM1(DEMODepthBuffer.surface.imageSize, in DEMOGfxInit()
480 ptr = DEMOGfxAllocMEM1(size, align); in DEMOGfxInit()
634 ptr = DEMOGfxAllocMEM1(DEMOColorBuffer.surface.imageSize, in DEMOGfxAcquiredForeground()
644 ptr = DEMOGfxAllocMEM1(size, align); in DEMOGfxAcquiredForeground()
652 ptr = DEMOGfxAllocMEM1(DEMODepthBuffer.surface.imageSize, in DEMOGfxAcquiredForeground()
661 ptr = DEMOGfxAllocMEM1(size, align); in DEMOGfxAcquiredForeground()
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoGfx.h59 void *DEMOGfxAllocMEM1(u32 size, u32 align);
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoGfx.h59 void *DEMOGfxAllocMEM1(u32 size, u32 align);
/CafeSDK-2.12.13-1/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()