Searched refs:set_glBindFramebufferOES (Results 1 - 5 of 5) sorted by relevance

/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_client_context.cpp238 ptr = getProc("glBindFramebufferOES", userData); set_glBindFramebufferOES((glBindFramebufferOES_client_proc_t)ptr);
H A Dgl_client_context.h526 virtual glBindFramebufferOES_client_proc_t set_glBindFramebufferOES(glBindFramebufferOES_client_proc_t f) { glBindFramebufferOES_client_proc_t retval = glBindFramebufferOES; glBindFramebufferOES = f; return retval;} function in struct:gl_client_context_t
H A Dgl_enc.cpp5115 set_glBindFramebufferOES(glBindFramebufferOES_enc);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_dispatch.cpp229 ptr = dlsym(gles_android,"glBindFramebufferOES"); disp->set_glBindFramebufferOES((glBindFramebufferOES_t)ptr);
H A Dgles_dispatch.h499 glBindFramebufferOES_t set_glBindFramebufferOES(glBindFramebufferOES_t f) { glBindFramebufferOES_t retval = glBindFramebufferOES; glBindFramebufferOES = f; return retval;} function in struct:gles_dispatch

Completed in 87 milliseconds