Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandBufferJump/
DCommandBufferJump.cpp388 for (int prog = 0; prog < 3; prog++) in CreateCommand() local
390 s_ProgramID = s_ProgramIDs[prog]; in CreateCommand()
391 nngxBindCmdlist(s_CmdlistID[prog]); in CreateCommand()
394 glBindTexture(GL_TEXTURE_COLLECTION_DMP, s_TextureID[prog]); in CreateCommand()
431 … nngxGetCmdlistParameteri(NN_GX_CMDLIST_USED_BUFSIZE, (GLint*)&s_CmdlistInfo[prog].buffersize); in CreateCommand()
432 … nngxGetCmdlistParameteri(NN_GX_CMDLIST_TOP_BUFADDR, (GLint*)&s_CmdlistInfo[prog].bufferaddr); in CreateCommand()
433 nngxUpdateBuffer(s_CmdlistInfo[prog].bufferaddr, s_CmdlistInfo[prog].buffersize); in CreateCommand()
438 if (prog == 0) in CreateCommand()