OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_st_api
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_loader.h
41
struct st_api *(*
get_st_api
)(enum st_api_type api);
member in struct:egl_g3d_loader
egl_g3d.h
130
return gdrv->loader->
get_st_api
(api);
egl_g3d.c
638
stapi = gdrv->loader->
get_st_api
(ST_API_OPENVG);
640
stapi = gdrv->loader->
get_st_api
(ST_API_OPENGL);
/external/mesa3d/src/gallium/targets/egl-static/
egl.c
52
get_st_api
(enum st_api_type api)
function
265
egl_g3d_loader.
get_st_api
=
get_st_api
;
Completed in 78 milliseconds