Searched refs:s_glDrawTexiOES (Results 1 – 2 of 2) sorted by relevance
79 static void s_glDrawTexiOES(GLint x, GLint y, GLint z, GLint w, GLint h);
53 void RenderingThread::s_glDrawTexiOES(GLint x, GLint y, GLint z, GLint w, GLint h) in s_glDrawTexiOES() function in RenderingThread300 m_glDrawTexiOES = m_glDec.set_glDrawTexiOES(s_glDrawTexiOES); in thread()