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

/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec138 void glVertexAttrib3f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z )
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h610 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint indx, GLfloat x, GLfloat y, GLfloat z);
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1841 // C function void glVertexAttrib3f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z )
1843 public static native void glVertexAttrib3f( method in class:GLES20
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h449 static const Function glVertexAttrib3f = Message_Function_glVertexAttrib3f; member in class:com::android::glesv2debugger::Message
H A Dcaller.cpp738 dbg->hooks->gl.glVertexAttrib3f(
H A Ddebugger_message.pb.cpp375 const Message_Function Message::glVertexAttrib3f; member in class:com::android::glesv2debugger::Message
H A Dapi.cpp3357 _c->glVertexAttrib3f(indx, x, y, z);
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h371 GL_ENTRY(void, glVertexAttrib3f, GLuint indx, GLfloat x, GLfloat y, GLfloat z)
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4690 /* void glVertexAttrib3f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z ) */
4694 glVertexAttrib3f(
5051 {"glVertexAttrib3f", "(IFFF)V", (void *) android_glVertexAttrib3f__IFFF },

Completed in 81 milliseconds