Searched refs:glVertexAttrib3fv (Results 1 – 20 of 20) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 202 glVertexAttrib3fv;
|
D | libGLESv3.map.txt | 405 glVertexAttrib3fv;
|
D | entries.in | 987 GL_ENTRY(void, glVertexAttrib3fv, GLuint index, const GLfloat *v)
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 1837 public static native void glVertexAttrib3fv( in glVertexAttrib3fv() method in GLES20 1845 public static native void glVertexAttrib3fv( in glVertexAttrib3fv() method in GLES20
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 139 void glVertexAttrib3fv ( GLuint indx, const GLfloat *values )
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ImageShader.java | 132 GLES20.glVertexAttrib3fv(mIndex, mValues); in push()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | shader_program.cpp | 1061 case 3: glVertexAttrib3fv(attrib.index, values); break; in PushAttributes()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 889 #define glVertexAttrib3fv wrap_glVertexAttrib3fv macro
|
D | gles_undefine.h | 888 #undef glVertexAttrib3fv
|
D | gles_stubs.in | 412 void API_ENTRY(glVertexAttrib3fv)(GLuint index, const GLfloat *v) { 413 CALL_GL_API(glVertexAttrib3fv, index, v);
|
D | gles_decls.in | 138 GL_ENTRY(void, glVertexAttrib3fv, GLuint index, const GLfloat *v)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 412 void API_ENTRY(glVertexAttrib3fv)(GLuint index, const GLfloat *v) { 413 CALL_GL_API(glVertexAttrib3fv, index, v);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 663 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 663 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
|
D | gl31.h | 665 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
|
D | gl32.h | 665 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint index, const GLfloat *v);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 6259 glVertexAttrib3fv( in android_glVertexAttrib3fv__I_3FI() 6303 glVertexAttrib3fv( in android_glVertexAttrib3fv__ILjava_nio_FloatBuffer_2()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19861 method public static void glVertexAttrib3fv(int, float[], int); 19862 method public static void glVertexAttrib3fv(int, java.nio.FloatBuffer);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 28746 Landroid/opengl/GLES20;->glVertexAttrib3fv(ILjava/nio/FloatBuffer;)V 28747 Landroid/opengl/GLES20;->glVertexAttrib3fv(I[FI)V
|
/frameworks/base/api/ |
D | current.txt | 30288 method public static void glVertexAttrib3fv(int, float[], int); 30289 method public static void glVertexAttrib3fv(int, java.nio.FloatBuffer);
|