Searched refs:texMatrix (Results 1 – 1 of 1) sorted by relevance
611 GLfloat texMatrix[16]; in drawTexture() local612 mST->getTransformMatrix(texMatrix); in drawTexture()613 glUniformMatrix4fv(mTexMatrixHandle, 1, GL_FALSE, texMatrix); in drawTexture()