HomeSort by relevance Sort by last modified time
    Searched refs:m_seed (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFETurbulenceElement.h 49 SVGAnimatedNumber* seed() { return m_seed.get(); }
64 RefPtr<SVGAnimatedNumber> m_seed; member in class:blink::FINAL
SVGFETurbulenceElement.cpp 53 , m_seed(SVGAnimatedNumber::create(this, SVGNames::seedAttr, SVGNumber::create(0)))
59 addToPropertyMap(m_seed);
98 return turbulence->setSeed(m_seed->currentValue()->value());
131 return FETurbulence::create(filter, m_type->currentValue()->enumValue(), baseFrequencyX()->currentValue()->value(), baseFrequencyY()->currentValue()->value(), m_numOctaves->currentValue()->value(), m_seed->currentValue()->value(), m_stitchTiles->currentValue()->enumValue() == SVG_STITCHTYPE_STITCH);
  /external/deqp/modules/glshared/
glsRandomUniformBlockCase.hpp 93 const deUint32 m_seed; member in class:deqp::gls::RandomUniformBlockCase
glsRandomUniformBlockCase.cpp 57 , m_seed (seed)
66 de::Random rnd(m_seed);
glsMemoryStressCase.cpp 456 int m_seed; member in class:deqp::gls::MemObjectAllocator
469 : m_seed (seed)
496 de::Random rnd(m_seed);
  /external/deqp/framework/delibs/decpp/
deBlockBuffer.cpp 233 , m_seed (seed)
240 Random rnd(m_seed);
262 deUint32 m_seed; member in class:de::BlockBufferCancelTest::Producer
270 , m_seed (seed)
277 Random rnd(m_seed);
296 deUint32 m_seed; member in class:de::BlockBufferCancelTest::Consumer
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FETurbulence.h 131 float m_seed; member in class:blink::FETurbulence
FETurbulence.cpp 59 , m_seed(seed)
110 return m_seed;
115 if (m_seed == seed)
117 m_seed = seed;
365 PaintingData paintingData(m_seed, roundedIntSize(filterPrimitiveSubregion().size()));
  /external/deqp/modules/gles2/functional/
es2fReadPixelsTests.cpp 63 int m_seed; member in class:deqp::gles2::Functional::ReadPixelsTest
72 , m_seed (deStringHash(name))
199 de::Random rnd(m_seed);
es2fRandomFragmentOpTests.cpp 224 deUint32 m_seed;
239 , m_seed (seed)
296 const deUint32 iterSeed = deUint32Hash(m_seed) ^ deInt32Hash(m_iterNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed());
es2fBufferWriteTests.cpp 391 , m_seed (seed)
452 de::Random rnd (m_seed ^ deInt32Hash(m_iterNdx) ^ 0xacf92e);
525 deUint32 m_seed; member in class:deqp::gles2::Functional::RandomBufferWriteCase
  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 330 int m_seed; member in class:deqp::egl::MemoryStressCase
341 , m_seed (deStringHash(name))
384 m_allocator = new MemoryAllocator(m_eglTestCtx, m_display, m_config, m_seed, m_spec.types, m_spec.minWidth, m_spec.minHeight, m_spec.maxWidth, m_spec.maxHeight, m_spec.use);
teglPreservingSwapTests.cpp 80 const int m_seed; member in class:deqp::egl::__anon3541::PreservingSwapTest
326 , m_seed (deStringHash(name))
444 de::Random rnd(m_seed);
teglGLES2SharingThreadedTests.cpp 2103 int m_seed; member in class:deqp::egl::GLES2SharingRandomTest
2970 int m_seed; member in class:deqp::egl::GLES2ThreadedSharingTest
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 980 static uint32_t m_seed = 1; variable
    [all...]
utxttest.cpp 67 static uint32_t m_seed = 1; variable
70 m_seed = m_seed * 1103515245 + 12345;
71 return (uint32_t)(m_seed/65536) % 32768;
    [all...]
rbbitst.cpp 1812 static uint32_t m_seed = 1; variable
    [all...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 977 static uint32_t m_seed = 1; variable
    [all...]
utxttest.cpp 69 static uint32_t m_seed = 1; variable
72 m_seed = m_seed * 1103515245 + 12345;
73 return (uint32_t)(m_seed/65536) % 32768;
    [all...]
rbbitst.cpp 1812 static uint32_t m_seed = 1; variable
    [all...]
  /external/deqp/modules/gles3/functional/
es3fRandomFragmentOpTests.cpp 224 deUint32 m_seed;
239 , m_seed (seed)
296 const deUint32 iterSeed = deUint32Hash(m_seed) ^ deInt32Hash(m_iterNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed());
es3fReadPixelsTests.cpp 67 int m_seed; member in class:deqp::gles3::Functional::__anon3747::ReadPixelsTest
85 , m_seed (deStringHash(name))
237 de::Random rnd(m_seed);
es3fBufferWriteTests.cpp 391 , m_seed (seed)
464 de::Random rnd (m_seed ^ deInt32Hash(m_iterNdx) ^ 0xacf92e);
538 deUint32 m_seed; member in class:deqp::gles3::Functional::RandomBufferWriteCase
es3fTransformFeedbackTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutTests.cpp 87 deUint32 m_seed; member in class:deqp::gles31::Functional::__anon4006::RandomSSBOLayoutCase
103 , m_seed (seed)
112 de::Random rnd(m_seed);
    [all...]

Completed in 556 milliseconds