Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/gx2ut/
Dgx2utInline.h230 GX2_INLINE void GX2UTDrawIndexed(GX2PrimitiveType primitiveType, const GX2RBuffer* indexBuffer) in GX2UTDrawIndexed() argument
232 …GX2RDrawIndexed(primitiveType, indexBuffer, GX2UTGetIndexFormat(indexBuffer->elementSize), indexBu… in GX2UTDrawIndexed()
242 …NLINE void GX2UTDrawIndexedImmediate(GX2PrimitiveType primitiveType, const GX2RBuffer* indexBuffer) in GX2UTDrawIndexedImmediate() argument
244 …GX2RDrawIndexedImmediate(primitiveType, indexBuffer, GX2UTGetIndexFormat(indexBuffer->elementSize)… in GX2UTDrawIndexedImmediate()
/CafeSDK-2.12.13-1/system/src/lib/gx2ut/headers/cafe/gx2ut/
Dgx2utInline.h230 GX2_INLINE void GX2UTDrawIndexed(GX2PrimitiveType primitiveType, const GX2RBuffer* indexBuffer) in GX2UTDrawIndexed() argument
232 …GX2RDrawIndexed(primitiveType, indexBuffer, GX2UTGetIndexFormat(indexBuffer->elementSize), indexBu… in GX2UTDrawIndexed()
242 …NLINE void GX2UTDrawIndexedImmediate(GX2PrimitiveType primitiveType, const GX2RBuffer* indexBuffer) in GX2UTDrawIndexedImmediate() argument
244 …GX2RDrawIndexedImmediate(primitiveType, indexBuffer, GX2UTGetIndexFormat(indexBuffer->elementSize)… in GX2UTDrawIndexedImmediate()
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/DeferredTest/
DdeferredRendering.cpp82 GX2RBuffer indexBuffer; member
97 GX2RBuffer indexBuffer; member
112 GX2RBuffer indexBuffer; member
330 GeometryPass.attribs[i].indexBuffer = LoadModelBuffer(MODEL_FILES[i][MODEL_NUM_ATTRIBUTES], in GeometryPassInit()
474 GX2UTCreateIndexBuffer(&LightingPass.attribs.indexBuffer, in LightingPassInit()
481 GX2UTFillBuffer(&LightingPass.attribs.indexBuffer, idxInitData); in LightingPassInit()
580 GX2UTCreateIndexBuffer(&BuffersPass.attribs.indexBuffer, in BuffersPassInit()
587 GX2UTFillBuffer(&BuffersPass.attribs.indexBuffer, idxInitData); in BuffersPassInit()
634 GX2RDestroyBuffer(&GeometryPass.attribs[i].indexBuffer); in SceneFree()
649 GX2RDestroyBuffer(&LightingPass.attribs.indexBuffer); in SceneFree()
[all …]
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/deferredTestDX9/
DdeferredTest.cpp83 LPDIRECT3DINDEXBUFFER9 indexBuffer; variable
142 …reateIndexBuffer(idxSize, D3DUSAGE_WRITEONLY, D3DFMT_INDEX32, D3DPOOL_MANAGED, &indexBuffer, NULL); in LoadModel()
145 indexBuffer->Lock(0, numVerts * sizeof(PosNormVertex), (void**)&idxCopyTo, 0); in LoadModel()
157 indexBuffer->Unlock(); in LoadModel()
235 pDevice->SetIndices(indexBuffer); in SetupPass()
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2rBuffer.h298 void GX2API GX2RDrawIndexed(GX2PrimitiveType primitiveType, const GX2RBuffer* indexBuffer, GX2Index…
309 void GX2API GX2RDrawIndexedImmediate(GX2PrimitiveType primitiveType, const GX2RBuffer* indexBuffer,…