Searched refs:glGenTransformFeedbacks (Results 1 - 9 of 9) 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/
H A Dgltrace.proto494 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/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1300 const GLMessage_Function GLMessage::glGenTransformFeedbacks; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1648 static const Function glGenTransformFeedbacks = GLMessage_Function_glGenTransformFeedbacks; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp9823 glmsg.set_function(GLMessage::glGenTransformFeedbacks);
9840 glContext->hooks->gl.glGenTransformFeedbacks(n, ids);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4546 /* void glGenTransformFeedbacks ( GLsizei n, GLuint *ids ) */
4574 glGenTransformFeedbacks(
4589 /* void glGenTransformFeedbacks ( GLsizei n, GLuint *ids ) */
4603 glGenTransformFeedbacks(
5196 {"glGenTransformFeedbacks", "(I[II)V", (void *) android_glGenTransformFeedbacks__I_3II },
5197 {"glGenTransformFeedbacks", "(ILjava/nio/IntBuffer;)V", (void *) android_glGenTransformFeedbacks__ILjava_nio_IntBuffer_2 },

Completed in 1332 milliseconds