Searched refs:__size_coords (Results 1 – 1 of 1) sorted by relevance
4696 const unsigned int __size_coords = (5 * sizeof(GLshort)); in glDrawTexsvOES_enc() local4699 const size_t sizeWithoutChecksum = 8 + __size_coords + 1*4; in glDrawTexsvOES_enc()4707 *(unsigned int *)(ptr) = __size_coords; ptr += 4; in glDrawTexsvOES_enc()4708 memcpy(ptr, coords, __size_coords);ptr += __size_coords; in glDrawTexsvOES_enc()4723 const unsigned int __size_coords = (5 * sizeof(GLint)); in glDrawTexivOES_enc() local4726 const size_t sizeWithoutChecksum = 8 + __size_coords + 1*4; in glDrawTexivOES_enc()4734 *(unsigned int *)(ptr) = __size_coords; ptr += 4; in glDrawTexivOES_enc()4735 memcpy(ptr, coords, __size_coords);ptr += __size_coords; in glDrawTexivOES_enc()4750 const unsigned int __size_coords = (5 * sizeof(GLfixed)); in glDrawTexxvOES_enc() local4753 const size_t sizeWithoutChecksum = 8 + __size_coords + 1*4; in glDrawTexxvOES_enc()[all …]