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/tools/glgen/specs/gles11/
H A DGLES20.spec141 void glVertexAttrib4fv ( GLuint indx, const GLfloat *values )
/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp265 void glVertexAttrib4fv(GLuint index, const GLfloat *v) {} function
H A Dunwrap_gles.h893 #undef glVertexAttrib4fv macro
H A Dwrap_gles.h893 #define glVertexAttrib4fv wrap_glVertexAttrib4fv macro
/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.h667 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5997 /* void glVertexAttrib4fv ( GLuint indx, const GLfloat *values ) */
6031 glVertexAttrib4fv(
6046 /* void glVertexAttrib4fv ( GLuint indx, const GLfloat *values ) */
6069 glVertexAttrib4fv(
6327 {"glVertexAttrib4fv", "(I[FI)V", (void *) android_glVertexAttrib4fv__I_3FI },
6328 {"glVertexAttrib4fv", "(ILjava/nio/FloatBuffer;)V", (void *) android_glVertexAttrib4fv__ILjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h667 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
H A Dgl31.h667 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
H A Dgl32.h667 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);

Completed in 145 milliseconds