Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching full:framebuffer

126 void glBindFramebuffer_enc(void *self , GLenum target, GLuint framebuffer)
145 memcpy(ptr, &framebuffer, 4); ptr += 4;
2699 GLboolean glIsFramebuffer_enc(void *self , GLuint framebuffer)
2717 memcpy(ptr, &framebuffer, 4); ptr += 4;