Searched refs:glGenVertexArrays (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 802 public static native void glGenVertexArrays( in glGenVertexArrays() method in GLES30 810 public static native void glGenVertexArrays( in glGenVertexArrays() method in GLES30
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES30.spec | 36 void glGenVertexArrays ( GLsizei n, GLuint *arrays )
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 313 #define glGenVertexArrays wrap_glGenVertexArrays macro
|
D | unwrap_gles.h | 313 #undef glGenVertexArrays
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 517 void API_ENTRY(glGenVertexArrays)(GLsizei n, GLuint *arrays) { 518 CALL_GL_API(glGenVertexArrays, n, arrays);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 1689 glGenVertexArrays( in android_glGenVertexArrays__I_3II() 1718 glGenVertexArrays( in android_glGenVertexArrays__ILjava_nio_IntBuffer_2()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 1132 GL_APICALL void GL_APIENTRY glGenVertexArrays (GLsizei n, GLuint *arrays);
|
D | gl31.h | 1132 GL_APICALL void GL_APIENTRY glGenVertexArrays (GLsizei n, GLuint *arrays);
|
D | gl32.h | 1132 GL_APICALL void GL_APIENTRY glGenVertexArrays (GLsizei n, GLuint *arrays);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 294 GL_ENTRY(void, glGenVertexArrays, GLsizei n, GLuint *arrays)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20224 method public static void glGenVertexArrays(int, int[], int); 20225 method public static void glGenVertexArrays(int, java.nio.IntBuffer);
|
/frameworks/base/api/ |
D | current.txt | 26734 method public static void glGenVertexArrays(int, int[], int); 26735 method public static void glGenVertexArrays(int, java.nio.IntBuffer);
|
D | system-current.txt | 29174 method public static void glGenVertexArrays(int, int[], int); 29175 method public static void glGenVertexArrays(int, java.nio.IntBuffer);
|
D | test-current.txt | 26803 method public static void glGenVertexArrays(int, int[], int); 26804 method public static void glGenVertexArrays(int, java.nio.IntBuffer);
|