Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.cpp44 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()
DContext.h648 sw::MatrixStack textureStack0; variable