Home
last modified time | relevance | path

Searched refs:CONTEXT_BIT0 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h8 { GL_BLEND, CONTEXT_BIT0(Color.BlendEnabled), NO_EXTRA },
113 { GL_CLIP_DISTANCE0, CONTEXT_BIT0(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
/external/mesa3d/src/mesa/main/
Dget.c216 #define CONTEXT_BIT0(field) CONTEXT_FIELD(field, TYPE_BIT_0) macro