OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_inputs
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_context.h
331
GLuint
new_inputs
);
360
GLuint
new_inputs
;
member in struct:tnl_clipspace
479
* <= n < end. The
new_inputs
parameter indicates those fields of
t_vertex.c
275
vtx->
new_inputs
= ~0;
286
vtx->
new_inputs
= ~0;
300
vtx->
new_inputs
= ~0;
367
vtx->
new_inputs
|= newinputs;
/external/mesa3d/src/mesa/tnl/
t_context.h
331
GLuint
new_inputs
);
360
GLuint
new_inputs
;
member in struct:tnl_clipspace
479
* <= n < end. The
new_inputs
parameter indicates those fields of
t_vertex.c
275
vtx->
new_inputs
= ~0;
286
vtx->
new_inputs
= ~0;
300
vtx->
new_inputs
= ~0;
367
vtx->
new_inputs
|= newinputs;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_render.c
241
tnl->clipspace.
new_inputs
|= VERT_BIT_POS;
/external/mesa3d/src/mesa/drivers/dri/i915/
intel_render.c
241
tnl->clipspace.
new_inputs
|= VERT_BIT_POS;
Completed in 521 milliseconds