Home
last modified time | relevance | path

Searched refs:coords (Results 1 – 10 of 10) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DClientAPIExts.in188 (const GLshort *coords),
189 (coords))
192 (const GLint *coords),
193 (coords))
196 (const GLfloat *coords),
197 (coords))
200 (const GLfixed *coords),
201 (coords))
/sdk/emulator/opengl/tests/ut_renderer/
DRenderingThread.h81 static void s_glDrawTexfvOES(const GLfloat *coords);
82 static void s_glDrawTexsvOES(const GLshort *coords);
83 static void s_glDrawTexivOES(const GLint *coords);
84 static void s_glDrawTexxvOES(const GLfixed *coords);
DRenderingThread.cpp67 void RenderingThread::s_glDrawTexfvOES(const GLfloat *coords) in s_glDrawTexfvOES() argument
70 m_tls->m_glDrawTexfvOES(coords); in s_glDrawTexfvOES()
74 void RenderingThread::s_glDrawTexsvOES(const GLshort *coords) in s_glDrawTexsvOES() argument
77 m_tls->m_glDrawTexsvOES(coords); in s_glDrawTexsvOES()
81 void RenderingThread::s_glDrawTexivOES(const GLint *coords) in s_glDrawTexivOES() argument
84 m_tls->m_glDrawTexivOES(coords); in s_glDrawTexivOES()
88 void RenderingThread::s_glDrawTexxvOES(const GLfixed *coords) in s_glDrawTexxvOES() argument
91 m_tls->m_glDrawTexxvOES(coords); in s_glDrawTexxvOES()
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp2341 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort * coords) { in glDrawTexsvOES() argument
2342 glDrawTexOES<GLshort,GL_SHORT>(coords[0],coords[1],coords[2],coords[3],coords[4]); in glDrawTexsvOES()
2345 GL_API void GL_APIENTRY glDrawTexivOES (const GLint * coords) { in glDrawTexivOES() argument
2346 glDrawTexOES<GLint,GL_INT>(coords[0],coords[1],coords[2],coords[3],coords[4]); in glDrawTexivOES()
2349 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat * coords) { in glDrawTexfvOES() argument
2350 glDrawTexOES<GLfloat,GL_FLOAT>(coords[0],coords[1],coords[2],coords[3],coords[4]); in glDrawTexfvOES()
2353 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed * coords) { in glDrawTexxvOES() argument
2354 …glDrawTexOES<GLfloat,GL_FLOAT>(X2F(coords[0]),X2F(coords[1]),X2F(coords[2]),X2F(coords[3]),X2F(coo… in glDrawTexxvOES()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.attrib365 #void glDrawTexsvOES(GLshort *coords)
367 len coords (5 * sizeof(GLshort))
369 #void glDrawTexivOES(GLint *coords)
371 len coords (5 * sizeof(GLint))
373 #void glDrawTexxvOES(GLfixed *coords)
375 len coords (5 * sizeof(GLfixed))
377 #void glDrawTexfvOES(GLfloat *coords)
379 len coords (5 * sizeof(GLfloat))
Dgl.in176 GL_ENTRY(void, glDrawTexsvOES, const GLshort *coords)
177 GL_ENTRY(void, glDrawTexivOES, const GLint *coords)
178 GL_ENTRY(void, glDrawTexxvOES, const GLfixed *coords)
180 GL_ENTRY(void, glDrawTexfvOES, const GLfloat *coords)
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dglext.h511 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
512 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
513 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
515 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
520 typedef void (GL_APIENTRYP PFNGLDRAWTEXSVOESPROC) (const GLshort *coords);
521 typedef void (GL_APIENTRYP PFNGLDRAWTEXIVOESPROC) (const GLint *coords);
522 typedef void (GL_APIENTRYP PFNGLDRAWTEXXVOESPROC) (const GLfixed *coords);
524 typedef void (GL_APIENTRYP PFNGLDRAWTEXFVOESPROC) (const GLfloat *coords);
/sdk/eclipse/
Ddictionary.txt63 coords
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in131 void, glDrawTexfvOES, const GLfloat* coords
133 void, glDrawTexivOES, const GLint* coords
135 void, glDrawTexsvOES, const GLshort* coords
137 void, glDrawTexxvOES, const GLfixed* coords
/sdk/templates/docs/
Djquery-1.8.0.min.js2 …a&&(a[d]=!0),a.setAttribute(c,c.toLowerCase())),c}},U||(N={name:!0,id:!0,coords:!0},L=p.valHooks.b… property