Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DTextureDraw.cpp175 const GLint kIndicesPerDraw = 6; variable
369 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 …]