Searched refs:glVertexAttrib4fv (Results 1 - 11 of 11) 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/proto/
H A Dgltrace.proto399 glVertexAttrib4fv = 371;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec141 void glVertexAttrib4fv ( GLuint indx, const GLfloat *values )
/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp254 void glVertexAttrib4fv(GLuint index, const GLfloat *v) {} function
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp1058 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/base/core/jni/
H A Dandroid_opengl_GLES20.cpp6015 /* void glVertexAttrib4fv ( GLuint indx, const GLfloat *values ) */
6049 glVertexAttrib4fv(
6064 /* void glVertexAttrib4fv ( GLuint indx, const GLfloat *values ) */
6087 glVertexAttrib4fv(
6345 {"glVertexAttrib4fv", "(I[FI)V", (void *) android_glVertexAttrib4fv__I_3FI },
6346 {"glVertexAttrib4fv", "(ILjava/nio/FloatBuffer;)V", (void *) android_glVertexAttrib4fv__ILjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp5589 glmsg.set_function(GLMessage::glVertexAttrib4fv);
5606 glContext->hooks->gl.glVertexAttrib4fv(index, v);
[all...]

Completed in 171 milliseconds