Home
last modified time | relevance | path

Searched refs:pointerType (Results 1 – 11 of 11) sorted by relevance

/third_party/node/test/fixtures/wpt/resources/
Dtestdriver-actions.js179 addPointer: function(name, pointerType="mouse", set=true) { argument
180 this.createSource("pointer", name, {pointerType: pointerType}); property
454 function PointerSource(parameters={pointerType: "mouse"}) { property
455 let pointerType = parameters.pointerType || "mouse";
456 if (!["mouse", "pen", "touch"].includes(pointerType)) {
457 throw new Error(`Invalid pointerType ${pointerType}`);
459 this.type = pointerType;
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DOptimizer.cpp186 Ice::Type pointerType() in pointerType() function
241 newAddress[i] = function->makeVariable(pointerType()); in performScalarReplacementOfAggregates()
/third_party/glslang/SPIRV/
DSpvBuilder.cpp1459 Id pointerType = makePointer(storageClass, type); in createVariable() local
1460 Instruction* inst = new Instruction(getUniqueId(), pointerType, OpVariable); in createVariable()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp950 const string pointerType = (scalarInput) ? "%up_scalartype" : "%up_testtype"; in createInputTestfun() local
953 …const StringTemplate testfun ("%input${n_input}_loc = OpAccessChain " + pointerType + " %input${n… in createInputTestfun()
/third_party/typescript/tests/lib/
Dlib.d.ts4187 pointerType?: string; property
11546 pointerType: any; property
11554 … rotation: number, tiltX: number, tiltY: number, pointerIdArg: number, pointerType: any, hwTimesta…
12415 pointerType: any; property
12423 … rotation: number, tiltX: number, tiltY: number, pointerIdArg: number, pointerType: any, hwTimesta…
Dreact16.d.ts683 pointerType: 'mouse' | 'pen' | 'touch';
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp2084 SpvId pointerType = this->getPointerType(type, SpvStorageClassFunction); in getLValue() local
2085 this->writeInstruction(SpvOpVariable, pointerType, result, SpvStorageClassFunction, in getLValue()
/third_party/skia/third_party/externals/oboe/docs/reference/
Djquery.js87 …cument).unbind(n);h=false}}}function j(l){return !/^(4|mouse)$/.test(l.pointerType)}function i(l,n…
/third_party/typescript/src/lib/
Ddom.generated.d.ts1108 pointerType?: string; property
10994 readonly pointerType: string; property
/third_party/typescript/lib/
Dlib.dom.d.ts1128 pointerType?: string; property
11014 readonly pointerType: string; property
/third_party/libevdev/doc/html/
Djquery.js2 …!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,s… property