Searched refs:floatp (Results 1 - 1 of 1) sorted by path

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp82 GLfloat *floatp = (GLfloat *)src; local
84 if (floatp == NULL) {
92 for (int i = 0; i < nFloats; i++, floatp++) {
93 arg_floatarray->add_floatvalue(*floatp);

Completed in 36 milliseconds