OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constbuf2
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
fs-test.c
46
static struct pipe_resource *
constbuf2
= NULL;
variable in typeref:struct:pipe_resource
132
constbuf2
= screen->resource_create(screen,
134
if (
constbuf2
== NULL)
159
constbuf2
,
170
constbuf2
);
gs-test.c
48
static struct pipe_resource *
constbuf2
= NULL;
variable in typeref:struct:pipe_resource
167
constbuf2
= screen->resource_create(screen, &templat);
168
if (
constbuf2
== NULL)
192
constbuf2
,
203
constbuf2
);
/external/mesa3d/src/gallium/tests/graw/
fs-test.c
46
static struct pipe_resource *
constbuf2
= NULL;
variable in typeref:struct:pipe_resource
132
constbuf2
= screen->resource_create(screen,
134
if (
constbuf2
== NULL)
159
constbuf2
,
170
constbuf2
);
gs-test.c
48
static struct pipe_resource *
constbuf2
= NULL;
variable in typeref:struct:pipe_resource
167
constbuf2
= screen->resource_create(screen, &templat);
168
if (
constbuf2
== NULL)
192
constbuf2
,
203
constbuf2
);
Completed in 216 milliseconds