OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:st_api
(Results
1 - 25
of
46
) sorted by null
1
2
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_api.h
32
struct
st_api
;
34
const struct
st_api
*
/external/mesa3d/src/gallium/state_trackers/vega/
vg_api.h
32
struct
st_api
;
34
const struct
st_api
*
/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
st_GL.c
31
PUBLIC struct
st_api
*
34
struct
st_api
*
egl_st.h
32
#include "state_tracker/
st_api
.h"
34
struct
st_api
*
38
egl_st_destroy_api(struct
st_api
*stapi);
egl_st.c
29
#include "state_tracker/
st_api
.h"
74
static struct
st_api
*
77
struct
st_api
*(*create_api)(void);
78
struct
st_api
*stapi = NULL;
84
create_api = (struct
st_api
*(*)(void))
97
static struct
st_api
*
102
struct
st_api
*stapi;
125
struct
st_api
*
128
struct
st_api
*stapi = NULL;
142
stapi = (struct
st_api
*) vg_api_get()
[
all
...]
/external/mesa3d/src/gallium/targets/egl-static/
st_GL.c
31
PUBLIC struct
st_api
*
34
struct
st_api
*
egl_st.h
32
#include "state_tracker/
st_api
.h"
34
struct
st_api
*
38
egl_st_destroy_api(struct
st_api
*stapi);
egl_st.c
29
#include "state_tracker/
st_api
.h"
74
static struct
st_api
*
77
struct
st_api
*(*create_api)(void);
78
struct
st_api
*stapi = NULL;
84
create_api = (struct
st_api
*(*)(void))
97
static struct
st_api
*
102
struct
st_api
*stapi;
125
struct
st_api
*
128
struct
st_api
*stapi = NULL;
142
stapi = (struct
st_api
*) vg_api_get()
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_gl_api.h
5
struct
st_api
*st_gl_api_create(void);
/external/mesa3d/src/mesa/state_tracker/
st_gl_api.h
5
struct
st_api
*st_gl_api_create(void);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_public.h
35
struct
st_api
;
41
struct
st_api
*(*create_st_api)( void );
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_public.h
35
struct
st_api
;
41
struct
st_api
*(*create_st_api)( void );
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_st.h
33
#include "state_tracker/
st_api
.h"
37
struct
st_api
*
stw_device.h
43
struct
st_api
;
57
struct
st_api
*stapi;
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_st.h
33
#include "state_tracker/
st_api
.h"
37
struct
st_api
*
stw_device.h
43
struct
st_api
;
57
struct
st_api
*stapi;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_loader.h
33
#include "state_tracker/
st_api
.h"
41
struct
st_api
*(*get_st_api)(enum st_api_type api);
egl_g3d.h
64
struct
st_api
*stapi;
125
static INLINE struct
st_api
*
/external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_loader.h
33
#include "state_tracker/
st_api
.h"
41
struct
st_api
*(*get_st_api)(enum st_api_type api);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_context.h
41
struct
st_api
;
58
struct
st_api
*stapi;
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_context.h
41
struct
st_api
;
58
struct
st_api
*stapi;
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 1153 milliseconds
1
2