Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/DeferredTest/
DdeferredRendering.cpp129 GX2ColorBuffer myColorBuffer[3]; member
366 GX2InitColorBuffer(&GeometryPass.myColorBuffer[0], in GeometryPassInit()
371 …GeometryPass.myColorBufferData[0] = DEMOGfxAllocMEM1(GeometryPass.myColorBuffer[0].surface.imageSi… in GeometryPassInit()
372 … GeometryPass.myColorBuffer[0].surface.alignment); in GeometryPassInit()
373 GX2InitColorBufferPtr(&GeometryPass.myColorBuffer[0], GeometryPass.myColorBufferData[0]); in GeometryPassInit()
374 GX2SetSurfaceSwizzle(&GeometryPass.myColorBuffer[0].surface, 0); in GeometryPassInit()
376 GX2InitColorBuffer(&GeometryPass.myColorBuffer[1], in GeometryPassInit()
381 …GeometryPass.myColorBufferData[1] = DEMOGfxAllocMEM1(GeometryPass.myColorBuffer[1].surface.imageSi… in GeometryPassInit()
382 … GeometryPass.myColorBuffer[1].surface.alignment); in GeometryPassInit()
383 GX2InitColorBufferPtr(&GeometryPass.myColorBuffer[1], GeometryPass.myColorBufferData[1]); in GeometryPassInit()
[all …]