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

/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec134 void glVertexAttrib1f ( GLuint indx, GLfloat x )
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h606 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint indx, GLfloat x);
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1796 // C function void glVertexAttrib1f ( GLuint indx, GLfloat x )
1798 public static native void glVertexAttrib1f( method in class:GLES20
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h445 static const Function glVertexAttrib1f = Message_Function_glVertexAttrib1f; member in class:com::android::glesv2debugger::Message
H A Dcaller.cpp718 dbg->hooks->gl.glVertexAttrib1f(
H A Ddebugger_message.pb.cpp371 const Message_Function Message::glVertexAttrib1f; member in class:com::android::glesv2debugger::Message
H A Dapi.cpp3264 _c->glVertexAttrib1f(indx, x);
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h367 GL_ENTRY(void, glVertexAttrib1f, GLuint indx, GLfloat x)
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4567 /* void glVertexAttrib1f ( GLuint indx, GLfloat x ) */
4571 glVertexAttrib1f(
5045 {"glVertexAttrib1f", "(IF)V", (void *) android_glVertexAttrib1f__IF },

Completed in 47 milliseconds