OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colorInterp
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_derived.c
60
const enum interp_mode
colorInterp
= i915->rasterizer->color_interp;
126
draw_emit_vertex_attr(&vinfo, EMIT_4UB_BGRA,
colorInterp
, src);
133
draw_emit_vertex_attr(&vinfo, EMIT_4UB_BGRA,
colorInterp
, src);
/external/mesa3d/src/gallium/drivers/i915/
i915_state_derived.c
60
const enum interp_mode
colorInterp
= i915->rasterizer->color_interp;
126
draw_emit_vertex_attr(&vinfo, EMIT_4UB_BGRA,
colorInterp
, src);
133
draw_emit_vertex_attr(&vinfo, EMIT_4UB_BGRA,
colorInterp
, src);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_swtnl_state.c
154
const enum interp_mode
colorInterp
=
186
draw_emit_vertex_attr(vinfo, EMIT_4F,
colorInterp
, src);
/external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_state.c
154
const enum interp_mode
colorInterp
=
186
draw_emit_vertex_attr(vinfo, EMIT_4F,
colorInterp
, src);
Completed in 32 milliseconds