Searched refs:mViewporttransLoc (Results 1 – 2 of 2) sorted by relevance
92 mViewporttransLoc = glGetUniformLocation(glProgram, "u_viewporttrans"); in InitializeGLProgram()148 glUniformMatrix4fv(mViewporttransLoc, 1, GL_FALSE, mViewportMatrix); in DrawTexture()
38 GLint mViewporttransLoc; variable