Searched refs:hnd (Results 1 – 2 of 2) sorted by relevance
136 status_t Loader::driver_t::set(void* hnd, int32_t api) in set() argument140 dso[0] = hnd; in set()143 dso[1] = hnd; in set()146 dso[2] = hnd; in set()173 driver_t* hnd = 0; in open() local177 hnd = new driver_t(dso); in open()182 hnd = new driver_t(dso); in open()183 hnd->set( load_driver("GLESv1_CM", cnx, GLESv1_CM), GLESv1_CM ); in open()184 hnd->set( load_driver("GLESv2", cnx, GLESv2), GLESv2 ); in open()188 LOG_ALWAYS_FATAL_IF(!hnd, "couldn't find an OpenGL ES implementation"); in open()[all …]
51 status_t set(void* hnd, int32_t api);