Searched refs:glVertexAttrib2fv (Results 1 – 18 of 18) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 1813 public static native void glVertexAttrib2fv( in glVertexAttrib2fv() method in GLES20 1821 public static native void glVertexAttrib2fv( in glVertexAttrib2fv() method in GLES20
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 137 void glVertexAttrib2fv ( GLuint indx, const GLfloat *values )
|
/frameworks/base/libs/hwui/debug/ |
D | nullgles.cpp | 261 void glVertexAttrib2fv(GLuint index, const GLfloat *v) {} in glVertexAttrib2fv() function
|
D | wrap_gles.h | 889 #define glVertexAttrib2fv wrap_glVertexAttrib2fv macro
|
D | unwrap_gles.h | 889 #undef glVertexAttrib2fv
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ImageShader.java | 129 GLES20.glVertexAttrib2fv(mIndex, mValues); in push()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | shader_program.cpp | 1056 case 2: glVertexAttrib2fv(attrib.index, values); break; in PushAttributes()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 406 void API_ENTRY(glVertexAttrib2fv)(GLuint index, const GLfloat *v) { 407 CALL_GL_API(glVertexAttrib2fv, index, v);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 663 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 663 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
|
D | gl31.h | 663 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
|
D | gl32.h | 663 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint index, const GLfloat *v);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 5834 glVertexAttrib2fv( in android_glVertexAttrib2fv__I_3FI() 5872 glVertexAttrib2fv( in android_glVertexAttrib2fv__ILjava_nio_FloatBuffer_2()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 870 GL_ENTRY(void, glVertexAttrib2fv, GLuint index, const GLfloat *v)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19858 method public static void glVertexAttrib2fv(int, float[], int); 19859 method public static void glVertexAttrib2fv(int, java.nio.FloatBuffer);
|
/frameworks/base/api/ |
D | current.txt | 26368 method public static void glVertexAttrib2fv(int, float[], int); 26369 method public static void glVertexAttrib2fv(int, java.nio.FloatBuffer);
|
D | system-current.txt | 28808 method public static void glVertexAttrib2fv(int, float[], int); 28809 method public static void glVertexAttrib2fv(int, java.nio.FloatBuffer);
|
D | test-current.txt | 26437 method public static void glVertexAttrib2fv(int, float[], int); 26438 method public static void glVertexAttrib2fv(int, java.nio.FloatBuffer);
|