OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vertex4f
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/auxiliary/vl/
vl_types.h
41
struct
vertex4f
struct
vl_compositor.h
81
struct
vertex4f
colors[4];
234
struct
vertex4f
*colors);
vl_compositor.c
579
c->vertex_buf.stride = sizeof(struct vertex2f) + sizeof(struct
vertex4f
) * 2;
591
vertex_elems[2].src_offset = sizeof(struct vertex2f) + sizeof(struct
vertex4f
);
896
struct
vertex4f
v_one = { 1.0f, 1.0f, 1.0f, 1.0f };
[
all
...]
/external/mesa3d/src/gallium/state_trackers/vdpau/
output.c
610
static struct
vertex4f
*
611
ColorsToPipe(VdpColor const *colors, uint32_t flags, struct
vertex4f
result[4])
614
struct
vertex4f
*dst = result;
654
struct
vertex4f
vlcolors[4];
724
struct
vertex4f
vlcolors[4];
Completed in 327 milliseconds