Searched defs:glBindFramebuffer (Results 1 - 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
H A Dgl2_client_context.h17 glBindFramebuffer_client_proc_t glBindFramebuffer; member in struct:gl2_client_context_t
H A Dgl2_entry.cpp12 void glBindFramebuffer(GLenum target, GLuint framebuffer);
451 void glBindFramebuffer(GLenum target, GLuint framebuffer) function
454 ctx->glBindFramebuffer(ctx, target, framebuffer);

Completed in 16 milliseconds