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

/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1811 // C function void glVertexAttrib2fv ( GLuint indx, const GLfloat *values )
1813 public static native void glVertexAttrib2fv( method in class:GLES20
1819 // C function void glVertexAttrib2fv ( GLuint indx, const GLfloat *values )
1821 public static native void glVertexAttrib2fv( method in class:GLES20
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto393 glVertexAttrib2fv = 367;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec137 void glVertexAttrib2fv ( GLuint indx, const GLfloat *values )
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp1063 case 2: glVertexAttrib2fv(attrib.index, values); break;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java129 GLES20.glVertexAttrib2fv(mIndex, mValues);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h512 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h512 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
H A Dgl31.h512 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1199 const GLMessage_Function GLMessage::glVertexAttrib2fv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1547 static const Function glVertexAttrib2fv = GLMessage_Function_glVertexAttrib2fv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp5421 glmsg.set_function(GLMessage::glVertexAttrib2fv);
5438 glContext->hooks->gl.glVertexAttrib2fv(index, v);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5695 /* void glVertexAttrib2fv ( GLuint indx, const GLfloat *values ) */
5729 glVertexAttrib2fv(
5744 /* void glVertexAttrib2fv ( GLuint indx, const GLfloat *values ) */
5767 glVertexAttrib2fv(
6216 {"glVertexAttrib2fv", "(I[FI)V", (void *) android_glVertexAttrib2fv__I_3FI },
6217 {"glVertexAttrib2fv", "(ILjava/nio/FloatBuffer;)V", (void *) android_glVertexAttrib2fv__ILjava_nio_FloatBuffer_2 },

Completed in 191 milliseconds