Home | History | Annotate | Download | only in cts

Lines Matching defs:muMVPMatrixHandle

724             GLES20.glUniformMatrix4fv(muMVPMatrixHandle, 1, false, mMVPMatrix, 0);
762 muMVPMatrixHandle = GLES20.glGetUniformLocation(mProgram, "uMVPMatrix");
764 if (muMVPMatrixHandle == -1) {
770 if (muMVPMatrixHandle == -1) {
776 if (muMVPMatrixHandle == -1) {
908 private int muMVPMatrixHandle;