Home | History | Annotate | Download | only in tests

Lines Matching defs:mTexMatrixHandle

543             mTexMatrixHandle = glGetUniformLocation(mPgm, "texMatrix");
545 ASSERT_NE(-1, mTexMatrixHandle);
588 glUniformMatrix4fv(mTexMatrixHandle, 1, GL_FALSE, texMatrix);
599 GLint mTexMatrixHandle;