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

/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1803 // C function void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
1805 public static native void glVertexAttrib1fv( method in class:GLES20
1811 // C function void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
1813 public static native void glVertexAttrib1fv( method in class:GLES20
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec135 void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h607 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values);
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h446 static const Function glVertexAttrib1fv = Message_Function_glVertexAttrib1fv; member in class:com::android::glesv2debugger::Message
H A Dcaller.cpp723 dbg->hooks->gl.glVertexAttrib1fv(
H A Ddebugger_message.pb.cpp372 const Message_Function Message::glVertexAttrib1fv; member in class:com::android::glesv2debugger::Message
H A Dapi.cpp3285 _c->glVertexAttrib1fv(indx, values);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4577 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */
4598 glVertexAttrib1fv(
4610 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */
4619 glVertexAttrib1fv(
5046 {"glVertexAttrib1fv", "(I[FI)V", (void *) android_glVertexAttrib1fv__I_3FI },
5047 {"glVertexAttrib1fv", "(ILjava/nio/FloatBuffer;)V", (void *) android_glVertexAttrib1fv__ILjava_nio_FloatBuffer_2 },
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h368 GL_ENTRY(void, glVertexAttrib1fv, GLuint indx, const GLfloat* values)

Completed in 223 milliseconds