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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_projmatrix.c181 prog->projParamStart = cr_server.vpProjectionMatrixParameter;
195 if (prog && prog->projParamStart != -1) {
196 if (index >= (GLuint) prog->projParamStart && index <= (GLuint) prog->projParamStart + 3) {
198 const int i = index - prog->projParamStart;
209 if (index == (GLuint) (prog->projParamStart + 3)) {
246 if (prog && prog->projParamStart != -1) {
247 if (index >= (GLuint) prog->projParamStart && index <= (GLuint) prog->projParamStart + 3) {
249 const int i = index - prog->projParamStart;
[all...]
H A Dserver.h89 GLint projParamStart; member in struct:__anon16457

Completed in 50 milliseconds