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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto396 glVertexAttrib4f = 370;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec140 void glVertexAttrib4f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w )
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1847 // C function void glVertexAttrib4f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w )
1849 public static native void glVertexAttrib4f( method in class:GLES20
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h611 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h945 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1011 const GLMessage_Function GLMessage::glVertexAttrib4f; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1359 static const Function glVertexAttrib4f = GLMessage_Function_glVertexAttrib4f; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp5538 glmsg.set_function(GLMessage::glVertexAttrib4f);
5573 glContext->hooks->gl.glVertexAttrib4f(indx, x, y, z, w);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5876 /* void glVertexAttrib4f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w ) */
5880 glVertexAttrib4f(
6218 {"glVertexAttrib4f", "(IFFFF)V", (void *) android_glVertexAttrib4f__IFFFF },

Completed in 182 milliseconds