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

/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto394 glVertexAttrib2f = 366;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec136 void glVertexAttrib2f ( GLuint indx, GLfloat x, GLfloat y )
/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp249 void glVertexAttrib2f(GLuint index, GLfloat x, GLfloat y) {} function
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1803 // C function void glVertexAttrib2f ( GLuint indx, GLfloat x, GLfloat y )
1805 public static native void glVertexAttrib2f( method in class:GLES20
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h511 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h511 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y);
H A Dgl31.h511 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5807 /* void glVertexAttrib2f ( GLuint indx, GLfloat x, GLfloat y ) */
5811 glVertexAttrib2f(
6338 {"glVertexAttrib2f", "(IFF)V", (void *) android_glVertexAttrib2f__IFF },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp5381 glmsg.set_function(GLMessage::glVertexAttrib2f);
5404 glContext->hooks->gl.glVertexAttrib2f(index, x, y);
[all...]

Completed in 1301 milliseconds