Searched refs:allowInternalBinding (Results 1 – 6 of 6) sorted by relevance
73 bool allowInternalBinding) { in MakeBindGroupLayout() argument82 return device->CreateBindGroupLayout(&descriptor, allowInternalBinding); in MakeBindGroupLayout()
83 bool allowInternalBinding = false);
68 bool allowInternalBinding) { in ValidateBindGroupLayoutEntry() argument83 DAWN_INVALID_IF(!allowInternalBinding, "Internal binding types are disallowed"); in ValidateBindGroupLayoutEntry()157 bool allowInternalBinding) { in ValidateBindGroupLayoutDescriptor() argument171 DAWN_TRY_CONTEXT(ValidateBindGroupLayoutEntry(device, entry, allowInternalBinding), in ValidateBindGroupLayoutDescriptor()
38 bool allowInternalBinding = false);
199 bool allowInternalBinding = false);
1243 bool allowInternalBinding) { in CreateBindGroupLayout() argument1247 ValidateBindGroupLayoutDescriptor(this, descriptor, allowInternalBinding), in CreateBindGroupLayout()