Searched defs:widthIndex (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
188 GLMessage_DataType arg_width = glmsg->args(widthIndex);
227 int widthIndex = 3; local
229 fixup_glTexImage(context, widthIndex, heightIndex, glmsg, pointersToFixup[0]);
244 int widthIndex = 4; local
246 fixup_glTexImage(context, widthIndex, heightIndex, glmsg, pointersToFixup[0]);

Completed in 689 milliseconds