Home
last modified time | relevance | path

Searched refs:DEMOCheck (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoDRC.c25 #define DEMOCheck(x,y) if (!(x)) { OSReport("%s\n", y); while(1) OSSleepSeconds(1); } macro
180 DEMOCheck(DEMODRCScanBufferPtr!=NULL, "DRC Scan buffer alloc failed"); in DEMODRCInit()
194 DEMOCheck(ptr!=NULL, "DRC Color buffer alloc failed"); in DEMODRCInit()
204 DEMOCheck(ptr!=NULL, "DRC Color aux buffer alloc failed"); in DEMODRCInit()
218 DEMOCheck(ptr!=NULL, "DRC Depth buffer alloc failed"); in DEMODRCInit()
227 DEMOCheck(ptr!=NULL, "DRC Depth Hi-Z buffer alloc failed"); in DEMODRCInit()
393 DEMOCheck(DEMODRCContextState != NULL, "DRC Context state buffer alloc failed"); in DEMODRCAddInstance()
DdemoGfx.c25 #define DEMOCheck(x,y) if (!(x)) { OSReport("%s\n", y); while(1) OSSleepSeconds(1); } macro
223 DEMOCheck(DEMOCommandBufferBasePtr, "Failed to allocate command buffer pool"); in DEMOGfxInit()
428 DEMOCheck(DEMOScanBufferPtr!=NULL, "Scan buffer alloc failed"); in DEMOGfxInit()
448 DEMOCheck(ptr!=NULL, "Color buffer alloc failed"); in DEMOGfxInit()
458 DEMOCheck(ptr!=NULL, "Color aux buffer alloc failed"); in DEMOGfxInit()
472 DEMOCheck(ptr!=NULL, "Depth buffer alloc failed"); in DEMOGfxInit()
481 DEMOCheck(ptr!=NULL, "Depth Hi-Z buffer alloc failed"); in DEMOGfxInit()
860 DEMOCheck(DEMOContextState != NULL, "Context state buffer alloc failed"); in DEMOGfxAddInstance()