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

/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_getshaders.c32 } crGetActive_t; typedef in typeref:struct:_crGetActive_t
38 crGetActive_t *pLocal;
42 pLocal = (crGetActive_t*) crAlloc(bufSize+sizeof(crGetActive_t));
61 crGetActive_t *pLocal;
65 pLocal = (crGetActive_t*) crAlloc(bufSize+sizeof(crGetActive_t));
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_getshaders.c36 } crGetActive_t; typedef in typeref:struct:_crGetActive_t
40 crGetActive_t *pLocal;
42 pLocal = (crGetActive_t*) crAlloc(bufSize+sizeof(crGetActive_t));
45 crGetActive_t zero;
52 crServerReturnValue(pLocal, pLocal->length+1+sizeof(crGetActive_t));
58 crGetActive_t *pLocal;
60 pLocal = (crGetActive_t*) crAlloc(bufSize+sizeof(crGetActive_t));
63 crGetActive_t zer
[all...]

Completed in 43 milliseconds