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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto390 glVertexAttrib1f = 364;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec134 void glVertexAttrib1f ( GLuint indx, GLfloat x )
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1778 // C function void glVertexAttrib1f ( GLuint indx, GLfloat x )
1780 public static native void glVertexAttrib1f( method in class:GLES20
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h605 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint indx, GLfloat x);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h939 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint indx, GLfloat x);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1005 const GLMessage_Function GLMessage::glVertexAttrib1f; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1353 static const Function glVertexAttrib1f = GLMessage_Function_glVertexAttrib1f; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp5313 glmsg.set_function(GLMessage::glVertexAttrib1f);
5330 glContext->hooks->gl.glVertexAttrib1f(indx, x);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5585 /* void glVertexAttrib1f ( GLuint indx, GLfloat x ) */
5589 glVertexAttrib1f(
6209 {"glVertexAttrib1f", "(IF)V", (void *) android_glVertexAttrib1f__IF },

Completed in 107 milliseconds