Home
last modified time | relevance | path

Searched defs:glVertexAttrib4f (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/debug/
Dnullgles.cpp264 void glVertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) {} in glVertexAttrib4f() function
Dwrap_gles.h892 #define glVertexAttrib4f wrap_glVertexAttrib4f macro
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1852 public static native void glVertexAttrib4f( in glVertexAttrib4f() method in GLES20