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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto394 glVertexAttrib3f = 368;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec138 void glVertexAttrib3f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z )
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1823 // C function void glVertexAttrib3f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z )
1825 public static native void glVertexAttrib3f( method in class:GLES20
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h609 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint indx, GLfloat x, GLfloat y, GLfloat z);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h943 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint indx, GLfloat x, GLfloat y, GLfloat z);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1009 const GLMessage_Function GLMessage::glVertexAttrib3f; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1357 static const Function glVertexAttrib3f = GLMessage_Function_glVertexAttrib3f; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp5457 glmsg.set_function(GLMessage::glVertexAttrib3f);
5486 glContext->hooks->gl.glVertexAttrib3f(indx, x, y, z);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5778 /* void glVertexAttrib3f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z ) */
5782 glVertexAttrib3f(
6215 {"glVertexAttrib3f", "(IFFF)V", (void *) android_glVertexAttrib3f__IFFF },

Completed in 174 milliseconds