Home
last modified time | relevance | path

Searched refs:textureStack1 (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h647 sw::MatrixStack textureStack1; variable
H A DContext.cpp45 textureStack1(MAX_TEXTURE_STACK_DEPTH) in Context()
2001 device->setTextureMatrix(1, textureStack1.current()); in applyState()
2003 device->setTextureTransform(1, textureStack1.isIdentity() ? 0 : 4, false); in applyState()
3237 case 1: return textureStack1; in currentMatrixStack()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h647 sw::MatrixStack textureStack1; variable
H A DContext.cpp45 textureStack1(MAX_TEXTURE_STACK_DEPTH) in Context()
2001 device->setTextureMatrix(1, textureStack1.current()); in applyState()
2003 device->setTextureTransform(1, textureStack1.isIdentity() ? 0 : 4, false); in applyState()
3237 case 1: return textureStack1; in currentMatrixStack()