Home
last modified time | relevance | path

Searched refs:glVertexAttrib4fv (Results 1 – 21 of 21) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt202 glVertexAttrib4fv;
DlibGLESv3.map.txt400 glVertexAttrib4fv;
Dentries.in874 GL_ENTRY(void, glVertexAttrib4fv, GLuint index, const GLfloat *v)
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1862 public static native void glVertexAttrib4fv( in glVertexAttrib4fv() method in GLES20
1870 public static native void glVertexAttrib4fv( in glVertexAttrib4fv() method in GLES20
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec141 void glVertexAttrib4fv ( GLuint indx, const GLfloat *values )
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DImageShader.java135 GLES20.glVertexAttrib4fv(mIndex, mValues); in push()
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp1062 case 4: glVertexAttrib4fv(attrib.index, values); break; in PushAttributes()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h890 #define glVertexAttrib4fv wrap_glVertexAttrib4fv macro
Dgles_undefine.h890 #undef glVertexAttrib4fv
Dgles_stubs.in418 void API_ENTRY(glVertexAttrib4fv)(GLuint index, const GLfloat *v) {
419 CALL_GL_API(glVertexAttrib4fv, index, v);
Dgles_decls.in140 GL_ENTRY(void, glVertexAttrib4fv, GLuint index, const GLfloat *v)
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in418 void API_ENTRY(glVertexAttrib4fv)(GLuint index, const GLfloat *v) {
419 CALL_GL_API(glVertexAttrib4fv, index, v);
/frameworks/native/opengl/include/GLES2/
Dgl2.h665 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
/frameworks/native/opengl/include/GLES3/
Dgl3.h665 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
Dgl31.h667 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
Dgl32.h667 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp6365 glVertexAttrib4fv( in android_glVertexAttrib4fv__I_3FI()
6409 glVertexAttrib4fv( in android_glVertexAttrib4fv__ILjava_nio_FloatBuffer_2()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19864 method public static void glVertexAttrib4fv(int, float[], int);
19865 method public static void glVertexAttrib4fv(int, java.nio.FloatBuffer);
/frameworks/base/api/
Dcurrent.txt28725 method public static void glVertexAttrib4fv(int, float[], int);
28726 method public static void glVertexAttrib4fv(int, java.nio.FloatBuffer);
Dtest-current.txt28881 method public static void glVertexAttrib4fv(int, float[], int);
28882 method public static void glVertexAttrib4fv(int, java.nio.FloatBuffer);
Dsystem-current.txt31440 method public static void glVertexAttrib4fv(int, float[], int);
31441 method public static void glVertexAttrib4fv(int, java.nio.FloatBuffer);