Home | History | Annotate | Download | only in tests

Lines Matching defs:mTexMatrixHandle

378         mTexMatrixHandle = glGetUniformLocation(mPgm, "texMatrix");
380 ASSERT_NE(-1, mTexMatrixHandle);
429 glUniformMatrix4fv(mTexMatrixHandle, 1, GL_FALSE, texMatrix);
467 GLint mTexMatrixHandle;