Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/
DreuseProgramStructure.ts232 const program2 = updateProgram(program1, ["a.ts"], { target }, files => { constant
243 const program2 = updateProgram(program1, ["a.ts"], { target }, files => { constant
262 const program2 = updateProgram(program1, ["/a.ts"], options, files => { constant
273 const program2 = updateProgram(program1, ["a.ts"], { target }, files => { constant
284 const program2 = updateProgram(program1, ["a.ts"], { types: ["b"] }, noop); constant
290 const program2 = updateProgram(program1, ["a.ts"], { types: ["a"] }, noop); constant
296 const program2 = updateProgram(program1, ["a.ts"], { target }, files => { constant
304 const program2 = updateProgram(program1, ["a.ts"], { target }, files => { constant
316 … const program2 = updateProgram(program1, ["a.ts"], { target, module: ModuleKind.AMD }, noop); constant
322 …const program2 = updateProgram(program1, ["a.ts"], { target, module: ModuleKind.CommonJS, rootDir:… constant
[all …]
DmoduleResolution.ts1591 const program2 = 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.ts110 const program2 = ls.getProgram()!; constant
251 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