Searched refs:glVertexAttrib4fv (Results 1 – 18 of 18) sorted by relevance
/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/libs/hwui/debug/ |
D | nullgles.cpp | 265 void glVertexAttrib4fv(GLuint index, const GLfloat *v) {} in glVertexAttrib4fv() function
|
D | wrap_gles.h | 893 #define glVertexAttrib4fv wrap_glVertexAttrib4fv macro
|
D | unwrap_gles.h | 893 #undef glVertexAttrib4fv
|
/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 | 1058 case 4: glVertexAttrib4fv(attrib.index, values); break; in PushAttributes()
|
/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 | 667 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint index, const GLfloat *v);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 667 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 | 6031 glVertexAttrib4fv( in android_glVertexAttrib4fv__I_3FI() 6069 glVertexAttrib4fv( in android_glVertexAttrib4fv__ILjava_nio_FloatBuffer_2()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 874 GL_ENTRY(void, glVertexAttrib4fv, GLuint index, const GLfloat *v)
|
/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 | 26374 method public static void glVertexAttrib4fv(int, float[], int); 26375 method public static void glVertexAttrib4fv(int, java.nio.FloatBuffer);
|
D | system-current.txt | 28814 method public static void glVertexAttrib4fv(int, float[], int); 28815 method public static void glVertexAttrib4fv(int, java.nio.FloatBuffer);
|
D | test-current.txt | 26443 method public static void glVertexAttrib4fv(int, float[], int); 26444 method public static void glVertexAttrib4fv(int, java.nio.FloatBuffer);
|