Searched refs:glVertexAttrib1fv (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1788 // C function void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
1790 public static native void glVertexAttrib1fv( method in class:GLES20
1796 // C function void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
1798 public static native void glVertexAttrib1fv( method in class:GLES20
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec135 void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h884 #define glVertexAttrib1fv wrap_glVertexAttrib1fv macro
H A Dgles_undefine.h884 #undef glVertexAttrib1fv macro
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp1059 case 1: glVertexAttrib1fv(attrib.index, values); break;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java126 GLES20.glVertexAttrib1fv(mIndex, mValues);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h661 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp6019 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */
6053 glVertexAttrib1fv(
6068 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */
6097 glVertexAttrib1fv(
6664 {"glVertexAttrib1fv", "(I[FI)V", (void *) android_glVertexAttrib1fv__I_3FI },
6665 {"glVertexAttrib1fv", "(ILjava/nio/FloatBuffer;)V", (void *) android_glVertexAttrib1fv__ILjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h661 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
H A Dgl31.h661 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
H A Dgl32.h661 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);

Completed in 132 milliseconds