Searched refs:texMatrixLocation (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DGlRectDrawer.java123 public final int texMatrixLocation; field in class:GlRectDrawer.Shader
127 this.texMatrixLocation = glShader.getUniformLocation("texMatrix");
217 GLES20.glUniformMatrix4fv(shader.texMatrixLocation, 1, false, texMatrix, 0);

Completed in 255 milliseconds