Lines Matching refs:indexBuffer
82 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()
659 GX2RDestroyBuffer(&BuffersPass.attribs.indexBuffer); in SceneFree()
791 GX2UTDrawIndexed(GX2_PRIMITIVE_TRIANGLES, &GeometryPass.attribs[s_modelIdx].indexBuffer); in GeometryPassDraw()
889 GX2UTDrawIndexed(GX2_PRIMITIVE_QUADS, &LightingPass.attribs.indexBuffer); in LightingPassDraw()
936 GX2UTDrawIndexed(GX2_PRIMITIVE_QUADS, &BuffersPass.attribs.indexBuffer); in BuffersPassDraw()
953 GX2UTDrawIndexed(GX2_PRIMITIVE_QUADS, &BuffersPass.attribs.indexBuffer); in BuffersPassDraw()
970 GX2UTDrawIndexed(GX2_PRIMITIVE_QUADS, &BuffersPass.attribs.indexBuffer); in BuffersPassDraw()