HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 551 - 575 of 1682) sorted by null

<<21222324252627282930>>

  /external/deqp/external/openglcts/modules/gl/
gl4cContextFlushControlTests.cpp 552 glw::GLchar const* const source; member in class:Shader::glw
569 if (DE_NULL != shader[i].source)
579 gl.shaderSource(shader[i].id, 1, &(shader[i].source), NULL);
gl4cDirectStateAccessSamplersTests.cpp 608 glw::GLchar const* const source; member in class:gl4cts::DirectStateAccess::Samplers::Shader::glw
625 if (DE_NULL != shader[i].source)
635 gl.shaderSource(shader[i].id, 1, &(shader[i].source), NULL);
663 << "Shader source code:\n"
664 << shader[i].source << "\n"
914 /* Vertex shader source code. */
936 /* Fragment shader source program. */
gl4cGlSpirvTests.hpp 294 ShaderSource source; member in struct:gl4cts::SpirvValidationCapabilitiesTest::ShaderStage
  /external/deqp/external/vulkancts/framework/vulkan/
vkPrograms.cpp 430 char* source = 0; local
456 source = new char[sourcelength + 1];
457 ok = fread(source, 1, sourcelength, file) == (size_t)sourcelength;
458 source[sourcelength] = 0;
460 if (!ok || shaderstring != std::string(source))
463 delete[] source;
468 delete[] source;
597 shaderBuildInfo.source = shaderstring;
682 shaderBuildInfo.source = shaderstring;
746 cachekey += program.source;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsVoteTests.cpp 132 const string source = local
176 << source
201 << source
231 << source
257 << source
401 const string source = local
448 + source +
475 + source +
505 + source +
532 + source
    [all...]
  /external/deqp/framework/opengl/
gluShaderProgram.cpp 5 * Copyright 2014 The Android Open Source Project
70 m_info.source.clear();
74 m_info.source += std::string(sourceStrings[ndx], length);
402 const char* source = sources.sources[shaderType][shaderNdx].c_str(); local
408 m_shaders[shaderType].back()->setSources(1, &source, &length);
587 return log << tcu::TestLog::Shader(getLogShaderType(shaderInfo.type), shaderInfo.source, shaderInfo.compileOk, shaderInfo.infoLog);
674 log << tcu::TestLog::ShaderProgram(false, "(Source only)");
  /external/deqp/modules/gles31/functional/
es31fNegativeComputeTests.cpp 5 * Copyright 2017 The Android Open Source Project
142 std::ostringstream source; local
143 source << "${GLSL_VERSION_STRING}\n";
152 source << "layout (local_size_x = 1) in;\n";
156 source << "layout(points) in;\n"
161 source << "${GLSL_TESS_EXTENSION_STRING}\n"
166 source << "${GLSL_TESS_EXTENSION_STRING}\n"
175 source << "\n"
181 return source.str();
    [all...]
es31fNegativeSSBOBlockTests.cpp 5 * Copyright 2016 The Android Open Source Project
216 std::ostringstream source; local
242 source << "${NEGATIVE_CONTEXT_VERSION}\n"
249 source << ssboString.str();
251 source << "} ssbo;\n"
263 sourceString = source.str();
271 source << "${NEGATIVE_CONTEXT_VERSION}\n"
277 source << ssboString.str();
279 source << "} ssbo;\n"
291 sourceString = source.str()
    [all...]
