Searched refs:firstSource (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | Compiler.cpp | 114 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/ |
D | ProvisionListenerTest.java | 799 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/ |
D | Compiler.cpp | 396 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/ |
D | es2fShaderApiTests.cpp | 579 …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/ |
D | es3fShaderApiTests.cpp | 636 …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/ |
D | ExoPlayerTest.java | 314 MediaSource firstSource = new FakeMediaSource(firstTimeline, ExoPlayerTestRunner.VIDEO_FORMAT); in resettingMediaSourcesGivesFreshSourceInfo() local 362 .setMediaSources(firstSource) in resettingMediaSourcesGivesFreshSourceInfo()
|