Searched refs:glVertexAttrib4fv (Results 1 – 21 of 21) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 202 glVertexAttrib4fv;
|
D | libGLESv3.map.txt | 400 glVertexAttrib4fv;
|
D | entries.in | 874 GL_ENTRY(void, glVertexAttrib4fv, GLuint index, const GLfloat *v)
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 1862 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/ |
D | GLES20.spec | 141 void glVertexAttrib4fv ( GLuint indx, const GLfloat *values )
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ImageShader.java | 135 GLES20.glVertexAttrib4fv(mIndex, mValues); in push()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | shader_program.cpp | 1062 case 4: glVertexAttrib4fv(attrib.index, values); break; in PushAttributes()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 890 #define glVertexAttrib4fv wrap_glVertexAttrib4fv macro
|
D | gles_undefine.h | 890 #undef glVertexAttrib4fv
|
D | gles_stubs.in | 418 void API_ENTRY(glVertexAttrib4fv)(GLuint index, const GLfloat *v) { 419 CALL_GL_API(glVertexAttrib4fv, index, v);
|
D | gles_decls.in | 140 GL_ENTRY(void, glVertexAttrib4fv, GLuint index, const GLfloat *v)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 418 void API_ENTRY(glVertexAttrib4fv)(GLuint index, const GLfloat *v) { 419 CALL_GL_API(glVertexAttrib4fv, index, v);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 665 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 665 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
|
D | gl31.h | 667 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
|
D | gl32.h | 667 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 6365 glVertexAttrib4fv( in android_glVertexAttrib4fv__I_3FI() 6409 glVertexAttrib4fv( in android_glVertexAttrib4fv__ILjava_nio_FloatBuffer_2()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19864 method public static void glVertexAttrib4fv(int, float[], int); 19865 method public static void glVertexAttrib4fv(int, java.nio.FloatBuffer);
|
/frameworks/base/api/ |
D | current.txt | 28725 method public static void glVertexAttrib4fv(int, float[], int); 28726 method public static void glVertexAttrib4fv(int, java.nio.FloatBuffer);
|
D | test-current.txt | 28881 method public static void glVertexAttrib4fv(int, float[], int); 28882 method public static void glVertexAttrib4fv(int, java.nio.FloatBuffer);
|
D | system-current.txt | 31440 method public static void glVertexAttrib4fv(int, float[], int); 31441 method public static void glVertexAttrib4fv(int, java.nio.FloatBuffer);
|