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

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1640 // C function void glGenTransformFeedbacks ( GLsizei n, GLuint *ids )
1642 public static native void glGenTransformFeedbacks( method in class:GLES30
1648 // C function void glGenTransformFeedbacks ( GLsizei n, GLuint *ids )
1650 public static native void glGenTransformFeedbacks( method in class:GLES30
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto496 glGenTransformFeedbacks = 468;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec99 void glGenTransformFeedbacks ( GLsizei n, GLuint *ids )
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h921 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
H A Dgl31.h921 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4666 /* void glGenTransformFeedbacks ( GLsizei n, GLuint *ids ) */
4694 glGenTransformFeedbacks(
4709 /* void glGenTransformFeedbacks ( GLsizei n, GLuint *ids ) */
4723 glGenTransformFeedbacks(
5316 {"glGenTransformFeedbacks", "(I[II)V", (void *) android_glGenTransformFeedbacks__I_3II },
5317 {"glGenTransformFeedbacks", "(ILjava/nio/IntBuffer;)V", (void *) android_glGenTransformFeedbacks__ILjava_nio_IntBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp9823 glmsg.set_function(GLMessage::glGenTransformFeedbacks);
9840 glContext->hooks->gl.glGenTransformFeedbacks(n, ids);
[all...]

Completed in 200 milliseconds