OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:st_api
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_screen.h
41
#include "state_tracker/
st_api
.h"
48
/*
st_api
*/
50
struct
st_api
*
st_api
;
member in struct:dri_screen
/external/mesa3d/src/gallium/state_trackers/dri/common/
dri_screen.h
41
#include "state_tracker/
st_api
.h"
48
/*
st_api
*/
50
struct
st_api
*
st_api
;
member in struct:dri_screen
/external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
st_api.h
66
/* for profile_mask in
st_api
*/
80
/* for feature_mask in
st_api
*/
177
* The return type of
st_api
->get_proc_address.
346
* This entity is created from
st_api
and used by the state tracker manager.
440
struct
st_api
struct
465
void (*destroy)(struct
st_api
*stapi);
472
st_proc_t (*get_proc_address)(struct
st_api
*stapi, const char *procname);
477
struct st_context_iface *(*create_context)(struct
st_api
*stapi,
489
boolean (*make_current)(struct
st_api
*stapi,
497
struct st_context_iface *(*get_current)(struct
st_api
*stapi)
[
all
...]
/external/mesa3d/src/gallium/include/state_tracker/
st_api.h
66
/* for profile_mask in
st_api
*/
80
/* for feature_mask in
st_api
*/
177
* The return type of
st_api
->get_proc_address.
346
* This entity is created from
st_api
and used by the state tracker manager.
440
struct
st_api
struct
465
void (*destroy)(struct
st_api
*stapi);
472
st_proc_t (*get_proc_address)(struct
st_api
*stapi, const char *procname);
477
struct st_context_iface *(*create_context)(struct
st_api
*stapi,
489
boolean (*make_current)(struct
st_api
*stapi,
497
struct st_context_iface *(*get_current)(struct
st_api
*stapi)
[
all
...]
Completed in 324 milliseconds