HomeSort by relevance Sort by last modified time
    Searched defs:mTexMatrixLoc (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/display/
ColorFade.java 101 private int mTexCoordLoc, mVertexLoc, mTexUnitLoc, mProjMatrixLoc, mTexMatrixLoc;
244 mTexMatrixLoc = GLES20.glGetUniformLocation(mProgram, "tex_matrix");
417 GLES20.glUniformMatrix4fv(mTexMatrixLoc, 1, false, mTexMatrix, 0);
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 809 milliseconds