Home
last modified time | relevance | path

Searched defs:ALPHA_MASK (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/common/
DtcuRGBA.hpp54 ALPHA_MASK = (1 << 3) enumerator
/external/python/cpython3/Tools/unicode/
Dmakeunicodedata.py86 ALPHA_MASK = 0x01 variable
/external/python/cpython3/Objects/
Dunicodectype.c13 #define ALPHA_MASK 0x01 macro