HomeSort by relevance Sort by last modified time
    Searched full:widthindex (Results 1 - 1 of 1) sorted by null

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 159 void fixup_glTexImage(int widthIndex, int heightIndex, GLMessage *glmsg, void *dataSrc) {
160 GLMessage_DataType arg_width = glmsg->args(widthIndex);
199 int widthIndex = 3;
201 fixup_glTexImage(widthIndex, heightIndex, glmsg, pointersToFixup[0]);
216 int widthIndex = 4;
218 fixup_glTexImage(widthIndex, heightIndex, glmsg, pointersToFixup[0]);
    [all...]

Completed in 146 milliseconds