Home
last modified time | relevance | path

Searched refs:modelViewStack (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.cpp42 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()
DContext.h644 sw::MatrixStack modelViewStack; variable