Searched refs:glVertexAttrib4fv (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1857 // C function void glVertexAttrib4fv ( GLuint indx, const GLfloat *values )
1859 public static native void glVertexAttrib4fv( method in class:GLES20
1865 // C function void glVertexAttrib4fv ( GLuint indx, const GLfloat *values )
1867 public static native void glVertexAttrib4fv( method in class:GLES20
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto397 glVertexAttrib4fv = 371;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec141 void glVertexAttrib4fv ( GLuint indx, const GLfloat *values )
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp1065 case 4: glVertexAttrib4fv(attrib.index, values); break;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java135 GLES20.glVertexAttrib4fv(mIndex, mValues);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h612 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h946 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1012 const GLMessage_Function GLMessage::glVertexAttrib4fv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1360 static const Function glVertexAttrib4fv = GLMessage_Function_glVertexAttrib4fv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp5590 glmsg.set_function(GLMessage::glVertexAttrib4fv);
5607 glContext->hooks->gl.glVertexAttrib4fv(indx, values);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5889 /* void glVertexAttrib4fv ( GLuint indx, const GLfloat *values ) */
5923 glVertexAttrib4fv(
5938 /* void glVertexAttrib4fv ( GLuint indx, const GLfloat *values ) */
5961 glVertexAttrib4fv(
6219 {"glVertexAttrib4fv", "(I[FI)V", (void *) android_glVertexAttrib4fv__I_3FI },
6220 {"glVertexAttrib4fv", "(ILjava/nio/FloatBuffer;)V", (void *) android_glVertexAttrib4fv__ILjava_nio_FloatBuffer_2 },

Completed in 214 milliseconds