Home
last modified time | relevance | path

Searched refs:firstSource (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DCompiler.cpp114 int firstSource = 0; in compile() local
118 ++firstSource; in compile()
135 …(PaParseStrings(numStrings - firstSource, &shaderStrings[firstSource], nullptr, &parseContext) == … in compile()
/external/guice/core/test/com/google/inject/
DProvisionListenerTest.java799 private final String firstSource;
803 public SpecialChecker(Class<?> notifyType, String firstSource, AtomicBoolean notified) {
805 this.firstSource = firstSource;
816 assertContains(provision.getDependencyChain().get(0).getBindingSource(), firstSource);
/external/angle/src/compiler/translator/
DCompiler.cpp396 size_t firstSource = 0; in compileTreeImpl() local
400 ++firstSource; in compileTreeImpl()
415 if (PaParseStrings(numStrings - firstSource, &shaderStrings[firstSource], nullptr, in compileTreeImpl()
/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp579 …void verifyShaderSourceReplaced (glu::Shader& shader, const std::string& firstSource, const std::s… in verifyShaderSourceReplaced() argument
584 if (result == firstSource) in verifyShaderSourceReplaced()
605 const char* firstSource = firstSourceStr.c_str(); in test() local
610 shader.setSources(1, &firstSource, 0); in test()
/external/deqp/modules/gles3/functional/
Des3fShaderApiTests.cpp636 …void verifyShaderSourceReplaced (glu::Shader& shader, const std::string& firstSource, const std::s… in verifyShaderSourceReplaced() argument
641 if (result == firstSource) in verifyShaderSourceReplaced()
662 const char* firstSource = firstSourceStr.c_str(); in test() local
667 shader.setSources(1, &firstSource, 0); in test()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/
DExoPlayerTest.java314 MediaSource firstSource = new FakeMediaSource(firstTimeline, ExoPlayerTestRunner.VIDEO_FORMAT); in resettingMediaSourcesGivesFreshSourceInfo() local
362 .setMediaSources(firstSource) in resettingMediaSourcesGivesFreshSourceInfo()