Searched defs:heightIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp186 void fixup_glTexImage(GLTraceContext *context, int widthIndex, int heightIndex, GLMessage *glmsg, argument
189 GLMessage_DataType arg_height = glmsg->args(heightIndex);
228 int heightIndex = 4; local
229 fixup_glTexImage(context, widthIndex, heightIndex, glmsg, pointersToFixup[0]);
245 int heightIndex = 5; local
246 fixup_glTexImage(context, widthIndex, heightIndex, glmsg, pointersToFixup[0]);

Completed in 59 milliseconds