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

/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto398 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/libs/hwui/tests/
H A Dnullgles.cpp253 void glVertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) {} function
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1850 // C function void glVertexAttrib4f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w )
1852 public static native void glVertexAttrib4f( method in class:GLES20
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
H A Dgl31.h515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp6002 /* void glVertexAttrib4f ( GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w ) */
6006 glVertexAttrib4f(
6344 {"glVertexAttrib4f", "(IFFFF)V", (void *) android_glVertexAttrib4f__IFFFF },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp5537 glmsg.set_function(GLMessage::glVertexAttrib4f);
5572 glContext->hooks->gl.glVertexAttrib4f(index, x, y, z, w);
[all...]

Completed in 192 milliseconds