OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shader_templ
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_simple_shaders.c
369
static const char
shader_templ
[] =
local
381
char text[sizeof(
shader_templ
)+100];
388
sprintf(text,
shader_templ
, output_semantic, output_mask, type);
456
static const char
shader_templ
[] =
local
470
char text[sizeof(
shader_templ
)+100];
477
sprintf(text,
shader_templ
, type, type);
/external/mesa3d/src/gallium/auxiliary/util/
u_simple_shaders.c
369
static const char
shader_templ
[] =
local
381
char text[sizeof(
shader_templ
)+100];
388
sprintf(text,
shader_templ
, output_semantic, output_mask, type);
456
static const char
shader_templ
[] =
local
470
char text[sizeof(
shader_templ
)+100];
477
sprintf(text,
shader_templ
, type, type);
Completed in 491 milliseconds