Searched refs:stmod (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
H A Degl.c54 struct st_module *stmod = &st_modules[api]; local
56 if (!stmod->initialized) {
57 stmod->stapi = egl_st_create_api(api);
58 stmod->initialized = TRUE;
61 return stmod->stapi;
278 struct st_module *stmod = &st_modules[i]; local
280 if (stmod->stapi) {
281 egl_st_destroy_api(stmod->stapi);
282 stmod->stapi = NULL;
284 stmod
[all...]
/external/mesa3d/src/gallium/targets/egl-static/
H A Degl.c54 struct st_module *stmod = &st_modules[api]; local
56 if (!stmod->initialized) {
57 stmod->stapi = egl_st_create_api(api);
58 stmod->initialized = TRUE;
61 return stmod->stapi;
278 struct st_module *stmod = &st_modules[i]; local
280 if (stmod->stapi) {
281 egl_st_destroy_api(stmod->stapi);
282 stmod->stapi = NULL;
284 stmod
[all...]

Completed in 132 milliseconds