es31fNegativeShaderDirectiveTests.cpp 5 * Copyright 2016 The Android Open Source Project
82 const char* const source = shaderSource.c_str(); local
87 shader.setSources(1, &source, &length);
115 std::ostringstream source; local
116 source << "#version 310 es\n"
122 verifyShader(ctx, glu::SHADERTYPE_TESSELLATION_CONTROL, source.str(), EXPECT_RESULT_FAIL);
130 const std::string source = "#version 320 es\n" local
137 verifyShader(ctx, glu::SHADERTYPE_TESSELLATION_CONTROL, source, EXPECT_RESULT_PASS);
143 const std::string source = "#version 320 es\n" local
150 verifyShader(ctx, glu::SHADERTYPE_TESSELLATION_CONTROL, source, EXPECT_RESULT_FAIL)
156 const std::string source = "#version 320 es\\n" local
193 std::ostringstream source; local
220 std::ostringstream source; local
249 std::ostringstream source; local
281 std::ostringstream source; local
295 std::ostringstream source; local
321 std::ostringstream source; local
361 std::ostringstream source; local
375 std::ostringstream source; local
388 std::ostringstream source; local
408 std::ostringstream source; local
466 std::ostringstream source; local
494 std::ostringstream source; local
    [all...]
es31fShaderStateQueryTests.cpp 5 * Copyright 2014 The Android Open Source Project
415 const std::string source = brokenShaderSource(m_context.getRenderContext().getType()); local
416 const char* const brokenSource = source.c_str();
421 m_testCtx.getLog() << tcu::TestLog::Message << "Trying to compile broken shader source." << tcu::TestLog::EndMessage;
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js 25 * file that came with this source. At a minimum, the lexer should work on a
32 * <li> include this source file in an html page via
35 * <li> mark the {@code <pre>} and {@code <code>} tags in your source with
169 /** token style for embedded source. */
368 } else if (/[a-z]/i.test(regex.source.replace(
483 var parts = regex.source.match(
677 * @return {Object} source code and extracted tags.
739 return { source: sourceBuf.join(''), tags: extractedTags };
755 * @param {number} basePos the index of sourceCode within the chunk of source
761 source: sourceCode
760 var job = { property in class:appendDecorations.job
    [all...]
  /external/freetype/src/bzip2/
ftbzip2.c 99 FT_Stream source; /* parent/source stream */ member in struct:FT_BZip2FileRec_
144 FT_Stream source )
151 zip->source = source;
160 stream = source;
205 zip->source = NULL;
213 FT_Stream stream = zip->source;
244 FT_Stream stream = zip->source;
458 FT_Stream source )
    [all...]
  /external/freetype/src/gzip/
ftgzip.c 179 FT_Stream source; /* parent/source stream */ member in struct:FT_GZipFileRec_
282 FT_Stream source )
289 zip->source = source;
298 stream = source;
342 zip->source = NULL;
350 FT_Stream stream = zip->source;
379 FT_Stream stream = zip->source;
620 FT_Stream source )
    [all...]
  /external/freetype/src/lzw/
ftzopen.h 144 FT_Stream source; /* source stream */ member in struct:FT_LzwStateRec_
152 FT_Stream source );
  /external/guava/guava/src/com/google/common/io/
