Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_enc.cpp4747 const unsigned int __size_coords = (5 * sizeof(GLshort)); in glDrawTexsvOES_enc() local
4750 const size_t sizeWithoutChecksum = 8 + __size_coords + 1*4; in glDrawTexsvOES_enc()
4758 *(unsigned int *)(ptr) = __size_coords; ptr += 4; in glDrawTexsvOES_enc()
4759 memcpy(ptr, coords, __size_coords);ptr += __size_coords; in glDrawTexsvOES_enc()
4774 const unsigned int __size_coords = (5 * sizeof(GLint)); in glDrawTexivOES_enc() local
4777 const size_t sizeWithoutChecksum = 8 + __size_coords + 1*4; in glDrawTexivOES_enc()
4785 *(unsigned int *)(ptr) = __size_coords; ptr += 4; in glDrawTexivOES_enc()
4786 memcpy(ptr, coords, __size_coords);ptr += __size_coords; in glDrawTexivOES_enc()
4801 const unsigned int __size_coords = (5 * sizeof(GLfixed)); in glDrawTexxvOES_enc() local
4804 const size_t sizeWithoutChecksum = 8 + __size_coords + 1*4; in glDrawTexxvOES_enc()
[all …]