Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.cpp575 bool adjustIndices = true; in s_glDrawElements() local
582 adjustIndices = false; in s_glDrawElements()
589 if (adjustIndices) { in s_glDrawElements()
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp1537 bool adjustIndices = true; in s_glDrawElements() local
1543 adjustIndices = false; in s_glDrawElements()
1548 if (adjustIndices) { in s_glDrawElements()
1658 bool adjustIndices = true; in s_glDrawElementsNullAEMU() local
1664 adjustIndices = false; in s_glDrawElementsNullAEMU()
1669 if (adjustIndices) { in s_glDrawElementsNullAEMU()
4785 bool adjustIndices = true; in s_glDrawElementsInstanced() local
4792 adjustIndices = false; in s_glDrawElementsInstanced()
4797 if (adjustIndices) { in s_glDrawElementsInstanced()
4884 bool adjustIndices = true; in s_glDrawRangeElements() local
[all …]