Searched refs:set_glIsFenceNV (Results 1 - 8 of 8) sorted by relevance

/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_client_context.cpp191 ptr = getProc("glIsFenceNV", userData); set_glIsFenceNV((glIsFenceNV_client_proc_t)ptr);
H A Dgl2_client_context.h396 virtual glIsFenceNV_client_proc_t set_glIsFenceNV(glIsFenceNV_client_proc_t f) { glIsFenceNV_client_proc_t retval = glIsFenceNV; glIsFenceNV = f; return retval;} function in struct:gl2_client_context_t
H A Dgl2_enc.cpp3097 set_glIsFenceNV((glIsFenceNV_client_proc_t)(enc_unsupported));
/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_client_context.cpp283 ptr = getProc("glIsFenceNV", userData); set_glIsFenceNV((glIsFenceNV_client_proc_t)ptr);
H A Dgl_client_context.h571 virtual glIsFenceNV_client_proc_t set_glIsFenceNV(glIsFenceNV_client_proc_t f) { glIsFenceNV_client_proc_t retval = glIsFenceNV; glIsFenceNV = f; return retval;} function in struct:gl_client_context_t
H A Dgl_enc.cpp5160 set_glIsFenceNV(glIsFenceNV_enc);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_dispatch.cpp273 ptr = dlsym(gles_android,"glIsFenceNV"); disp->set_glIsFenceNV((glIsFenceNV_t)ptr);
H A Dgles_dispatch.h543 glIsFenceNV_t set_glIsFenceNV(glIsFenceNV_t f) { glIsFenceNV_t retval = glIsFenceNV; glIsFenceNV = f; return retval;} function in struct:gles_dispatch

Completed in 61 milliseconds