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/libs/GLES_trace/proto/
H A Dgltrace.proto393 glVertexAttrib1fv = 365;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec135 void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp248 void glVertexAttrib1fv(GLuint index, const GLfloat *v) {} function
/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.h510 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h510 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
H A Dgl31.h510 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5721 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */
5755 glVertexAttrib1fv(
5770 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */
5793 glVertexAttrib1fv(
6336 {"glVertexAttrib1fv", "(I[FI)V", (void *) android_glVertexAttrib1fv__I_3FI },
6337 {"glVertexAttrib1fv", "(ILjava/nio/FloatBuffer;)V", (void *) android_glVertexAttrib1fv__ILjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp5346 glmsg.set_function(GLMessage::glVertexAttrib1fv);
5363 glContext->hooks->gl.glVertexAttrib1fv(index, v);
[all...]

Completed in 615 milliseconds