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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_clear.c249 const CRmatrix *baseProj;
292 baseProj = &(cr_server.curClient->currentMural->extents[0].baseProjection);
298 cr_server.head_spu->dispatch_table.LoadMatrixf((GLfloat *) baseProj);
314 cr_server.head_spu->dispatch_table.LoadMatrixf((GLfloat *) baseProj);
H A Dserver_viewport.c234 crServerApplyBaseProjection(const CRmatrix *baseProj) argument
246 cr_server.head_spu->dispatch_table.LoadMatrixf( (const GLfloat *) baseProj );
H A Dserver.h105 void crServerApplyBaseProjection( const CRmatrix *baseProj );

Completed in 51 milliseconds