Searched refs:mTexMatrixLoc (Results 1 – 1 of 1) sorted by relevance
118 private int mTexCoordLoc, mVertexLoc, mTexUnitLoc, mProjMatrixLoc, mTexMatrixLoc; field in ColorFade295 mTexMatrixLoc = GLES20.glGetUniformLocation(mProgram, "tex_matrix"); in initGLShaders()495 GLES20.glUniformMatrix4fv(mTexMatrixLoc, 1, false, mTexMatrix, 0);