Searched refs:__size_coords (Results 1 – 1 of 1) sorted by relevance
4747 const unsigned int __size_coords = (5 * sizeof(GLshort)); in glDrawTexsvOES_enc() local4750 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() local4777 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() local4804 const size_t sizeWithoutChecksum = 8 + __size_coords + 1*4; in glDrawTexxvOES_enc()[all …]