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

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec138 void glVertexAttrib3f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h887 #define glVertexAttrib3f wrap_glVertexAttrib3f macro
H A Dgles_undefine.h887 #undef glVertexAttrib3f macro
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1826 // C function void glVertexAttrib3f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z )
1828 public static native void glVertexAttrib3f( method in class:GLES20
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h664 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h664 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
H A Dgl31.h664 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
H A Dgl32.h664 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp6214 /* void glVertexAttrib3f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z ) */
6218 glVertexAttrib3f(
6669 {"glVertexAttrib3f", "(IFFF)V", (void *) android_glVertexAttrib3f__IFFF },

Completed in 180 milliseconds