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

/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1835 // C function void glVertexAttrib3fv ( GLuint indx, const GLfloat *values )
1837 public static native void glVertexAttrib3fv( method in class:GLES20
1843 // C function void glVertexAttrib3fv ( GLuint indx, const GLfloat *values )
1845 public static native void glVertexAttrib3fv( method in class:GLES20
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto395 glVertexAttrib3fv = 369;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec139 void glVertexAttrib3fv ( GLuint indx, const GLfloat *values )
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp1064 case 3: glVertexAttrib3fv(attrib.index, values); break;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java132 GLES20.glVertexAttrib3fv(mIndex, mValues);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h514 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h514 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
H A Dgl31.h514 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1201 const GLMessage_Function GLMessage::glVertexAttrib3fv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1549 static const Function glVertexAttrib3fv = GLMessage_Function_glVertexAttrib3fv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp5502 glmsg.set_function(GLMessage::glVertexAttrib3fv);
5519 glContext->hooks->gl.glVertexAttrib3fv(index, v);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5793 /* void glVertexAttrib3fv ( GLuint indx, const GLfloat *values ) */
5827 glVertexAttrib3fv(
5842 /* void glVertexAttrib3fv ( GLuint indx, const GLfloat *values ) */
5865 glVertexAttrib3fv(
6219 {"glVertexAttrib3fv", "(I[FI)V", (void *) android_glVertexAttrib3fv__I_3FI },
6220 {"glVertexAttrib3fv", "(ILjava/nio/FloatBuffer;)V", (void *) android_glVertexAttrib3fv__ILjava_nio_FloatBuffer_2 },

Completed in 235 milliseconds