Home | History | Annotate | Download | only in src

Lines Matching refs:heightIndex

159 void fixup_glTexImage(int widthIndex, int heightIndex, GLMessage *glmsg, void *dataSrc) {
161 GLMessage_DataType arg_height = glmsg->args(heightIndex);
200 int heightIndex = 4;
201 fixup_glTexImage(widthIndex, heightIndex, glmsg, pointersToFixup[0]);
217 int heightIndex = 5;
218 fixup_glTexImage(widthIndex, heightIndex, glmsg, pointersToFixup[0]);