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

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp124 void fixup_GenericIntArray(int argIndex, int nInts, GLMessage *glmsg, void *src) { function in namespace:android::gltrace
143 fixup_GenericIntArray(argIndex, nEnums, glmsg, src);
335 fixup_GenericIntArray(argIndex, nElemsPerVector * n_vectors, glmsg, pointersToFixup[0]);
357 fixup_GenericIntArray(1, n, glmsg, pointersToFixup[0]);
365 fixup_GenericIntArray(1, n, glmsg, pointersToFixup[0]);
451 fixup_GenericIntArray(3, 1, glmsg, pointersToFixup[0]); // length
452 fixup_GenericIntArray(4, 1, glmsg, pointersToFixup[1]); // size
807 fixup_GenericIntArray(1, 1, glmsg, pointersToFixup[0]);
815 fixup_GenericIntArray(2, 1, glmsg, pointersToFixup[0]);

Completed in 352 milliseconds