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

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp338 void fixup_glUniformGeneric(int argIndex, int nElemsPerVector, GLMessage *glmsg, void *src) { function in namespace:android::gltrace
349 fixup_glUniformGeneric(3, matrixSize * matrixSize * n_matrices, glmsg, pointersToFixup[0]);
861 fixup_glUniformGeneric(2, 1, glmsg, pointersToFixup[0]);
865 fixup_glUniformGeneric(2, 2, glmsg, pointersToFixup[0]);
869 fixup_glUniformGeneric(2, 3, glmsg, pointersToFixup[0]);
873 fixup_glUniformGeneric(2, 4, glmsg, pointersToFixup[0]);

Completed in 43 milliseconds