Home
last modified time | relevance | path

Searched refs:getIdentityMatrix (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/pm/blurredbackground/
DBlurTextureProgram.java239 GLES30.glUniformMatrix4fv(mUHorizontalMVPMatrixLoc, 1, false, GLHelper.getIdentityMatrix(), in setHorizontalUniformsAndAttributes()
258 GLES30.glUniformMatrix4fv(mUVerticalMVPMatrixLoc, 1, false, GLHelper.getIdentityMatrix(), in setVerticalUniformsAndAttributes()
DGLHelper.java161 public static float[] getIdentityMatrix() { in getIdentityMatrix() method in GLHelper