OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constbuf1
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
fs-test.c
45
static struct pipe_resource *
constbuf1
= NULL;
variable in typeref:struct:pipe_resource
127
constbuf1
= screen->resource_create(screen,
129
if (
constbuf1
== NULL)
142
constbuf1
,
153
constbuf1
);
gs-test.c
47
static struct pipe_resource *
constbuf1
= NULL;
variable in typeref:struct:pipe_resource
164
constbuf1
= screen->resource_create(screen, &templat);
165
if (
constbuf1
== NULL)
175
constbuf1
,
186
constbuf1
);
/external/mesa3d/src/gallium/tests/graw/
fs-test.c
45
static struct pipe_resource *
constbuf1
= NULL;
variable in typeref:struct:pipe_resource
127
constbuf1
= screen->resource_create(screen,
129
if (
constbuf1
== NULL)
142
constbuf1
,
153
constbuf1
);
gs-test.c
47
static struct pipe_resource *
constbuf1
= NULL;
variable in typeref:struct:pipe_resource
164
constbuf1
= screen->resource_create(screen, &templat);
165
if (
constbuf1
== NULL)
175
constbuf1
,
186
constbuf1
);
Completed in 71 milliseconds