Searched refs:DEMOGfxAllocMEM2 (Results 1 – 9 of 9) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demoCapture.c | 295 = DEMOGfxAllocMEM2(DEMOCaptureData.colorBuffer.surface.imageSize, in DEMOCaptureInit() 313 DEMOCaptureDLMem = DEMOGfxAllocMEM2(DEMO_DL_SIZE_MAX, in DEMOCaptureInit() 384 tempSurf.imagePtr = DEMOGfxAllocMEM2(tempSurf.imageSize, in DEMOCaptureCopy()
|
| D | demoGfx.c | 77 return DEMOGfxAllocMEM2(byteCount, alignment); in DEMOGX2RAlloc() 142 void *DEMOGfxAllocMEM2(u32 size, u32 align) in DEMOGfxAllocMEM2() function 511 gpDemoGfxGPUTs = (u64*)DEMOGfxAllocMEM2(sizeof(u64), 32); in DEMOGfxInit() 859 …DEMOContextState = (GX2ContextState *)DEMOGfxAllocMEM2(sizeof(GX2ContextState), GX2_CONTEXT_STATE_… in DEMOGfxAddInstance()
|
| D | demoFont.c | 519 DEMOGfxAllocMEM2(pFont->TexData.surface.imageSize, in InitFontTexture() 612 DEMOFontContextState = DEMOGfxAllocMEM2(sizeof(GX2ContextState), GX2_CONTEXT_STATE_ALIGNMENT); in DEMOFontAddInstance()
|
| D | demoGfxShader.c | 271 pShader->pFetchShaderBuffer = DEMOGfxAllocMEM2(shaderSize, GX2_SHADER_ALIGNMENT); in DEMOGfxInitFetchShader()
|
| D | demoTest.c | 367 pTimestamp = (u64*)DEMOGfxAllocMEM2(sizeof(u64) * 2, 8); in DEMOTestCheckPerfBegin()
|
| D | demoDRC.c | 392 DEMODRCContextState = DEMOGfxAllocMEM2(sizeof(GX2ContextState), GX2_CONTEXT_STATE_ALIGNMENT); in DEMODRCAddInstance()
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demoGfx.h | 71 void *DEMOGfxAllocMEM2(u32 size, u32 align);
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demoGfx.h | 71 void *DEMOGfxAllocMEM2(u32 size, u32 align);
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/DeferredTest/ |
| D | deferredRendering.cpp | 235 s_timerData = (u64*)DEMOGfxAllocMEM2(sizeof(u64)*2, GX2_DEFAULT_BUFFER_ALIGNMENT); in SceneInit()
|