Searched refs:GX2NotifyMemAlloc (Results 1 – 9 of 9) sorted by relevance
| /CafeSDK-2.12.13/system/src/lib/gx2ut/ |
| D | gx2utExpandColor.cpp | 95 GX2NotifyMemAlloc(g_expandColorShader[i].pVertexShader->shaderPtr, in GX2UTExpandAAColorInit() 103 GX2NotifyMemAlloc(g_expandColorShader[i].pPixelShader->shaderPtr, in GX2UTExpandAAColorInit()
|
| D | gx2utExpandDepth.cpp | 95 GX2NotifyMemAlloc(g_expandDepthShader[i].pVertexShader->shaderPtr, in GX2UTExpandDepthInit() 103 GX2NotifyMemAlloc(g_expandDepthShader[i].pPixelShader->shaderPtr, in GX2UTExpandDepthInit()
|
| D | gx2utConvertDepth.cpp | 96 GX2NotifyMemAlloc(g_expandDepthShader[i].pVertexShader->shaderPtr, in GX2UTConvertDepthInit() 104 GX2NotifyMemAlloc(g_expandDepthShader[i].pPixelShader->shaderPtr, in GX2UTConvertDepthInit()
|
| D | gx2utResolve.cpp | 96 GX2NotifyMemAlloc(g_resolveColorShader[i].pVertexShader->shaderPtr, in GX2UTResolveColorInit() 104 GX2NotifyMemAlloc(g_resolveColorShader[i].pPixelShader->shaderPtr, in GX2UTResolveColorInit()
|
| D | gx2utClear.cpp | 92 GX2NotifyMemAlloc(g_GX2UTFetchShader, in GX2UTClearSurfaceRectInit() 105 GX2NotifyMemAlloc(g_clearSurfaceShader[i].pVertexShader->shaderPtr, in GX2UTClearSurfaceRectInit() 113 GX2NotifyMemAlloc(g_clearSurfaceShader[i].pPixelShader->shaderPtr, in GX2UTClearSurfaceRectInit()
|
| D | gx2utCopy.cpp | 165 GX2NotifyMemAlloc(g_copySurfaceShader[i].pVertexShader->shaderPtr, in GX2UTCopySurfaceRectInit() 173 GX2NotifyMemAlloc(g_copySurfaceShader[i].pPixelShader->shaderPtr, in GX2UTCopySurfaceRectInit()
|
| /CafeSDK-2.12.13/system/include/cafe/gx2/ |
| D | gx2Misc.h | 254 void GX2API GX2NotifyMemAlloc(void* addr, u32 size, u32 align); 266 GX2_INLINE void GX2NotifyMemAlloc(const void* addr, u32 size, u32 align){ in GX2NotifyMemAlloc() function
|
| /CafeSDK-2.12.13/system/src/lib/demo/ |
| D | demoGfx.c | 104 GX2NotifyMemAlloc(ptr, size, align); in DEMOGfxAllocMEM1() 122 GX2NotifyMemAlloc(ptr, size, align); in DEMOGfxAllocBucket() 145 GX2NotifyMemAlloc(ptr, size, align); in DEMOGfxAllocMEM2()
|
| D | demoFont.c | 523 GX2NotifyMemAlloc(pFont->pFontImageData, width*height, 32); in InitFontTexture()
|