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

/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_client_context.cpp172 ptr = getProc("glMatrixIndexPointerData", userData); set_glMatrixIndexPointerData((glMatrixIndexPointerData_client_proc_t)ptr);
H A Dgl_client_context.h460 virtual glMatrixIndexPointerData_client_proc_t set_glMatrixIndexPointerData(glMatrixIndexPointerData_client_proc_t f) { glMatrixIndexPointerData_client_proc_t retval = glMatrixIndexPointerData; glMatrixIndexPointerData = f; return retval;} function in struct:gl_client_context_t
H A Dgl_enc.cpp5049 set_glMatrixIndexPointerData(glMatrixIndexPointerData_enc);

Completed in 21 milliseconds