Searched defs:glBindFramebufferOES (Results 1 - 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_client_context.h236 glBindFramebufferOES_client_proc_t glBindFramebufferOES; member in struct:gl_client_context_t
H A Dgl_entry.cpp231 void glBindFramebufferOES(GLenum target, GLuint framebuffer);
1651 void glBindFramebufferOES(GLenum target, GLuint framebuffer) function
1654 ctx->glBindFramebufferOES(ctx, target, framebuffer);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles.cpp1076 void glBindFramebufferOES(GLenum target, GLuint framebuffer) function
1078 getDispatch()->glBindFramebufferOES(target, framebuffer);
H A Dgles_dispatch.h227 glBindFramebufferOES_t glBindFramebufferOES; member in struct:gles_dispatch
499 glBindFramebufferOES_t set_glBindFramebufferOES(glBindFramebufferOES_t f) { glBindFramebufferOES_t retval = glBindFramebufferOES; glBindFramebufferOES = f; return retval;}

Completed in 21 milliseconds