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

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec134 void glVertexAttrib1f ( GLuint indx, GLfloat x )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h883 #define glVertexAttrib1f wrap_glVertexAttrib1f macro
H A Dgles_undefine.h883 #undef glVertexAttrib1f macro
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1781 // C function void glVertexAttrib1f ( GLuint indx, GLfloat x )
1783 public static native void glVertexAttrib1f( method in class:GLES20
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h660 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint index, GLfloat x);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h660 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint index, GLfloat x);
H A Dgl31.h660 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint index, GLfloat x);
H A Dgl32.h660 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint index, GLfloat x);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp6009 /* void glVertexAttrib1f ( GLuint indx, GLfloat x ) */
6013 glVertexAttrib1f(
6663 {"glVertexAttrib1f", "(IF)V", (void *) android_glVertexAttrib1f__IF },

Completed in 6090 milliseconds