OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uiverts
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blitter.c
537
uint32_t *
uiverts
= (uint32_t *)ctx->vertices[i][1];
local
538
uiverts
[0] = color->ui[0];
539
uiverts
[1] = color->ui[1];
540
uiverts
[2] = color->ui[2];
541
uiverts
[3] = color->ui[3];
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c
537
uint32_t *
uiverts
= (uint32_t *)ctx->vertices[i][1];
local
538
uiverts
[0] = color->ui[0];
539
uiverts
[1] = color->ui[1];
540
uiverts
[2] = color->ui[2];
541
uiverts
[3] = color->ui[3];
[
all
...]
Completed in 222 milliseconds