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

/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1788 // C function void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
1790 public static native void glVertexAttrib1fv( method in class:GLES20
1796 // C function void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
1798 public static native void glVertexAttrib1fv( method in class:GLES20
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto391 glVertexAttrib1fv = 365;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec135 void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp1062 case 1: glVertexAttrib1fv(attrib.index, values); break;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java126 GLES20.glVertexAttrib1fv(mIndex, mValues);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h510 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h510 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
H A Dgl31.h510 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1197 const GLMessage_Function GLMessage::glVertexAttrib1fv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1545 static const Function glVertexAttrib1fv = GLMessage_Function_glVertexAttrib1fv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp5346 glmsg.set_function(GLMessage::glVertexAttrib1fv);
5363 glContext->hooks->gl.glVertexAttrib1fv(index, v);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5598 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */
5632 glVertexAttrib1fv(
5647 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */
5670 glVertexAttrib1fv(
6213 {"glVertexAttrib1fv", "(I[FI)V", (void *) android_glVertexAttrib1fv__I_3FI },
6214 {"glVertexAttrib1fv", "(ILjava/nio/FloatBuffer;)V", (void *) android_glVertexAttrib1fv__ILjava_nio_FloatBuffer_2 },

Completed in 414 milliseconds