Searched refs:intp (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp126 GLint *intp = (GLint *)src; local
128 if (intp == NULL) {
136 for (int i = 0; i < nInts; i++, intp++) {
137 arg_intarray->add_intvalue(*intp);

Completed in 90 milliseconds