Searched defs:mvColorHandle (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java116 GLES20.glEnableVertexAttribArray(mvColorHandle);
137 GLES20.glVertexAttribPointer(mvColorHandle, 4, GLES20.GL_FLOAT, false, 6*4, mTriangleVertices);
162 mvColorHandle = GLES20.glGetAttribLocation(mProgram, "aColor");
164 if (mvColorHandle == -1) {
263 private int mvColorHandle; field in class:TestLatencyView.Renderer

Completed in 33 milliseconds