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

/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1835 // C function void glVertexAttrib3fv ( GLuint indx, const GLfloat *values )
1837 public static native void glVertexAttrib3fv( method in class:GLES20
1843 // C function void glVertexAttrib3fv ( GLuint indx, const GLfloat *values )
1845 public static native void glVertexAttrib3fv( method in class:GLES20
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec139 void glVertexAttrib3fv ( GLuint indx, const GLfloat *values )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h888 #define glVertexAttrib3fv wrap_glVertexAttrib3fv macro
H A Dgles_undefine.h888 #undef glVertexAttrib3fv macro
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp1061 case 3: glVertexAttrib3fv(attrib.index, values); break;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java132 GLES20.glVertexAttrib3fv(mIndex, mValues);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h665 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp6226 /* void glVertexAttrib3fv ( GLuint indx, const GLfloat *values ) */
6260 glVertexAttrib3fv(
6275 /* void glVertexAttrib3fv ( GLuint indx, const GLfloat *values ) */
6304 glVertexAttrib3fv(
6670 {"glVertexAttrib3fv", "(I[FI)V", (void *) android_glVertexAttrib3fv__I_3FI },
6671 {"glVertexAttrib3fv", "(ILjava/nio/FloatBuffer;)V", (void *) android_glVertexAttrib3fv__ILjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h665 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
H A Dgl31.h665 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
H A Dgl32.h665 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);

Completed in 345 milliseconds