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

/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java101 private int mTexCoordLoc, mVertexLoc, mTexUnitLoc, mProjMatrixLoc, mTexMatrixLoc; field in class:ColorFade
240 mVertexLoc = GLES20.glGetAttribLocation(mProgram, "position");
434 GLES20.glEnableVertexAttribArray(mVertexLoc);
435 GLES20.glVertexAttribPointer(mVertexLoc, 2, GLES20.GL_FLOAT, false, 0, 0);

Completed in 183 milliseconds