OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stmod
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
egl.c
54
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
->initialized = FALSE
[
all
...]
/external/mesa3d/src/gallium/targets/egl-static/
egl.c
54
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
->initialized = FALSE
[
all
...]
Completed in 45 milliseconds