Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/
DreuseProgramStructure.ts231 const program2 = updateProgram(program1, ["a.ts"], { target }, files => { constant
242 const program2 = updateProgram(program1, ["a.ts"], { target }, files => { constant
253 const program2 = updateProgram(program1, ["a.ts"], { target }, files => { constant
264 const program2 = updateProgram(program1, ["a.ts"], { types: ["b"] }, noop); constant
270 const program2 = updateProgram(program1, ["a.ts"], { types: ["a"] }, noop); constant
276 const program2 = updateProgram(program1, ["a.ts"], { target }, files => { constant
284 const program2 = updateProgram(program1, ["a.ts"], { target }, files => { constant
296 … const program2 = updateProgram(program1, ["a.ts"], { target, module: ModuleKind.AMD }, noop); constant
302 …const program2 = updateProgram(program1, ["a.ts"], { target, module: ModuleKind.CommonJS, rootDir:… constant
308 …const program2 = updateProgram(program1, ["a.ts"], { target, module: ModuleKind.CommonJS, configFi… constant
[all …]
DmoduleResolution.ts1533 const program2 = createProgram(names, {}, compilerHost, program1); constant
/third_party/flutter/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/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/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/typescript/src/testRunner/unittests/services/
DlanguageService.ts109 const program2 = ls.getProgram()!; constant
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DDrawCallPerf.cpp400 GLuint program2) in ChangeProgramThenDraw()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DFramebufferTest.cpp856 GLuint program2 = CompileProgram(kVS2, kFS2); in TEST_P() local
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.c2020 char program2[1000]; in init_draw_stencil_pixels() local
2054 char program2[200]; in init_draw_depth_pixels() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cProgramInterfaceQueryTests.cpp2225 GLuint program2 = CreateProgram(VertexShader().c_str(), FragmentShader().c_str(), false); in Run() local
3446 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