Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java114 private int mTexCoordLoc, mVertexLoc, mTexUnitLoc, mProjMatrixLoc, mTexMatrixLoc; field in ColorFade
284 mVertexLoc = GLES20.glGetAttribLocation(mProgram, "position"); in initGLShaders()
471 GLES20.glEnableVertexAttribArray(mVertexLoc);
472 GLES20.glVertexAttribPointer(mVertexLoc, 2, GLES20.GL_FLOAT, false, 0, 0);