Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/
Dnullgles.cpp251 void glVertexAttrib3f(GLuint index, GLfloat x, GLfloat y, GLfloat z) {} in glVertexAttrib3f() function
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto396 glVertexAttrib3f = 368; enumerator
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1828 public static native void glVertexAttrib3f( in glVertexAttrib3f() method in GLES20