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

/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1860 // C function void glVertexAttrib4fv ( GLuint indx, const GLfloat *values )
1862 public static native void glVertexAttrib4fv( method in class:GLES20
1868 // C function void glVertexAttrib4fv ( GLuint indx, const GLfloat *values )
1870 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.h516 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h516 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
H A Dgl31.h516 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1203 const GLMessage_Function GLMessage::glVertexAttrib4fv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1551 static const Function glVertexAttrib4fv = GLMessage_Function_glVertexAttrib4fv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp5589 glmsg.set_function(GLMessage::glVertexAttrib4fv);
5606 glContext->hooks->gl.glVertexAttrib4fv(index, v);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5892 /* void glVertexAttrib4fv ( GLuint indx, const GLfloat *values ) */
5926 glVertexAttrib4fv(
5941 /* void glVertexAttrib4fv ( GLuint indx, const GLfloat *values ) */
5964 glVertexAttrib4fv(
6222 {"glVertexAttrib4fv", "(I[FI)V", (void *) android_glVertexAttrib4fv__I_3FI },
6223 {"glVertexAttrib4fv", "(ILjava/nio/FloatBuffer;)V", (void *) android_glVertexAttrib4fv__ILjava_nio_FloatBuffer_2 },

Completed in 3091 milliseconds