Searched defs:FRAG_ATTRIB_WPOS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h321 FRAG_ATTRIB_WPOS = 0, enumerator in enum:__anon14538
345 * VERT_RESULT_HPOS is converted to FRAG_ATTRIB_WPOS.
366 * FRAG_ATTRIB_WPOS is converted to VERT_RESULT_HPOS.
387 #define FRAG_BIT_WPOS (1 << FRAG_ATTRIB_WPOS)
/external/mesa3d/src/mesa/main/
H A Dmtypes.h321 FRAG_ATTRIB_WPOS = 0, enumerator in enum:__anon27949
345 * VERT_RESULT_HPOS is converted to FRAG_ATTRIB_WPOS.
366 * FRAG_ATTRIB_WPOS is converted to VERT_RESULT_HPOS.
387 #define FRAG_BIT_WPOS (1 << FRAG_ATTRIB_WPOS)

Completed in 115 milliseconds