Home | History | Annotate | Download | only in OpenglCodecCommon

Lines Matching defs:ptr

58     void   glUtilsPackStrings(char *ptr, char **strings, GLint *length, GLsizei count);
69 T *ptr = indices;
71 if (*min == -1 || *ptr < *min) *min = *ptr;
72 if (*max == -1 || *ptr > *max) *max = *ptr;
73 ptr++;
78 T *ptr = indices;
80 *ptr += offset;
81 ptr++;