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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto392 glVertexAttrib2f = 366;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec136 void glVertexAttrib2f ( GLuint indx, GLfloat x, GLfloat y )
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1800 // C function void glVertexAttrib2f ( GLuint indx, GLfloat x, GLfloat y )
1802 public static native void glVertexAttrib2f( method in class:GLES20
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h607 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint indx, GLfloat x, GLfloat y);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h941 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint indx, GLfloat x, GLfloat y);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1007 const GLMessage_Function GLMessage::glVertexAttrib2f; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1355 static const Function glVertexAttrib2f = GLMessage_Function_glVertexAttrib2f; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp5382 glmsg.set_function(GLMessage::glVertexAttrib2f);
5405 glContext->hooks->gl.glVertexAttrib2f(indx, x, y);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5681 /* void glVertexAttrib2f ( GLuint indx, GLfloat x, GLfloat y ) */
5685 glVertexAttrib2f(
6212 {"glVertexAttrib2f", "(IFF)V", (void *) android_glVertexAttrib2f__IFF },

Completed in 132 milliseconds