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

/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_client_context.h515 virtual glTexEnvxvOES_client_proc_t set_glTexEnvxvOES(glTexEnvxvOES_client_proc_t f) { glTexEnvxvOES_client_proc_t retval = glTexEnvxvOES; glTexEnvxvOES = f; return retval;} function in struct:gl_client_context_t
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_dispatch.h488 glTexEnvxvOES_t set_glTexEnvxvOES(glTexEnvxvOES_t f) { glTexEnvxvOES_t retval = glTexEnvxvOES; glTexEnvxvOES = f; return retval;} function in struct:gles_dispatch

Completed in 13 milliseconds