Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching defs:glFramebufferTexture2D

56 	void glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
512 void glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
515 ctx->glFramebufferTexture2D(ctx, target, attachment, textarget, texture, level);