/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | ClientAPIExts.in | 188 (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/ |
D | RenderingThread.h | 81 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);
|
D | RenderingThread.cpp | 67 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/ |
D | GLEScmImp.cpp | 2341 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/ |
D | gl.attrib | 365 #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))
|
D | gl.in | 176 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/ |
D | glext.h | 511 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/ |
D | dictionary.txt | 63 coords
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 131 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/ |
D | jquery-1.8.0.min.js | 2 …a&&(a[d]=!0),a.setAttribute(c,c.toLowerCase())),c}},U||(N={name:!0,id:!0,coords:!0},L=p.valHooks.b… property
|