Searched refs:glVertexAttrib2fv (Results 1 - 11 of 11) 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/tools/glgen/specs/gles11/
H A DGLES20.spec137 void glVertexAttrib2fv ( GLuint indx, const GLfloat *values )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h886 #define glVertexAttrib2fv wrap_glVertexAttrib2fv macro
H A Dgles_undefine.h886 #undef glVertexAttrib2fv macro
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp1060 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.h663 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp6122 /* void glVertexAttrib2fv ( GLuint indx, const GLfloat *values ) */
6156 glVertexAttrib2fv(
6171 /* void glVertexAttrib2fv ( GLuint indx, const GLfloat *values ) */
6200 glVertexAttrib2fv(
6667 {"glVertexAttrib2fv", "(I[FI)V", (void *) android_glVertexAttrib2fv__I_3FI },
6668 {"glVertexAttrib2fv", "(ILjava/nio/FloatBuffer;)V", (void *) android_glVertexAttrib2fv__ILjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h663 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
H A Dgl31.h663 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
H A Dgl32.h663 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);

Completed in 804 milliseconds