Searched refs:mColorHandle (Results 1 – 1 of 1) sorted by relevance
322 private int mColorHandle; field in ColorsGLRenderer.Square400 mColorHandle = glGetAttribLocation(mProgram, "a_color"); in Square()402 glEnableVertexAttribArray(mColorHandle); in Square()424 glVertexAttribPointer(mColorHandle, COLOR_PLANES_PER_VERTEX, in draw()