Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching defs:glGenTransformFeedbacks

302 	void glGenTransformFeedbacks(GLsizei n, GLuint* ids);
2214 void glGenTransformFeedbacks(GLsizei n, GLuint* ids)
2218 ctx->glGenTransformFeedbacks(ctx, n, ids);