FileBackedOutputStream.java 45 private final ByteSource source; field in class:FileBackedOutputStream
97 source = new ByteSource() {
112 source = new ByteSource() {
128 return source;
  /external/guice/core/src/com/google/inject/internal/
Initializer.java 55 * Instances that need injection during injector creation to a source that registered them. New
74 * @param source the source location that this injection was requested
80 Object source,
82 checkNotNull(source);
108 source,
161 private final Object source; field in class:Initializer.InjectableReference
171 Object source,
177 this.source = checkNotNull(source, "source")
    [all...]
Messages.java 50 // equivalent, in this case we should drop the repeated source when joining the lists. The
52 // due to the fact that InternalFactoryToProviderAdapter applies the binding source when
89 Object source = dependencies.get(i); local
90 formatSource(fmt, source);
141 * Creates a new Message with the given cause and a binding source stack.
144 * @param sources The binding sources for the source stack
156 ElementSource source = null; local
158 source = (ElementSource) o;
159 o = source.getDeclaringSource();
161 return convert(o, source);
    [all...]
  /external/guice/core/src/com/google/inject/internal/util/
LineNumbers.java 47 private String source; field in class:LineNumbers
76 * Get the source file name as read from the bytecode.
78 * @return the source file name if available, or null
81 return source;
167 public void visitSource(String source, String debug) {
168 LineNumbers.this.source = source;
  /external/guice/core/test/com/google/inject/spi/
SpiBindingsTest.java 455 ElementSource source = (ElementSource) binding.getSource(); local
456 assertFalse(source.getModuleClassNames().isEmpty());
458 assertTrue(source.getStackTrace().length > 0);
460 assertEquals(0, source.getStackTrace().length);
  /external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
BoundFieldModule.java 379 String source = local
381 throw new BoundFieldException(new Message(source, String.format(format, args)));
  /external/icu/android_icu4j/src/main/java/android/icu/text/
AnyTransliterator.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
34 * instantiating a transliterator from the source script to the
167 * Returns a transliterator from the given source to our target or
168 * target/variant. Returns NULL if the source is the same as our
169 * target script, or if the source is USCRIPT_INVALID_CODE.
174 private Transliterator getTransliterator(int source) {
175 if (source == targetScript || source == UScript.INVALID_CODE) {
183 Integer key = Integer.valueOf(source);
186 String sourceName = UScript.getName(source);
238 String source = s.nextElement(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationFrozenMonkeyTest.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
13 * Source File: $ICU4CRoot/source/test/intltest/mnkytst.cpp
42 private String source = "-abcdefghijklmnopqrstuvwxyz#&^$@"; field in class:CollationFrozenMonkeyTest
46 if(source.length() == 0) {
47 errln("CollationMonkeyTest.TestCollationKey(): source is empty - ICU_DATA not set or data missing?");
74 int s = rand.nextInt(0x7fff) % source.length();
75 int t = rand.nextInt(0x7fff) % source.length();
76 int slen = Math.abs(rand.nextInt(0x7fff) % source.length() - source.length()) % source.length()
    [all...]
CollationMonkeyTest.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
13 * Source File: $ICU4CRoot/source/test/intltest/mnkytst.cpp
42 private String source = "-abcdefghijklmnopqrstuvwxyz#&^$@"; field in class:CollationMonkeyTest
46 if(source.length() == 0) {
47 errln("CollationMonkeyTest.TestCollationKey(): source is empty - ICU_DATA not set or data missing?");
59 int s = rand.nextInt(0x7fff) % source.length();
60 int t = rand.nextInt(0x7fff) % source.length();
61 int slen = Math.abs(rand.nextInt(0x7fff) % source.length() - source.length()) % source.length()
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/shaping/
ArabicShapingRegTest.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
77 * public int shape(char[] source, int sourceStart, int sourceLength,
83 // if (sourceStart < 0 || sourceLength < 0 || sourceStart + sourceLength > source.length)
86 char[] source = {'d','u','m','m','y'}; local
94 as.shape(source, negNum[i], 0, dest, 0, 0);
101 as.shape(source, 0, negNum[i], dest, 0, 0);
107 // Checks when "sourceStart + sourceLength > source.length"
109 as.shape(source, 3, 3, dest, 0, 0);
111 "suppose to return an exception when 'sourceStart + sourceLength > source.length'.");
114 as.shape(source, 2, 4, dest, 0, 0)
    [all...]
DataDrivenArabicShapingRegTest.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
55 private String source; field in class:DataDrivenArabicShapingRegTest.StandardDataTest
59 public StandardDataTest(String source, int flags, String expected) {
60 this.source = source;
319 actual = shaper.shape(source);
333 err("Error: Shaper " + shaper + "\n throws exception '" + ex + "'\n for input '" + source);
336 buf.append("Error: Shaper: " + shaper + "\n Input: " + source + "\n Actual: " + actual +
385 private String source;
389 public PreflightDataTest(String source, int flags, int length)
    [all...]

Completed in 1553 milliseconds

<<21222324252627282930>>