| /third_party/curl/tests/data/ |
| D | test442 | 7 # "name$_", "could-be-large-$_")."\n"; 44 attack.invalid TRUE / FALSE 0 name1 could-be-large-1 45 attack.invalid TRUE / FALSE 0 name2 could-be-large-2 46 attack.invalid TRUE / FALSE 0 name3 could-be-large-3 47 attack.invalid TRUE / FALSE 0 name4 could-be-large-4 48 attack.invalid TRUE / FALSE 0 name5 could-be-large-5 49 attack.invalid TRUE / FALSE 0 name6 could-be-large-6 50 attack.invalid TRUE / FALSE 0 name7 could-be-large-7 51 attack.invalid TRUE / FALSE 0 name8 could-be-large-8 52 attack.invalid TRUE / FALSE 0 name9 could-be-large-9 [all …]
|
| D | test1086 | 28 Long chunk of data that couldn't possibly be sent in the time allotted. 29 Long chunk of data that couldn't possibly be sent in the time allotted. 30 Long chunk of data that couldn't possibly be sent in the time allotted. 31 Long chunk of data that couldn't possibly be sent in the time allotted. 32 Long chunk of data that couldn't possibly be sent in the time allotted. 33 Long chunk of data that couldn't possibly be sent in the time allotted. 34 Long chunk of data that couldn't possibly be sent in the time allotted. 35 Long chunk of data that couldn't possibly be sent in the time allotted. 36 Long chunk of data that couldn't possibly be sent in the time allotted. 37 Long chunk of data that couldn't possibly be sent in the time allotted. [all …]
|
| D | test1112 | 28 Long chunk of data that couldn't possibly be sent in the time allotted. 29 Long chunk of data that couldn't possibly be sent in the time allotted. 30 Long chunk of data that couldn't possibly be sent in the time allotted. 31 Long chunk of data that couldn't possibly be sent in the time allotted. 32 Long chunk of data that couldn't possibly be sent in the time allotted. 33 Long chunk of data that couldn't possibly be sent in the time allotted. 34 Long chunk of data that couldn't possibly be sent in the time allotted. 35 Long chunk of data that couldn't possibly be sent in the time allotted. 36 Long chunk of data that couldn't possibly be sent in the time allotted. 37 Long chunk of data that couldn't possibly be sent in the time allotted. [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.errors.txt | 1 …torWithOnlyNullValueOrUndefinedValue.ts(2,11): error TS18050: The value 'null' cannot be used here. 2 …torWithOnlyNullValueOrUndefinedValue.ts(2,18): error TS18050: The value 'null' cannot be used here. 3 …torWithOnlyNullValueOrUndefinedValue.ts(3,11): error TS18050: The value 'null' cannot be used here. 4 …thOnlyNullValueOrUndefinedValue.ts(3,18): error TS18050: The value 'undefined' cannot be used here. 5 …thOnlyNullValueOrUndefinedValue.ts(4,11): error TS18050: The value 'undefined' cannot be used here. 6 …torWithOnlyNullValueOrUndefinedValue.ts(4,23): error TS18050: The value 'null' cannot be used here. 7 …thOnlyNullValueOrUndefinedValue.ts(5,11): error TS18050: The value 'undefined' cannot be used here. 8 …thOnlyNullValueOrUndefinedValue.ts(5,23): error TS18050: The value 'undefined' cannot be used here. 9 …torWithOnlyNullValueOrUndefinedValue.ts(8,11): error TS18050: The value 'null' cannot be used here. 10 …torWithOnlyNullValueOrUndefinedValue.ts(8,18): error TS18050: The value 'null' cannot be used here. [all …]
|
| D | arithmeticOperatorWithNullValueAndInvalidOperands.errors.txt | 1 …ratorWithNullValueAndInvalidOperands.ts(9,12): error TS18050: The value 'null' cannot be used here. 2 …s(9,19): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 3 …atorWithNullValueAndInvalidOperands.ts(10,12): error TS18050: The value 'null' cannot be used here. 4 …(10,19): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 5 …atorWithNullValueAndInvalidOperands.ts(11,12): error TS18050: The value 'null' cannot be used here. 6 …(11,19): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 7 …s(13,12): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 8 …atorWithNullValueAndInvalidOperands.ts(13,16): error TS18050: The value 'null' cannot be used here. 9 …s(14,12): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 10 …atorWithNullValueAndInvalidOperands.ts(14,16): error TS18050: The value 'null' cannot be used here. [all …]
|
| D | arithmeticOperatorWithNullValueAndValidOperands.errors.txt | 1 …eratorWithNullValueAndValidOperands.ts(13,11): error TS18050: The value 'null' cannot be used here. 2 …eratorWithNullValueAndValidOperands.ts(14,11): error TS18050: The value 'null' cannot be used here. 3 …eratorWithNullValueAndValidOperands.ts(15,11): error TS18050: The value 'null' cannot be used here. 4 …eratorWithNullValueAndValidOperands.ts(16,11): error TS18050: The value 'null' cannot be used here. 5 …eratorWithNullValueAndValidOperands.ts(17,15): error TS18050: The value 'null' cannot be used here. 6 …eratorWithNullValueAndValidOperands.ts(18,15): error TS18050: The value 'null' cannot be used here. 7 …eratorWithNullValueAndValidOperands.ts(19,15): error TS18050: The value 'null' cannot be used here. 8 …eratorWithNullValueAndValidOperands.ts(20,17): error TS18050: The value 'null' cannot be used here. 9 …eratorWithNullValueAndValidOperands.ts(23,11): error TS18050: The value 'null' cannot be used here. 10 …eratorWithNullValueAndValidOperands.ts(24,11): error TS18050: The value 'null' cannot be used here. [all …]
|
| D | arithmeticOperatorWithUndefinedValueAndInvalidOperands.errors.txt | 1 …ndefinedValueAndInvalidOperands.ts(9,12): error TS18050: The value 'undefined' cannot be used here. 2 …s(9,24): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 3 …definedValueAndInvalidOperands.ts(10,12): error TS18050: The value 'undefined' cannot be used here. 4 …(10,24): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 5 …definedValueAndInvalidOperands.ts(11,12): error TS18050: The value 'undefined' cannot be used here. 6 …(11,24): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 7 …s(13,12): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 8 …definedValueAndInvalidOperands.ts(13,16): error TS18050: The value 'undefined' cannot be used here. 9 …s(14,12): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 10 …definedValueAndInvalidOperands.ts(14,16): error TS18050: The value 'undefined' cannot be used here. [all …]
|
| D | arithmeticOperatorWithUndefinedValueAndValidOperands.errors.txt | 1 …UndefinedValueAndValidOperands.ts(13,11): error TS18050: The value 'undefined' cannot be used here. 2 …UndefinedValueAndValidOperands.ts(14,11): error TS18050: The value 'undefined' cannot be used here. 3 …UndefinedValueAndValidOperands.ts(15,11): error TS18050: The value 'undefined' cannot be used here. 4 …UndefinedValueAndValidOperands.ts(16,11): error TS18050: The value 'undefined' cannot be used here. 5 …UndefinedValueAndValidOperands.ts(17,15): error TS18050: The value 'undefined' cannot be used here. 6 …UndefinedValueAndValidOperands.ts(18,15): error TS18050: The value 'undefined' cannot be used here. 7 …UndefinedValueAndValidOperands.ts(19,15): error TS18050: The value 'undefined' cannot be used here. 8 …UndefinedValueAndValidOperands.ts(20,17): error TS18050: The value 'undefined' cannot be used here. 9 …UndefinedValueAndValidOperands.ts(23,11): error TS18050: The value 'undefined' cannot be used here. 10 …UndefinedValueAndValidOperands.ts(24,11): error TS18050: The value 'undefined' cannot be used here. [all …]
|
| D | comparisonOperatorWithNoRelationshipPrimitiveType.errors.txt | 1 …thNoRelationshipPrimitiveType.ts(10,12): error TS2365: Operator '<' cannot be applied to types 'nu… 2 …thNoRelationshipPrimitiveType.ts(11,12): error TS2365: Operator '<' cannot be applied to types 'nu… 3 …thNoRelationshipPrimitiveType.ts(12,12): error TS2365: Operator '<' cannot be applied to types 'nu… 4 …thNoRelationshipPrimitiveType.ts(15,12): error TS2365: Operator '<' cannot be applied to types 'bo… 5 …thNoRelationshipPrimitiveType.ts(16,12): error TS2365: Operator '<' cannot be applied to types 'bo… 6 …thNoRelationshipPrimitiveType.ts(17,12): error TS2365: Operator '<' cannot be applied to types 'bo… 7 …thNoRelationshipPrimitiveType.ts(18,12): error TS2365: Operator '<' cannot be applied to types 'bo… 8 …thNoRelationshipPrimitiveType.ts(20,12): error TS2365: Operator '<' cannot be applied to types 'st… 9 …thNoRelationshipPrimitiveType.ts(21,12): error TS2365: Operator '<' cannot be applied to types 'st… 10 …thNoRelationshipPrimitiveType.ts(22,12): error TS2365: Operator '<' cannot be applied to types 'st… [all …]
|
| D | comparisonOperatorWithOneOperandIsNull.errors.txt | 1 …mparisonOperatorWithOneOperandIsNull.ts(4,22): error TS18050: The value 'null' cannot be used here. 2 …mparisonOperatorWithOneOperandIsNull.ts(5,22): error TS18050: The value 'null' cannot be used here. 3 …mparisonOperatorWithOneOperandIsNull.ts(6,23): error TS18050: The value 'null' cannot be used here. 4 …mparisonOperatorWithOneOperandIsNull.ts(7,23): error TS18050: The value 'null' cannot be used here. 5 …parisonOperatorWithOneOperandIsNull.ts(13,18): error TS18050: The value 'null' cannot be used here. 6 …parisonOperatorWithOneOperandIsNull.ts(14,18): error TS18050: The value 'null' cannot be used here. 7 …parisonOperatorWithOneOperandIsNull.ts(15,18): error TS18050: The value 'null' cannot be used here. 8 …parisonOperatorWithOneOperandIsNull.ts(16,18): error TS18050: The value 'null' cannot be used here. 9 …parisonOperatorWithOneOperandIsNull.ts(32,12): error TS18050: The value 'null' cannot be used here. 10 …parisonOperatorWithOneOperandIsNull.ts(33,12): error TS18050: The value 'null' cannot be used here. [all …]
|
| D | arithmeticOperatorWithInvalidOperands.errors.txt | 1 …(15,16): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 2 …(17,16): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 3 …(18,16): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 4 …(19,16): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 5 …s(21,12): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 6 …s(22,12): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 7 …(22,16): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 8 …s(23,12): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 9 …s(24,12): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 10 …(24,16): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… [all …]
|
| D | arithmeticOperatorWithTypeParameter.errors.txt | 1 …s(9,20): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 2 …(10,20): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 3 …(11,20): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 4 …(12,20): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 5 …(13,21): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 6 …(14,21): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 7 …(15,22): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 8 …(16,20): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 9 …(17,20): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 10 …(18,21): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… [all …]
|
| D | numberVsBigIntOperations.errors.txt | 3 tests/cases/compiler/numberVsBigIntOperations.ts(4,15): error TS2365: Operator '+=' cannot be appli… 4 tests/cases/compiler/numberVsBigIntOperations.ts(4,28): error TS2365: Operator '+=' cannot be appli… 5 tests/cases/compiler/numberVsBigIntOperations.ts(5,15): error TS2365: Operator '-=' cannot be appli… 6 tests/cases/compiler/numberVsBigIntOperations.ts(5,28): error TS2365: Operator '-=' cannot be appli… 7 tests/cases/compiler/numberVsBigIntOperations.ts(6,15): error TS2365: Operator '*=' cannot be appli… 8 tests/cases/compiler/numberVsBigIntOperations.ts(6,28): error TS2365: Operator '*=' cannot be appli… 9 tests/cases/compiler/numberVsBigIntOperations.ts(7,15): error TS2365: Operator '/=' cannot be appli… 10 tests/cases/compiler/numberVsBigIntOperations.ts(7,28): error TS2365: Operator '/=' cannot be appli… 11 tests/cases/compiler/numberVsBigIntOperations.ts(8,15): error TS2365: Operator '%=' cannot be appli… 12 tests/cases/compiler/numberVsBigIntOperations.ts(8,28): error TS2365: Operator '%=' cannot be appli… [all …]
|
| D | expr.errors.txt | 1 tests/cases/compiler/expr.ts(87,5): error TS2367: This comparison appears to be unintentional becau… 2 tests/cases/compiler/expr.ts(88,5): error TS2367: This comparison appears to be unintentional becau… 3 tests/cases/compiler/expr.ts(94,5): error TS2367: This comparison appears to be unintentional becau… 4 tests/cases/compiler/expr.ts(95,5): error TS2367: This comparison appears to be unintentional becau… 5 tests/cases/compiler/expr.ts(98,5): error TS2367: This comparison appears to be unintentional becau… 6 tests/cases/compiler/expr.ts(115,5): error TS2367: This comparison appears to be unintentional beca… 7 tests/cases/compiler/expr.ts(116,5): error TS2367: This comparison appears to be unintentional beca… 8 tests/cases/compiler/expr.ts(142,5): error TS2365: Operator '+' cannot be applied to types 'number'… 9 tests/cases/compiler/expr.ts(143,5): error TS2365: Operator '+' cannot be applied to types 'number'… 10 tests/cases/compiler/expr.ts(161,5): error TS2365: Operator '+' cannot be applied to types 'I' and … [all …]
|
| D | compoundExponentiationAssignmentLHSCannotBeAssigned.errors.txt | 1 ….ts(7,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 2 ….ts(8,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 3 …ts(8,8): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 4 ….ts(9,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 5 …ts(9,8): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 6 …ts(10,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 7 …ts(11,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 8 …s(11,8): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 9 …ts(12,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 10 …ts(13,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… [all …]
|
| D | compoundArithmeticAssignmentWithInvalidOperands.errors.txt | 1 ….ts(7,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 2 ….ts(8,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 3 …ts(8,7): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 4 ….ts(9,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 5 …ts(9,7): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 6 …ts(10,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 7 …ts(11,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 8 …s(11,7): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 9 …ts(12,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 10 …ts(13,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… [all …]
|
| D | arrayAssignmentTest1.js | 47 var i1_error: I1 = []; // should be an error - is 48 var c1_error: C1 = []; // should be an error - is 49 var c2_error: C2 = []; // should be an error - is 50 var c3_error: C3 = []; // should be an error - is 53 arr_any = arr_i1; // should be ok - is 54 arr_any = arr_c1; // should be ok - is 55 arr_any = arr_c2; // should be ok - is 56 arr_any = arr_c3; // should be ok - is 58 arr_i1 = arr_i1; // should be ok - subtype relationship - is 59 arr_i1 = arr_c1; // should be ok - subtype relationship - is [all …]
|
| D | exponentiationOperatorWithInvalidOperands.errors.txt | 1 …(15,17): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 2 …(17,17): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 3 …(18,17): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 4 …(19,17): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 5 …s(21,12): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 6 …s(22,12): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 7 …(22,17): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 8 …s(23,12): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 9 …s(24,12): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 10 …(24,17): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… [all …]
|
| D | symbolType12.errors.txt | 1 ….ts(3,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 2 …ts(3,6): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 3 ….ts(4,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 4 ….ts(5,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 5 …ts(5,6): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 6 ….ts(6,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 7 ….ts(7,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 8 …ts(7,6): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'numb… 9 ….ts(8,1): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'numb… 10 tests/cases/conformance/es6/Symbols/symbolType12.ts(9,1): error TS2365: Operator '+=' cannot be app… [all …]
|
| /third_party/openGLES/extensions/NV/ |
| D | NV_vertex_array_range.txt | 70 array data must be transferred to OpenGL. This strict coherency model 76 vertex array data can be pulled is key to making OpenGL vertex 87 vertices can be pulled from. There is no size limit for OpenGL 1.1 90 engine to pull vertices since they can be potentially pulled from 94 client's address space where vertices can be pulled. Vertex indices 96 are specified to be undefined. This permits hardware to DMA from 112 the exact memory type to be allocated. 119 I think they should be independent and not interfere with 123 Should some explanation be added about what happens when an OpenGL 128 non-sequential results. In practice, you'll be using an old [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
| D | NV_vertex_array_range.txt | 70 array data must be transferred to OpenGL. This strict coherency model 76 vertex array data can be pulled is key to making OpenGL vertex 87 vertices can be pulled from. There is no size limit for OpenGL 1.1 90 engine to pull vertices since they can be potentially pulled from 94 client's address space where vertices can be pulled. Vertex indices 96 are specified to be undefined. This permits hardware to DMA from 112 the exact memory type to be allocated. 119 I think they should be independent and not interfere with 123 Should some explanation be added about what happens when an OpenGL 128 non-sequential results. In practice, you'll be using an old [all …]
|
| /third_party/openGLES/extensions/AMD/ |
| D | WGL_AMD_gpu_association.txt | 53 application among the available GPU resources. This has proven to be 62 The set of GPUs available on a system can be queried by calling 64 can be determined by calling wglGetContextGPUIDAMD. Each GPU in a 67 GPU can be obtained by calling wglGetGPUInfo. This will allow 72 to a specific GPU can be created with wglCreateAssociatedContextAMD. 73 These associated contexts can be made current with 76 non-associated context can be current at one time per thread. 153 When multiple GPUs are present, a context can be created for 158 The IDs for available GPUs can be queried with the command: 162 where <maxCount> is the max number of IDs that can be returned and [all …]
|
| D | GLX_AMD_gpu_association.txt | 56 application among the available GPU resources. This has proven to be 65 The set of GPUs available on a system can be queried by calling 67 can be determined by calling glXGetContextGPUIDAMD. Each GPU in a 70 GPU can be obtained by calling glXGetGPUInfo. This will allow 75 to a specific GPU can be created with glXCreateAssociatedContextAMD. 76 These associated contexts can be made current with 79 non-associated context can be current at one time per thread. 154 When multiple GPUs are present, a context can be created for 159 The IDs for available GPUs can be queried with the command: 163 where <maxCount> is the max number of IDs that can be returned and [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
| D | WGL_AMD_gpu_association.txt | 53 application among the available GPU resources. This has proven to be 62 The set of GPUs available on a system can be queried by calling 64 can be determined by calling wglGetContextGPUIDAMD. Each GPU in a 67 GPU can be obtained by calling wglGetGPUInfo. This will allow 72 to a specific GPU can be created with wglCreateAssociatedContextAMD. 73 These associated contexts can be made current with 76 non-associated context can be current at one time per thread. 153 When multiple GPUs are present, a context can be created for 158 The IDs for available GPUs can be queried with the command: 162 where <maxCount> is the max number of IDs that can be returned and [all …]
|
| D | GLX_AMD_gpu_association.txt | 56 application among the available GPU resources. This has proven to be 65 The set of GPUs available on a system can be queried by calling 67 can be determined by calling glXGetContextGPUIDAMD. Each GPU in a 70 GPU can be obtained by calling glXGetGPUInfo. This will allow 75 to a specific GPU can be created with glXCreateAssociatedContextAMD. 76 These associated contexts can be made current with 79 non-associated context can be current at one time per thread. 154 When multiple GPUs are present, a context can be created for 159 The IDs for available GPUs can be queried with the command: 163 where <maxCount> is the max number of IDs that can be returned and [all …]
|