Home
last modified time | relevance | path

Searched defs:createProgram (Results 1 – 25 of 68) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DAPISample_WatchWithOwnWatchHost.js47 host.createProgram = (rootNames, options, host, oldProgram) => { function
92 createProgram: ts.createAbstractBuilder property
DAPISample_parseConfig.js61 function createProgram(rootFiles, compilerOptionsJson) { function
DAPISample_WatchWithDefaults.js40 host.createProgram = (rootNames, options, host, oldProgram) => { function
DAPISample_Watch.js53 host.createProgram = (rootNames: ReadonlyArray<string>, options, host, oldProgram) => { function
/third_party/typescript/tests/cases/compiler/
DAPISample_parseConfig.ts32 export function createProgram(rootFiles: string[], compilerOptionsJson: string): ts.Program | undef… function
/third_party/typescript/src/compiler/
DwatchPublic.ts33 createProgram?: CreateProgram<T>; property
67 createProgram: CreateProgram<T>; property
262 …tionsToExtendForConfigFile = {}, watchOptionsToExtend, extraFileExtensions, createProgram } = host; constant
Dwatch.ts582 createProgram?: CreateProgram<T>; property
/third_party/flutter/skia/third_party/externals/angle2/src/tests/
Dangle_unittests_utils.h29 ProgramImpl *createProgram(const gl::ProgramState &data) override { return nullptr; } in createProgram() function
/third_party/skia/third_party/externals/angle2/src/tests/
Dangle_unittests_utils.h29 ProgramImpl *createProgram(const gl::ProgramState &data) override { return nullptr; } in createProgram() function
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferActiveUniformValidation.cpp523 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/
Dgl4cES31CompatibilityTests.cpp354 bool gl4cts::es31compatibility::ShaderFunctionalCompatibilityTest::createProgram(const struct Shade… in createProgram() function in gl4cts::es31compatibility::ShaderFunctionalCompatibilityTest
Dgl4cContextFlushControlTests.cpp545 void gl4cts::ContextFlushControl::FunctionalTest::DrawSetup::createProgram() in createProgram() function in gl4cts::ContextFlushControl::FunctionalTest::DrawSetup
Dgl4cConditionalRenderInvertedTests.cpp360 void gl4cts::ConditionalRenderInverted::FunctionalTest::createProgram() in createProgram() function in gl4cts::ConditionalRenderInverted::FunctionalTest
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.cpp111 GLuint ResourceManager::createProgram() in createProgram() function in es2::ResourceManager
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSurfaceTest.cpp248 GLuint createProgram() in createProgram() function in __anonba0d66830111::EGLSurfaceTest
341 GLuint createProgram() in createProgram() function in __anonba0d66830111::EGLFloatSurfaceTest
DEGLPreRotationTest.cpp742 GLuint createProgram() in createProgram() function in __anonad2008510111::EGLPreRotationBlitFramebufferTest
2347 GLuint createProgram() in createProgram() function in __anonad2008510111::EGLPreRotationInterpolateAtOffsetTest
/third_party/typescript/src/testRunner/unittests/
DreuseProgramStructure.ts149 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/
DGrGLProgramBuilder.cpp474 GrGLProgram* GrGLProgramBuilder::createProgram(GrGLuint programID) { in createProgram() function in GrGLProgramBuilder
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fVertexArrayObjectTests.cpp420 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/
DEGLSurfaceTest.cpp173 GLuint createProgram() in createProgram() function in __anon86fb6d180111::EGLSurfaceTest
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp1969 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/
DMultiviewPerf.cpp182 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/
DMultiviewPerf.cpp182 void createProgram(const char *vs, const char *fs) in createProgram() function in __anon5896dcdf0111::MultiviewBenchmark
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPipeline.cpp110 std::shared_ptr<sw::ComputeProgram> createProgram(vk::Device *device, std::shared_ptr<sw::SpirvShad… in createProgram() function
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp502 sk_sp<GrGLProgram> GrGLProgramBuilder::createProgram(GrGLuint programID) { in createProgram() function in GrGLProgramBuilder

123