Searched refs:coords (Results 26 - 26 of 26) sorted by relevance

12

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp14740 void GLTrace_glDrawTexsvOES(const GLshort *coords) { argument
14746 // copy argument coords
14750 arg_coords->add_intvalue((int)coords);
14755 glContext->hooks->gl.glDrawTexsvOES(coords);
14760 (void *) coords,
14769 void GLTrace_glDrawTexivOES(const GLint *coords) { argument
14775 // copy argument coords
14779 arg_coords->add_intvalue((int)coords);
14784 glContext->hooks->gl.glDrawTexivOES(coords);
14789 (void *) coords,
14798 GLTrace_glDrawTexxvOES(const GLfixed *coords) argument
14879 GLTrace_glDrawTexfvOES(const GLfloat *coords) argument
[all...]

Completed in 460 milliseconds

12