Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DColorFade.java118 private int mTexCoordLoc, mVertexLoc, mTexUnitLoc, mProjMatrixLoc, mTexMatrixLoc; field in ColorFade
291 mVertexLoc = GLES20.glGetAttribLocation(mProgram, "position"); in initGLShaders()
505 GLES20.glEnableVertexAttribArray(mVertexLoc);
506 GLES20.glVertexAttribPointer(mVertexLoc, 2, GLES20.GL_FLOAT, false, 0, 0);