Searched refs:kIndicesPerDraw (Results 1 – 1 of 1) sorted by relevance
175 const GLint kIndicesPerDraw = 6; variable369 indexShift = 5 * kIndicesPerDraw; in drawImpl()372 indexShift = 7 * kIndicesPerDraw; in drawImpl()375 indexShift = 4 * kIndicesPerDraw; in drawImpl()378 indexShift = 6 * kIndicesPerDraw; in drawImpl()383 s_gles2.glDrawElements(GL_TRIANGLES, kIndicesPerDraw, GL_UNSIGNED_BYTE, in drawImpl()447 s_gles2.glDrawElements(GL_TRIANGLES, kIndicesPerDraw, GL_UNSIGNED_BYTE, in drawImpl()640 indexShift = 1 * kIndicesPerDraw; in drawLayer()643 indexShift = 2 * kIndicesPerDraw; in drawLayer()646 indexShift = 3 * kIndicesPerDraw; in drawLayer()[all …]