Home
last modified time | relevance | path

Searched refs:z (Results 1 – 24 of 24) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DClientAPIExts.in172 (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height),
173 (x, y, z, width, height))
176 (GLint x, GLint y, GLint z, GLint width, GLint height),
177 (x, y, z, width, height))
180 (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height),
181 (x, y, z, width, height))
184 (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height),
185 (x, y, z, width, height))
/sdk/emulator/opengl/tests/ut_renderer/
DRenderingThread.h77 static void s_glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat w, GLfloat h);
78 static void s_glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort w, GLshort h);
79 static void s_glDrawTexiOES(GLint x, GLint y, GLint z, GLint w, GLint h);
80 static void s_glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed h);
DRenderingThread.cpp39 void RenderingThread::s_glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat w, GLfloat h) in s_glDrawTexfOES() argument
42 m_tls->m_glDrawTexfOES(x, y, z, w, h); in s_glDrawTexfOES()
46 void RenderingThread::s_glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort w, GLshort h) in s_glDrawTexsOES() argument
49 m_tls->m_glDrawTexsOES(x, y, z, w, h); in s_glDrawTexsOES()
53 void RenderingThread::s_glDrawTexiOES(GLint x, GLint y, GLint z, GLint w, GLint h) in s_glDrawTexiOES() argument
56 m_tls->m_glDrawTexiOES(x, y, z, w, h); in s_glDrawTexiOES()
60 void RenderingThread::s_glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed h) in s_glDrawTexxOES() argument
63 m_tls->m_glDrawTexxOES(x, y, z, w, h); in s_glDrawTexxOES()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in104 void, glDrawTexfOES, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height
106 void, glDrawTexiOES, GLint x, GLint y, GLint z, GLint width, GLint height
108 void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height
110 void, glDrawTexxOES, GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height
325 void, glProgramUniform3fEXT, GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z
327 void, glProgramUniform3iEXT, GLuint program, GLint location, GLint x, GLint y, GLint z
329 void, glProgramUniform4fEXT, GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z, GLflo…
331 void, glProgramUniform4iEXT, GLuint program, GLint location, GLint x, GLint y, GLint z, GLint w
350 void, glRotatef, GLfloat angle, GLfloat x, GLfloat y, GLfloat z
351 void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z
[all …]
/sdk/templates/docs/
Dprettify.js7 …ction e(a){for(var l=a.d,p=[l,"pln"],d=0,g=a.a.match(y)||[],r={},n=0,z=g.length;n<z;++n){var f=g[n…
10 …e.push(["str",/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h|[a-z]\w*)>/,q])):m.push([…
12z][\w$@]*/i,q],["typ",/^(?:[@_]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit…
Djquery-1.8.0.min.js2z=/"[^"\\\r\n]*"|true|false|null|-?(?:\d\d*\.|)\d+(?:[eE][\-+]?\d+|)/g,A=/^-ms-/,B=/-([\da-z])/gi,…
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dglext.h508 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig…
509 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
510 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig…
514 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig…
517 typedef void (GL_APIENTRYP PFNGLDRAWTEXSOESPROC) (GLshort x, GLshort y, GLshort z, GLshort width, G…
518 typedef void (GL_APIENTRYP PFNGLDRAWTEXIOESPROC) (GLint x, GLint y, GLint z, GLint width, GLint hei…
519 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, G…
523 typedef void (GL_APIENTRYP PFNGLDRAWTEXFOESPROC) (GLfloat x, GLfloat y, GLfloat z, GLfloat width, G…
594 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
596 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
[all …]
Dgl.h624 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
625 GL_API void GL_APIENTRY glScalef (GLfloat x, GLfloat y, GLfloat z);
630 GL_API void GL_APIENTRY glTranslatef (GLfloat x, GLfloat y, GLfloat z);
716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
719 GL_API void GL_APIENTRY glScalex (GLfixed x, GLfixed y, GLfixed z);
736 GL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z);
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h166 static void (GLAPIENTRY *glRotatef) (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
167 static void (GLAPIENTRY *glScalef) (GLfloat x, GLfloat y, GLfloat z);
180 static void (GLAPIENTRY *glTranslatef) (GLfloat x, GLfloat y, GLfloat z);
205 static void (GL_APIENTRY *glVertexAttrib3f)(GLuint indx, GLfloat x, GLfloat y, GLfloat z);
207 …static void (GL_APIENTRY *glVertexAttrib4f)(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat …
223 static void (GL_APIENTRY *glUniform3f)(GLint location, GLfloat x, GLfloat y, GLfloat z);
225 static void (GL_APIENTRY *glUniform3i)(GLint location, GLint x, GLint y, GLint z);
227 …static void (GL_APIENTRY *glUniform4f)(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
229 static void (GL_APIENTRY *glUniform4i)(GLint location, GLint x, GLint y, GLint z, GLint w);
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in32 GL_ENTRY(void, glRotatef, GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
33 GL_ENTRY(void, glScalef, GLfloat x, GLfloat y, GLfloat z)
38 GL_ENTRY(void, glTranslatef, GLfloat x, GLfloat y, GLfloat z)
121 GL_ENTRY(void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
124 GL_ENTRY(void, glScalex, GLfixed x, GLfixed y, GLfixed z)
141 GL_ENTRY(void, glTranslatex, GLfixed x, GLfixed y, GLfixed z)
173 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
174 GL_ENTRY(void, glDrawTexiOES, GLint x, GLint y, GLint z, GLint width, GLint height)
175 GL_ENTRY(void, glDrawTexxOES, GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
179 GL_ENTRY(void, glDrawTexfOES, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
[all …]
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Context.h39 void setAttribute0value(float x, float y, float z, float w);
DGLESv2Context.cpp46 void GLESv2Context::setAttribute0value(float x, float y, float z, float w) in setAttribute0value() argument
50 m_attribute0value[2] = z; in setAttribute0value()
DGLESv2Imp.cpp1851 GL_APICALL void GL_APIENTRY glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z){ in glUniform3f() argument
1853 ctx->dispatcher().glUniform3f(location,x,y,z); in glUniform3f()
1859 GL_APICALL void GL_APIENTRY glUniform3i(GLint location, GLint x, GLint y, GLint z){ in glUniform3i() argument
1861 ctx->dispatcher().glUniform3i(location,x,y,z); in glUniform3i()
1869 GL_APICALL void GL_APIENTRY glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w… in glUniform4f() argument
1871 ctx->dispatcher().glUniform4f(location,x,y,z,w); in glUniform4f()
1879 GL_APICALL void GL_APIENTRY glUniform4i(GLint location, GLint x, GLint y, GLint z, GLint w){ in glUniform4i() argument
1881 ctx->dispatcher().glUniform4i(location,x,y,z,w); in glUniform4i()
1965 GL_APICALL void GL_APIENTRY glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z){ in glVertexAttrib3f() argument
1967 ctx->dispatcher().glVertexAttrib3f(indx,x,y,z); in glVertexAttrib3f()
[all …]
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp1344 GL_API void GL_APIENTRY glRotatef( GLfloat angle, GLfloat x, GLfloat y, GLfloat z) { in glRotatef() argument
1346 ctx->dispatcher().glRotatef(angle,x,y,z); in glRotatef()
1349 GL_API void GL_APIENTRY glRotatex( GLfixed angle, GLfixed x, GLfixed y, GLfixed z) { in glRotatex() argument
1351 ctx->dispatcher().glRotatef(angle,X2F(x),X2F(y),X2F(z)); in glRotatex()
1364 GL_API void GL_APIENTRY glScalef( GLfloat x, GLfloat y, GLfloat z) { in glScalef() argument
1366 ctx->dispatcher().glScalef(x,y,z); in glScalef()
1369 GL_API void GL_APIENTRY glScalex( GLfixed x, GLfixed y, GLfixed z) { in glScalex() argument
1371 ctx->dispatcher().glScalef(X2F(x),X2F(y),X2F(z)); in glScalex()
1629 GL_API void GL_APIENTRY glTranslatef( GLfloat x, GLfloat y, GLfloat z) { in glTranslatef() argument
1631 ctx->dispatcher().glTranslatef(x,y,z); in glTranslatef()
[all …]
DGLDispatch.h125 void (GLAPIENTRY *glRotatef) (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
126 void (GLAPIENTRY *glScalef) (GLfloat x, GLfloat y, GLfloat z);
150 void (GLAPIENTRY *glTranslatef) (GLfloat x, GLfloat y, GLfloat z);
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DDummyGLfuncs.cpp132 void GLAPIENTRY dummy_glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z){} in dummy_glRotatef() argument
133 void GLAPIENTRY dummy_glScalef(GLfloat x, GLfloat y, GLfloat z){} in dummy_glScalef() argument
146 void GLAPIENTRY dummy_glTranslatef(GLfloat x, GLfloat y, GLfloat z){} in dummy_glTranslatef() argument
193 void GL_APIENTRY dummy_glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z){} in dummy_glVertexAttrib3f() argument
195 … void GL_APIENTRY dummy_glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w){} in dummy_glVertexAttrib4f() argument
211 void GL_APIENTRY dummy_glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z){} in dummy_glUniform3f() argument
213 void GL_APIENTRY dummy_glUniform3i(GLint location, GLint x, GLint y, GLint z){} in dummy_glUniform3i() argument
215 void GL_APIENTRY dummy_glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w){} in dummy_glUniform4f() argument
217 void GL_APIENTRY dummy_glUniform4i(GLint location, GLint x, GLint y, GLint z, GLint w){} in dummy_glUniform4i() argument
DDummyGLfuncs.h139 void GLAPIENTRY dummy_glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
140 void GLAPIENTRY dummy_glScalef(GLfloat x, GLfloat y, GLfloat z);
153 void GLAPIENTRY dummy_glTranslatef(GLfloat x, GLfloat y, GLfloat z);
200 void GL_APIENTRY dummy_glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z);
202 … void GL_APIENTRY dummy_glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
218 void GL_APIENTRY dummy_glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z);
220 void GL_APIENTRY dummy_glUniform3i(GLint location, GLint x, GLint y, GLint z);
222 void GL_APIENTRY dummy_glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
224 void GL_APIENTRY dummy_glUniform4i(GLint location, GLint x, GLint y, GLint z, GLint w);
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
595 GL_APICALL void GL_APIENTRY glUniform3i (GLint location, GLint x, GLint y, GLint z);
597 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat x, GLfloat y, GLfloat z, G…
599 GL_APICALL void GL_APIENTRY glUniform4i (GLint location, GLint x, GLint y, GLint z, GLint w…
610 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint indx, GLfloat x, GLfloat y, GLfloat z);
612 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint indx, GLfloat x, GLfloat y, GLfloat z,…
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.in120 GL_ENTRY(void, glUniform3f, GLint location, GLfloat x, GLfloat y, GLfloat z)
122 GL_ENTRY(void, glUniform3i, GLint location, GLint x, GLint y, GLint z)
124 GL_ENTRY(void, glUniform4f, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
126 GL_ENTRY(void, glUniform4i, GLint location, GLint x, GLint y, GLint z, GLint w)
137 GL_ENTRY(void, glVertexAttrib3f, GLuint indx, GLfloat x, GLfloat y, GLfloat z)
139 GL_ENTRY(void, glVertexAttrib4f, GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
/sdk/files/typos/
Dtypos-pt.txt484 atravéz->através
486 atráz->atrás
968z->gás
1106 invéz->invés
1124 juíz->juiz
1445 raíz->raiz
Dtypos-hu.txt414 külömböző->különböző
Dtypos-tr.txt598 yanlız->yalnız
Dtypos-es.txt447 diéz->diez
Dtypos-de.txt2034 von nöten->vonnöten,z. B. vonnöten sein