Searched refs:textureStack0 (Results 1 – 2 of 2) sorted by relevance
44 textureStack0(MAX_TEXTURE_STACK_DEPTH), in Context()1988 device->setTextureMatrix(0, textureStack0.current()); in applyState()1990 device->setTextureTransform(0, textureStack0.isIdentity() ? 0 : 4, false); in applyState()2833 sw::Matrix T = textureStack0.current(); in drawTexture()2837 textureStack0.identity(); in drawTexture()2848 textureStack0.load(T); in drawTexture()3218 case 0: return textureStack0; in currentMatrixStack()3225 return textureStack0; in currentMatrixStack()
648 sw::MatrixStack textureStack0; variable