Searched refs:indices (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13/system/include/cafe/gx2/ |
| D | gx2Draw.h | 299 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/system/src/lib/demo/ |
| D | demoFont.c | 217 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/system/src/lib/szfile/ |
| D | 7zDec.c | 360 UInt32 indices[] = { 3, 2, 0 }; in SzFolder_Decode2() local 362 si = indices[ci]; in SzFolder_Decode2()
|