Searched refs:type_valid (Results 1 – 5 of 5) sorted by relevance
2186 GLboolean type_valid = GL_TRUE; in _mesa_es_error_check_format_and_type() local2197 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()
17 type_valid= 0x0100 variable29 knownbits = datasizemask | type_valid | type_localizable | \
16 type_valid= 0x0100 variable28 knownbits = datasizemask | type_valid | type_localizable | \
190 def DirectiveTypeValid : TestFormat_Op<"type_valid", [{