Searched refs:set_glGetActiveAttrib (Results 1 - 3 of 3) sorted by relevance

/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_client_context.cpp69 ptr = getProc("glGetActiveAttrib", userData); set_glGetActiveAttrib((glGetActiveAttrib_client_proc_t)ptr);
H A Dgl2_client_context.h274 virtual glGetActiveAttrib_client_proc_t set_glGetActiveAttrib(glGetActiveAttrib_client_proc_t f) { glGetActiveAttrib_client_proc_t retval = glGetActiveAttrib; glGetActiveAttrib = f; return retval;} function in struct:gl2_client_context_t
H A Dgl2_enc.cpp2975 set_glGetActiveAttrib(glGetActiveAttrib_enc);

Completed in 16 milliseconds