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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_gentextures.c16 GLuint *local_textures = (GLuint *) crAlloc(n*sizeof(*local_textures)); local
19 crStateGenTextures(n, local_textures);
21 crServerReturnValue(local_textures, n*sizeof(*local_textures));
22 crFree( local_textures );

Completed in 336 milliseconds