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

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec140 void glVertexAttrib4f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h889 #define glVertexAttrib4f wrap_glVertexAttrib4f macro
H A Dgles_undefine.h889 #undef glVertexAttrib4f macro
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1850 // C function void glVertexAttrib4f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w )
1852 public static native void glVertexAttrib4f( method in class:GLES20
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h666 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h666 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
H A Dgl31.h666 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
H A Dgl32.h666 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp6318 /* void glVertexAttrib4f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w ) */
6322 glVertexAttrib4f(
6672 {"glVertexAttrib4f", "(IFFFF)V", (void *) android_glVertexAttrib4f__IFFFF },

Completed in 236 milliseconds