Searched defs:glVertexAttrib4f (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp264 void glVertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) {} function
H A Dunwrap_gles.h892 #undef glVertexAttrib4f macro
H A Dwrap_gles.h892 #define glVertexAttrib4f wrap_glVertexAttrib4f macro
/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

Completed in 92 milliseconds