Home
last modified time | relevance | path

Searched defs:createProgram (Results 1 – 25 of 51) 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/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 __anonacc36c680111::EGLSurfaceTest
341 GLuint createProgram() in createProgram() function in __anonacc36c680111::EGLFloatSurfaceTest
DEGLPreRotationTest.cpp742 GLuint createProgram() in createProgram() function in __anon758078b60111::EGLPreRotationBlitFramebufferTest
2347 GLuint createProgram() in createProgram() function in __anon758078b60111::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/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSurfaceTest.cpp173 GLuint createProgram() in createProgram() function in __anon713787fd0111::EGLSurfaceTest
/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 __anon42d2f7c40111::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/third_party/externals/angle2/src/tests/perf_tests/
DMultiviewPerf.cpp182 void createProgram(const char *vs, const char *fs) in createProgram() function in __anon7e5edc2f0111::MultiviewBenchmark
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp502 sk_sp<GrGLProgram> GrGLProgramBuilder::createProgram(GrGLuint programID) { in createProgram() function in GrGLProgramBuilder
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DResourceManager.cpp179 ShaderProgramID ShaderProgramManager::createProgram(rx::GLImplFactory *factory) in createProgram() function in gl::ShaderProgramManager
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DContext9.cpp56 ProgramImpl *Context9::createProgram(const gl::ProgramState &data) in createProgram() function in rx::Context9
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DResourceManager.cpp190 GLuint ShaderProgramManager::createProgram(rx::GLImplFactory *factory) in createProgram() function in gl::ShaderProgramManager
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp147 ProgramImpl *Context11::createProgram(const gl::ProgramState &data) in createProgram() function in rx::Context11
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DContextNULL.cpp348 ProgramImpl *ContextNULL::createProgram(const gl::ProgramState &data) in createProgram() function in rx::ContextNULL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DContext9.cpp58 ProgramImpl *Context9::createProgram(const gl::ProgramState &data) in createProgram() function in rx::Context9

123