Searched refs:glVertexAttrib3f (Results 1 - 10 of 10) 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.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.h513 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h513 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
H A Dgl31.h513 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1200 const GLMessage_Function GLMessage::glVertexAttrib3f; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1548 static const Function glVertexAttrib3f = GLMessage_Function_glVertexAttrib3f; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp5456 glmsg.set_function(GLMessage::glVertexAttrib3f);
5485 glContext->hooks->gl.glVertexAttrib3f(index, x, y, z);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5781 /* void glVertexAttrib3f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z ) */
5785 glVertexAttrib3f(
6218 {"glVertexAttrib3f", "(IFFF)V", (void *) android_glVertexAttrib3f__IFFF },

Completed in 4869 milliseconds