Searched refs:tID (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_gentextures.c54 GLuint tID = crServerTranslateProgramID(local_progs[i]); local
55 while (crStateIsProgramARB(tID))
57 cr_server.head_spu->dispatch_table.GenProgramsARB(1, &tID);
58 local_progs[i] = tID;
59 tID = crServerTranslateProgramID(tID);
H A Dserver_misc.c491 GLuint tID, fboID; local
495 gl->GenTextures(1, &tID);
496 gl->BindTexture(target, tID);
552 gl->DeleteTextures(1, &tID);

Completed in 80 milliseconds