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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_viewport.c236 const CRmatrix *projMatrix; local
239 projMatrix = &cr_server.projectionMatrix[eye];
242 projMatrix = cr_server.curClient->currentCtxInfo->pContext->transform.projectionStack.top;
248 cr_server.head_spu->dispatch_table.MultMatrixf( (const GLfloat *) projMatrix );

Completed in 42 milliseconds