Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_enc.cpp7114 const unsigned int __size_indices = datalen; in glDrawElementsInstancedDataAEMU_enc() local
7117 const size_t sizeWithoutChecksum = 8 + 4 + 4 + 4 + __size_indices + 4 + 4 + 1*4; in glDrawElementsInstancedDataAEMU_enc()
7128 memcpy(ptr, &__size_indices, 4); ptr += 4; in glDrawElementsInstancedDataAEMU_enc()
7129 memcpy(ptr, indices, __size_indices);ptr += __size_indices; in glDrawElementsInstancedDataAEMU_enc()
7179 const unsigned int __size_indices = datalen; in glDrawRangeElementsDataAEMU_enc() local
7182 const size_t sizeWithoutChecksum = 8 + 4 + 4 + 4 + 4 + 4 + __size_indices + 4 + 1*4; in glDrawRangeElementsDataAEMU_enc()
7195 memcpy(ptr, &__size_indices, 4); ptr += 4; in glDrawRangeElementsDataAEMU_enc()
7196 memcpy(ptr, indices, __size_indices);ptr += __size_indices; in glDrawRangeElementsDataAEMU_enc()