OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurElement
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/program/
prog_execute.h
58
GLuint
CurElement
; /**< Index into Attribs arrays */
prog_execute.c
133
return machine->Attribs[reg][machine->
CurElement
];
310
const GLint col = machine->
CurElement
;
[
all
...]
/external/mesa3d/src/mesa/swrast/
s_fragprog.c
195
machine->
CurElement
= col;
Completed in 540 milliseconds