Searched refs:glVertexAttrib2f (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec136 void glVertexAttrib2f ( GLuint indx, GLfloat x, GLfloat y )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h885 #define glVertexAttrib2f wrap_glVertexAttrib2f macro
H A Dgles_undefine.h885 #undef glVertexAttrib2f macro
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1803 // C function void glVertexAttrib2f ( GLuint indx, GLfloat x, GLfloat y )
1805 public static native void glVertexAttrib2f( method in class:GLES20
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h662 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h662 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y);
H A Dgl31.h662 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y);
H A Dgl32.h662 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp6111 /* void glVertexAttrib2f ( GLuint indx, GLfloat x, GLfloat y ) */
6115 glVertexAttrib2f(
6666 {"glVertexAttrib2f", "(IFF)V", (void *) android_glVertexAttrib2f__IFF },

Completed in 806 milliseconds