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

/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_client_context.h385 virtual glGetFixedv_client_proc_t set_glGetFixedv(glGetFixedv_client_proc_t f) { glGetFixedv_client_proc_t retval = glGetFixedv; glGetFixedv = f; return retval;} function in struct:gl_client_context_t
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_dispatch.h378 glGetFixedv_t set_glGetFixedv(glGetFixedv_t f) { glGetFixedv_t retval = glGetFixedv; glGetFixedv = f; return retval;} function in struct:gles_dispatch

Completed in 18 milliseconds