Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Draw.h299 const void* indices, u32 baseVertex,
323 const void* indices, u32 baseVertex,
364 GX2IndexFormat indexFormat, const void* indices) in GX2DrawIndexed() argument
366 GX2DrawIndexedEx(mode, count, indexFormat, indices, 0, 1); in GX2DrawIndexed()
390 const void* indices, u32 baseVertex,
407 const void* indices) in GX2DrawIndexedImmediate() argument
409 GX2DrawIndexedImmediateEx(mode, count, indexFormat, indices, 0, 1); in GX2DrawIndexedImmediate()
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoFont.c217 u32 indices[FONT_MAX_BUFSIZ*4]; in DEMOFontPuts() local
298 indices[indCount++] = PACK(px1, py1, ps1, pt1); in DEMOFontPuts()
299 indices[indCount++] = PACK(px1, py2, ps1, pt2); in DEMOFontPuts()
300 indices[indCount++] = PACK(px2, py2, ps2, pt2); in DEMOFontPuts()
301 indices[indCount++] = PACK(px2, py1, ps2, pt1); in DEMOFontPuts()
316 indices); in DEMOFontPuts()
/CafeSDK-2.12.13-1/system/src/lib/szfile/
D7zDec.c360 UInt32 indices[] = { 3, 2, 0 }; in SzFolder_Decode2() local
362 si = indices[ci]; in SzFolder_Decode2()