Searched refs:glVertexAttrib1fv (Results 1 – 18 of 18) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 1790 public static native void glVertexAttrib1fv( in glVertexAttrib1fv() method in GLES20 1798 public static native void glVertexAttrib1fv( in glVertexAttrib1fv() method in GLES20
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 135 void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
|
/frameworks/base/libs/hwui/debug/ |
D | nullgles.cpp | 259 void glVertexAttrib1fv(GLuint index, const GLfloat *v) {} in glVertexAttrib1fv() function
|
D | wrap_gles.h | 887 #define glVertexAttrib1fv wrap_glVertexAttrib1fv macro
|
D | unwrap_gles.h | 887 #undef glVertexAttrib1fv
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ImageShader.java | 126 GLES20.glVertexAttrib1fv(mIndex, mValues); in push()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | shader_program.cpp | 1055 case 1: glVertexAttrib1fv(attrib.index, values); break; in PushAttributes()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 400 void API_ENTRY(glVertexAttrib1fv)(GLuint index, const GLfloat *v) { 401 CALL_GL_API(glVertexAttrib1fv, index, v);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 661 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 661 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
|
D | gl31.h | 661 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
|
D | gl32.h | 661 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint index, const GLfloat *v);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 5737 glVertexAttrib1fv( in android_glVertexAttrib1fv__I_3FI() 5775 glVertexAttrib1fv( in android_glVertexAttrib1fv__ILjava_nio_FloatBuffer_2()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 868 GL_ENTRY(void, glVertexAttrib1fv, GLuint index, const GLfloat *v)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19855 method public static void glVertexAttrib1fv(int, float[], int); 19856 method public static void glVertexAttrib1fv(int, java.nio.FloatBuffer);
|
/frameworks/base/api/ |
D | current.txt | 26365 method public static void glVertexAttrib1fv(int, float[], int); 26366 method public static void glVertexAttrib1fv(int, java.nio.FloatBuffer);
|
D | system-current.txt | 28805 method public static void glVertexAttrib1fv(int, float[], int); 28806 method public static void glVertexAttrib1fv(int, java.nio.FloatBuffer);
|
D | test-current.txt | 26434 method public static void glVertexAttrib1fv(int, float[], int); 26435 method public static void glVertexAttrib1fv(int, java.nio.FloatBuffer);
|