/third_party/typescript/tests/baselines/reference/ |
D | APISample_WatchWithOwnWatchHost.js | 47 host.createProgram = (rootNames, options, host, oldProgram) => { function 92 createProgram: ts.createAbstractBuilder property
|
D | APISample_parseConfig.js | 61 function createProgram(rootFiles, compilerOptionsJson) { function
|
D | APISample_WatchWithDefaults.js | 40 host.createProgram = (rootNames, options, host, oldProgram) => { function
|
D | APISample_Watch.js | 53 host.createProgram = (rootNames: ReadonlyArray<string>, options, host, oldProgram) => { function
|
/third_party/typescript/tests/cases/compiler/ |
D | APISample_parseConfig.ts | 32 export function createProgram(rootFiles: string[], compilerOptionsJson: string): ts.Program | undef… function
|
/third_party/typescript/src/compiler/ |
D | watchPublic.ts | 33 createProgram?: CreateProgram<T>; property 67 createProgram: CreateProgram<T>; property 262 …tionsToExtendForConfigFile = {}, watchOptionsToExtend, extraFileExtensions, createProgram } = host; constant
|
D | watch.ts | 582 createProgram?: CreateProgram<T>; property
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/ |
D | angle_unittests_utils.h | 29 ProgramImpl *createProgram(const gl::ProgramState &data) override { return nullptr; } in createProgram() function
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
D | angle_unittests_utils.h | 29 ProgramImpl *createProgram(const gl::ProgramState &data) override { return nullptr; } in createProgram() function
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferActiveUniformValidation.cpp | 523 void TextureBufferActiveUniformValidationVSFS::createProgram(void) in createProgram() function in glcts::TextureBufferActiveUniformValidationVSFS 657 void TextureBufferActiveUniformValidationCS::createProgram(void) in createProgram() function in glcts::TextureBufferActiveUniformValidationCS
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cES31CompatibilityTests.cpp | 354 bool gl4cts::es31compatibility::ShaderFunctionalCompatibilityTest::createProgram(const struct Shade… in createProgram() function in gl4cts::es31compatibility::ShaderFunctionalCompatibilityTest
|
D | gl4cContextFlushControlTests.cpp | 545 void gl4cts::ContextFlushControl::FunctionalTest::DrawSetup::createProgram() in createProgram() function in gl4cts::ContextFlushControl::FunctionalTest::DrawSetup
|
D | gl4cConditionalRenderInvertedTests.cpp | 360 void gl4cts::ConditionalRenderInverted::FunctionalTest::createProgram() in createProgram() function in gl4cts::ConditionalRenderInverted::FunctionalTest
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | ResourceManager.cpp | 111 GLuint ResourceManager::createProgram() in createProgram() function in es2::ResourceManager
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLSurfaceTest.cpp | 248 GLuint createProgram() in createProgram() function in __anonba0d66830111::EGLSurfaceTest 341 GLuint createProgram() in createProgram() function in __anonba0d66830111::EGLFloatSurfaceTest
|
D | EGLPreRotationTest.cpp | 742 GLuint createProgram() in createProgram() function in __anonad2008510111::EGLPreRotationBlitFramebufferTest 2347 GLuint createProgram() in createProgram() function in __anonad2008510111::EGLPreRotationInterpolateAtOffsetTest
|
/third_party/typescript/src/testRunner/unittests/ |
D | reuseProgramStructure.ts | 149 const program = <ProgramWithSourceTexts>createProgram(rootNames, options, host); constant 161 const program = <ProgramWithSourceTexts>createProgram(rootNames, options, host, oldProgram); constant
|
/third_party/flutter/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 474 GrGLProgram* GrGLProgramBuilder::createProgram(GrGLuint programID) { in createProgram() function in GrGLProgramBuilder
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fVertexArrayObjectTests.cpp | 420 glu::ShaderProgram* VertexArrayObjectTest::createProgram (const VertexArrayState& state) in createProgram() function in deqp::gles3::Functional::VertexArrayObjectTest 1004 glu::ShaderProgram* MultiVertexArrayObjectTest::createProgram (const VertexArrayState& state) in createProgram() function in deqp::gles3::Functional::MultiVertexArrayObjectTest
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLSurfaceTest.cpp | 173 GLuint createProgram() in createProgram() function in __anon86fb6d180111::EGLSurfaceTest
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cLayoutBindingTests.cpp | 1969 LayoutBindingProgram* createProgram() in createProgram() function in glcts::SamplerLayoutBindingCase 2058 LayoutBindingProgram* createProgram() in createProgram() function in glcts::ImageLayoutBindingCase 2271 LayoutBindingProgram* createProgram() in createProgram() function in glcts::AtomicCounterLayoutBindingCase 3001 LayoutBindingProgram* createProgram() in createProgram() function in glcts::UniformBlocksLayoutBindingCase 3191 LayoutBindingProgram* createProgram() in createProgram() function in glcts::ShaderStorageBufferLayoutBindingCase
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | MultiviewPerf.cpp | 182 void createProgram(const char *vs, const char *fs) in createProgram() function in __anon8ba8d64a0111::MultiviewBenchmark
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | MultiviewPerf.cpp | 182 void createProgram(const char *vs, const char *fs) in createProgram() function in __anon5896dcdf0111::MultiviewBenchmark
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkPipeline.cpp | 110 std::shared_ptr<sw::ComputeProgram> createProgram(vk::Device *device, std::shared_ptr<sw::SpirvShad… in createProgram() function
|
/third_party/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 502 sk_sp<GrGLProgram> GrGLProgramBuilder::createProgram(GrGLuint programID) { in createProgram() function in GrGLProgramBuilder
|