Home
last modified time | relevance | path

Searched refs:s_glDrawTexiOES (Results 1 – 2 of 2) sorted by relevance

/sdk/emulator/opengl/tests/ut_renderer/
DRenderingThread.h79 static void s_glDrawTexiOES(GLint x, GLint y, GLint z, GLint w, GLint h);
DRenderingThread.cpp53 void RenderingThread::s_glDrawTexiOES(GLint x, GLint y, GLint z, GLint w, GLint h) in s_glDrawTexiOES() function in RenderingThread
300 m_glDrawTexiOES = m_glDec.set_glDrawTexiOES(s_glDrawTexiOES); in thread()