Home
last modified time | relevance | path

Searched defs:program2 (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/src/testRunner/unittests/
DreuseProgramStructure.ts22 const program2 = updateProgram(program1, ["a.ts"], { target }, files => { constant
33 const program2 = updateProgram(program1, ["a.ts"], { target }, files => { constant
52 const program2 = updateProgram(program1, ["/a.ts"], options, files => { constant
63 const program2 = updateProgram(program1, ["a.ts"], { target }, files => { constant
74 const program2 = updateProgram(program1, ["a.ts"], { types: ["b"] }, ts.noop); constant
80 const program2 = updateProgram(program1, ["a.ts"], { types: ["a"] }, ts.noop); constant
86 const program2 = updateProgram(program1, ["a.ts"], { target }, files => { constant
94 const program2 = updateProgram(program1, ["a.ts"], { target }, files => { constant
106 …const program2 = updateProgram(program1, ["a.ts"], { target, module: ts.ModuleKind.AMD }, ts.noop); constant
112 …const program2 = updateProgram(program1, ["a.ts"], { target, module: ts.ModuleKind.CommonJS, rootD… constant
[all …]
DmoduleResolution.ts1567 const program2 = ts.createProgram(names, {}, compilerHost, program1); constant
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DShaderVariable_test.cpp258 const char *program2[] = { in TEST() local
288 const char *program2[] = { in TEST() local
330 const char *program2[] = { in TEST() local
372 const char *program2[] = { in TEST() local
/third_party/typescript/src/testRunner/unittests/services/
DlanguageService.ts111 const program2 = ls.getProgram()!; constant
252 const program2 = ls.getProgram()!; constant
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cPostDepthCoverageTests.cpp161 ShaderProgram program2(gl, sources2); in iterate() local
386 ShaderProgram program2(gl, sources2); in iterate() local
Dgl4cProgramInterfaceQueryTests.cpp2892 GLuint program2 = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); in Run() local
4807 GLuint program2 = CreateProgram(VertexShader2().c_str(), FragmentShader2().c_str(), false); in Run() local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DDrawCallPerf.cpp400 GLuint program2) in ChangeProgramThenDraw()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cProgramInterfaceQueryTests.cpp2229 GLuint program2 = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); in Run() local
3454 GLuint program2 = CreateProgram(VertexShader2().c_str(), FragmentShader2().c_str(), false); in Run() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeShaderApiTests.cpp398 …glu::ShaderProgram program2(ctx.getRenderContext(), glu::makeVtxFragSources(vertexShaderSource, … in use_program() local
/third_party/typescript/lib/
Dtsc.js106047 …function emitWorker(program2, sourceFile, writeFileCallback, cancellationToken, emitOnlyDtsFiles, … argument