Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/
Dnullgles.cpp253 void glVertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) {} in glVertexAttrib4f() function
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto398 glVertexAttrib4f = 370; enumerator
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1852 public static native void glVertexAttrib4f( in glVertexAttrib4f() method in GLES20