Searched refs:glVertexAttrib1fv (Results 1 - 12 of 12) 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 Dnullgles.cpp259 void glVertexAttrib1fv(GLuint index, const GLfloat *v) {} function
H A Dunwrap_gles.h887 #undef glVertexAttrib1fv macro
H A Dwrap_gles.h887 #define glVertexAttrib1fv wrap_glVertexAttrib1fv macro
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp1055 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.cpp5703 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */
5737 glVertexAttrib1fv(
5752 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */
5775 glVertexAttrib1fv(
6318 {"glVertexAttrib1fv", "(I[FI)V", (void *) android_glVertexAttrib1fv__I_3FI },
6319 {"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 91 milliseconds