Searched refs:modelViewStack (Results 1 – 2 of 2) sorted by relevance
42 modelViewStack(MAX_MODELVIEW_STACK_DEPTH), in Context()661 v = modelViewStack.current() * v; in setLightPosition()1172 params[i] = modelViewStack.current()[i % 4][i / 4]; in getFloatv()1999 device->setModelMatrix(modelViewStack.current()); in applyState()2849 sw::Matrix M = modelViewStack.current(); in drawTexture()2853 modelViewStack.identity(); in drawTexture()2866 modelViewStack.load(M); in drawTexture()3230 return modelViewStack; in currentMatrixStack()3304 sw::Plane clipPlane = modelViewStack.current() * sw::Plane(plane); in setClipPlane()
644 sw::MatrixStack modelViewStack; variable