Searched refs:glVertexAttrib2f (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 136 void glVertexAttrib2f ( GLuint indx, GLfloat x, GLfloat y )
|
/frameworks/base/libs/hwui/debug/ |
D | nullgles.cpp | 260 void glVertexAttrib2f(GLuint index, GLfloat x, GLfloat y) {} in glVertexAttrib2f() function
|
D | unwrap_gles.h | 888 #undef glVertexAttrib2f
|
D | wrap_gles.h | 888 #define glVertexAttrib2f wrap_glVertexAttrib2f macro
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 1805 public static native void glVertexAttrib2f( in glVertexAttrib2f() method in GLES20
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 403 void API_ENTRY(glVertexAttrib2f)(GLuint index, GLfloat x, GLfloat y) { 404 CALL_GL_API(glVertexAttrib2f, index, x, y);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 662 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 662 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y);
|
D | gl31.h | 662 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y);
|
D | gl32.h | 662 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 869 GL_ENTRY(void, glVertexAttrib2f, GLuint index, GLfloat x, GLfloat y)
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 5793 glVertexAttrib2f( in android_glVertexAttrib2f__IFF()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19857 method public static void glVertexAttrib2f(int, float, float);
|
/frameworks/base/api/ |
D | current.txt | 26467 method public static void glVertexAttrib2f(int, float, float);
|
D | system-current.txt | 28956 method public static void glVertexAttrib2f(int, float, float);
|
D | test-current.txt | 26541 method public static void glVertexAttrib2f(int, float, float);
|