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

/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1826 // C function void glVertexAttrib2fv ( GLuint indx, const GLfloat *values )
1828 public static native void glVertexAttrib2fv( method in class:GLES20
1834 // C function void glVertexAttrib2fv ( GLuint indx, const GLfloat *values )
1836 public static native void glVertexAttrib2fv( method in class:GLES20
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec137 void glVertexAttrib2fv ( GLuint indx, const GLfloat *values )
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h609 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint indx, const GLfloat* values);
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h448 static const Function glVertexAttrib2fv = Message_Function_glVertexAttrib2fv; member in class:com::android::glesv2debugger::Message
H A Dcaller.cpp733 dbg->hooks->gl.glVertexAttrib2fv(
H A Ddebugger_message.pb.cpp374 const Message_Function Message::glVertexAttrib2fv; member in class:com::android::glesv2debugger::Message
H A Dapi.cpp3332 _c->glVertexAttrib2fv(indx, values);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4639 /* void glVertexAttrib2fv ( GLuint indx, const GLfloat *values ) */
4660 glVertexAttrib2fv(
4672 /* void glVertexAttrib2fv ( GLuint indx, const GLfloat *values ) */
4681 glVertexAttrib2fv(
5049 {"glVertexAttrib2fv", "(I[FI)V", (void *) android_glVertexAttrib2fv__I_3FI },
5050 {"glVertexAttrib2fv", "(ILjava/nio/FloatBuffer;)V", (void *) android_glVertexAttrib2fv__ILjava_nio_FloatBuffer_2 },
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h370 GL_ENTRY(void, glVertexAttrib2fv, GLuint indx, const GLfloat* values)

Completed in 41 milliseconds