Searched defs:tuId (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_misc.c992 GLint id, tuId, pbufId, pbufIdHw, ubufId, ubufIdHw, width, height, depth; local
1023 cr_server.head_spu->dispatch_table.GetIntegerv(GL_ACTIVE_TEXTURE, &tuId);
1024 crDebug("Current TU: %i", tuId - GL_TEXTURE0_ARB);
1025 CRASSERT(tuId - GL_TEXTURE0_ARB == ctx->texture.curTextureUnit);

Completed in 75 milliseconds