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.js48 host.createProgram = (rootNames, options, host, oldProgram) => { function
93 createProgram: ts.createAbstractBuilder property
DAPISample_parseConfig.js63 function createProgram(rootFiles, compilerOptionsJson) { function
DAPISample_WatchWithDefaults.js41 host.createProgram = (rootNames, options, host, oldProgram) => { function
DAPISample_Watch.js54 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.ts49 createProgram?: CreateProgram<T>; property
92 createProgram: CreateProgram<T>; property
314 …tionsToExtendForConfigFile = {}, watchOptionsToExtend, extraFileExtensions, createProgram } = host; constant
Dwatch.ts747 createProgram?: CreateProgram<T>; property
/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 __anon9c3bcb430111::EGLSurfaceTest
341 GLuint createProgram() in createProgram() function in __anon9c3bcb430111::EGLFloatSurfaceTest
DEGLPreRotationTest.cpp742 GLuint createProgram() in createProgram() function in __anon1572cd110111::EGLPreRotationBlitFramebufferTest
2347 GLuint createProgram() in createProgram() function in __anon1572cd110111::EGLPreRotationInterpolateAtOffsetTest
/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/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/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 __anon6dd73b0a0111::MultiviewBenchmark
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp534 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/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DContextNULL.cpp418 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
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcKHRDebugTests.cpp934 GLuint LabelsTest::createProgram(const Functions* gl, const glu::RenderContext*) in createProgram() function in glcts::KHRDebug::LabelsTest
/third_party/vk-gl-cts/modules/egl/
DteglRenderTests.cpp633 Program* createProgram (const glw::Functions& gl, EGLint api) in createProgram() function

123