OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_glxapi_table
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.c
43
extern struct
_glxapi_table
*_real_GetGLXDispatchTable(void);
44
extern struct
_glxapi_table
*_mesa_GetGLXDispatchTable(void);
49
struct
_glxapi_table
*Table;
88
static struct
_glxapi_table
*prevTable = NULL;
91
static struct
_glxapi_table
*
114
struct
_glxapi_table
*t = _mesa_GetGLXDispatchTable();
193
struct
_glxapi_table
*t;
204
struct
_glxapi_table
*t;
215
struct
_glxapi_table
*t;
226
struct
_glxapi_table
*t
[
all
...]
realglx.c
33
struct
_glxapi_table
*
36
static struct
_glxapi_table
glx;
40
GLuint size = sizeof(struct
_glxapi_table
) / sizeof(void *);
glxapi.h
62
struct
_glxapi_table
{
struct
221
_glxapi_set_no_op_table(struct
_glxapi_table
*t);
realglx.h
31
extern struct
_glxapi_table
*
fakeglx.c
[
all
...]
/external/mesa3d/src/mesa/drivers/x11/
glxapi.c
43
extern struct
_glxapi_table
*_real_GetGLXDispatchTable(void);
44
extern struct
_glxapi_table
*_mesa_GetGLXDispatchTable(void);
49
struct
_glxapi_table
*Table;
88
static struct
_glxapi_table
*prevTable = NULL;
91
static struct
_glxapi_table
*
114
struct
_glxapi_table
*t = _mesa_GetGLXDispatchTable();
193
struct
_glxapi_table
*t;
204
struct
_glxapi_table
*t;
215
struct
_glxapi_table
*t;
226
struct
_glxapi_table
*t
[
all
...]
realglx.c
33
struct
_glxapi_table
*
36
static struct
_glxapi_table
glx;
40
GLuint size = sizeof(struct
_glxapi_table
) / sizeof(void *);
glxapi.h
62
struct
_glxapi_table
{
struct
221
_glxapi_set_no_op_table(struct
_glxapi_table
*t);
realglx.h
31
extern struct
_glxapi_table
*
fakeglx.c
[
all
...]
Completed in 74 milliseconds