Home
last modified time | relevance | path

Searched refs:type_valid (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dglformats.c2186 GLboolean type_valid = GL_TRUE; in _mesa_es_error_check_format_and_type() local
2197 type_valid = (type == GL_UNSIGNED_BYTE in _mesa_es_error_check_format_and_type()
2203 type_valid = (type == GL_UNSIGNED_BYTE in _mesa_es_error_check_format_and_type()
2210 type_valid = (type == GL_UNSIGNED_BYTE in _mesa_es_error_check_format_and_type()
2222 type_valid = (type == GL_UNSIGNED_SHORT in _mesa_es_error_check_format_and_type()
2229 type_valid = (type == GL_UNSIGNED_INT_24_8); in _mesa_es_error_check_format_and_type()
2233 type_valid = (type == GL_UNSIGNED_BYTE); in _mesa_es_error_check_format_and_type()
2248 return type_valid ? GL_NO_ERROR : GL_INVALID_OPERATION; in _mesa_es_error_check_format_and_type()
/external/python/cpython2/Lib/msilib/
D__init__.py17 type_valid= 0x0100 variable
29 knownbits = datasizemask | type_valid | type_localizable | \
/external/python/cpython3/Lib/msilib/
D__init__.py16 type_valid= 0x0100 variable
28 knownbits = datasizemask | type_valid | type_localizable | \
/external/python/cpython2/Tools/msi/
Dmsilib.py17 type_valid= 0x0100 variable
29 knownbits = datasizemask | type_valid | type_localizable | \
/external/llvm-project/mlir/test/mlir-tblgen/
Dop-format-spec.td190 def DirectiveTypeValid : TestFormat_Op<"type_valid", [{