Searched refs:glGenTransformFeedbacks (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1663 // C function void glGenTransformFeedbacks ( GLsizei n, GLuint *ids )
1665 public static native void glGenTransformFeedbacks( method in class:GLES30
1671 // C function void glGenTransformFeedbacks ( GLsizei n, GLuint *ids )
1673 public static native void glGenTransformFeedbacks( method in class:GLES30
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec99 void glGenTransformFeedbacks ( GLsizei n, GLuint *ids )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h309 #define glGenTransformFeedbacks wrap_glGenTransformFeedbacks macro
H A Dgles_undefine.h309 #undef glGenTransformFeedbacks macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp5307 /* void glGenTransformFeedbacks ( GLsizei n, GLuint *ids ) */
5335 glGenTransformFeedbacks(
5350 /* void glGenTransformFeedbacks ( GLsizei n, GLuint *ids ) */
5373 glGenTransformFeedbacks(
6067 {"glGenTransformFeedbacks", "(I[II)V", (void *) android_glGenTransformFeedbacks__I_3II },
6068 {"glGenTransformFeedbacks", "(ILjava/nio/IntBuffer;)V", (void *) android_glGenTransformFeedbacks__ILjava_nio_IntBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1194 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
H A Dgl31.h1194 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
H A Dgl32.h1194 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);

Completed in 81 milliseconds