OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ActiveAttribs
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h
223
GLuint
_ActiveAttribs
[FRAG_ATTRIB_MAX];
452
const GLuint attr = swrast->
_ActiveAttribs
[a];
s_context.c
492
* Update swrast->
_ActiveAttribs
, swrast->_NumActiveAttribs,
534
/* Update
_ActiveAttribs
[] list */
539
swrast->
_ActiveAttribs
[num++] = i;
/external/mesa3d/src/mesa/swrast/
s_context.h
223
GLuint
_ActiveAttribs
[FRAG_ATTRIB_MAX];
452
const GLuint attr = swrast->
_ActiveAttribs
[a];
s_context.c
492
* Update swrast->
_ActiveAttribs
, swrast->_NumActiveAttribs,
534
/* Update
_ActiveAttribs
[] list */
539
swrast->
_ActiveAttribs
[num++] = i;
Completed in 795 milliseconds