Searched refs:shaderMatrix (Results 1 – 2 of 2) sorted by relevance
74 mat4 shaderMatrix; in computeScreenSpaceMatrix() local76 shaderMatrix.loadInverse(localMatrix); in computeScreenSpaceMatrix()78 screenSpace.loadMultiply(unitMatrix, shaderMatrix); in computeScreenSpaceMatrix()
632 Matrix4 shaderMatrix; in build() local636 shaderMatrix.loadInverse(mOutGlop->transform.canvas); in build()637 shaderMatrix.multiply(mOutGlop->transform.modelView); in build()639 shaderMatrix = mOutGlop->transform.modelView; in build()641 SkiaShader::store(mCaches, *mShader, shaderMatrix, in build()