Home
last modified time | relevance | path

Searched defs:z (Results 1 – 5 of 5) sorted by relevance

/sdk/emulator/opengl/tests/ut_renderer/
DRenderingThread.cpp39 void RenderingThread::s_glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat w, GLfloat h) in s_glDrawTexfOES()
46 void RenderingThread::s_glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort w, GLshort h) in s_glDrawTexsOES()
53 void RenderingThread::s_glDrawTexiOES(GLint x, GLint y, GLint z, GLint w, GLint h) in s_glDrawTexiOES()
60 void RenderingThread::s_glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed h) in s_glDrawTexxOES()
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp1340 GL_API void GL_APIENTRY glRotatef( GLfloat angle, GLfloat x, GLfloat y, GLfloat z) { in glRotatef()
1345 GL_API void GL_APIENTRY glRotatex( GLfixed angle, GLfixed x, GLfixed y, GLfixed z) { in glRotatex()
1360 GL_API void GL_APIENTRY glScalef( GLfloat x, GLfloat y, GLfloat z) { in glScalef()
1365 GL_API void GL_APIENTRY glScalex( GLfixed x, GLfixed y, GLfixed z) { in glScalex()
1625 GL_API void GL_APIENTRY glTranslatef( GLfloat x, GLfloat y, GLfloat z) { in glTranslatef()
1630 GL_API void GL_APIENTRY glTranslatex( GLfixed x, GLfixed y, GLfixed z) { in glTranslatex()
2221 void glDrawTexOES (T x, T y, T z, T width, T height) { in glDrawTexOES()
2325 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig… in glDrawTexsOES()
2329 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height) { in glDrawTexiOES()
2333 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig… in glDrawTexfOES()
[all …]
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Context.cpp45 void GLESv2Context::setAttribute0value(float x, float y, float z, float w) in setAttribute0value()
DGLESv2Imp.cpp1860 GL_APICALL void GL_APIENTRY glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z){ in glUniform3f()
1868 GL_APICALL void GL_APIENTRY glUniform3i(GLint location, GLint x, GLint y, GLint z){ in glUniform3i()
1878 GL_APICALL void GL_APIENTRY glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w… in glUniform4f()
1888 GL_APICALL void GL_APIENTRY glUniform4i(GLint location, GLint x, GLint y, GLint z, GLint w){ in glUniform4i()
1974 GL_APICALL void GL_APIENTRY glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z){ in glVertexAttrib3f()
1988 GL_APICALL void GL_APIENTRY glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat… in glVertexAttrib4f()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DDummyGLfuncs.cpp132 void GLAPIENTRY dummy_glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z){} in dummy_glRotatef()
133 void GLAPIENTRY dummy_glScalef(GLfloat x, GLfloat y, GLfloat z){} in dummy_glScalef()
146 void GLAPIENTRY dummy_glTranslatef(GLfloat x, GLfloat y, GLfloat z){} in dummy_glTranslatef()
193 void GL_APIENTRY dummy_glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z){} in dummy_glVertexAttrib3f()
195 … void GL_APIENTRY dummy_glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w){} in dummy_glVertexAttrib4f()
211 void GL_APIENTRY dummy_glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z){} in dummy_glUniform3f()
213 void GL_APIENTRY dummy_glUniform3i(GLint location, GLint x, GLint y, GLint z){} in dummy_glUniform3i()
215 void GL_APIENTRY dummy_glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w){} in dummy_glUniform4f()
217 void GL_APIENTRY dummy_glUniform4i(GLint location, GLint x, GLint y, GLint z, GLint w){} in dummy_glUniform4i()