Searched defs:set_glFinishFenceNV (Results 1 - 3 of 3) sorted by relevance

/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_client_context.h399 virtual glFinishFenceNV_client_proc_t set_glFinishFenceNV(glFinishFenceNV_client_proc_t f) { glFinishFenceNV_client_proc_t retval = glFinishFenceNV; glFinishFenceNV = f; return retval;} function in struct:gl2_client_context_t
/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_client_context.h574 virtual glFinishFenceNV_client_proc_t set_glFinishFenceNV(glFinishFenceNV_client_proc_t f) { glFinishFenceNV_client_proc_t retval = glFinishFenceNV; glFinishFenceNV = f; return retval;} function in struct:gl_client_context_t
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_dispatch.h546 glFinishFenceNV_t set_glFinishFenceNV(glFinishFenceNV_t f) { glFinishFenceNV_t retval = glFinishFenceNV; glFinishFenceNV = f; return retval;} function in struct:gles_dispatch

Completed in 17 milliseconds