Searched defs:sampler (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DTexShader.cpp48 m_samplerLocation = context->getUniformLocation(program, "sampler");
61 void TexShader::use(const AffineTransform& transform, const AffineTransform& texTransform, int sampler, float alpha) argument
72 m_context->uniform1i(m_samplerLocation, sampler);
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.h108 SamplingTool* sampler() { return m_sampler.get(); } function in class:JSC::Interpreter
/external/skia/src/gpu/gl/
H A DGrGLShaderBuilder.cpp104 const GrGLShaderBuilder::TextureSampler& sampler,
107 GrAssert(NULL != sampler.textureAccess());
112 this->getUniformCStr(sampler.fSamplerUniform),
114 append_swizzle(out, *sampler.textureAccess(), fContext.caps());
120 const GrGLShaderBuilder::TextureSampler& sampler,
125 this->appendTextureLookup(&lookup, sampler, coordName, varyingType);
103 appendTextureLookup(SkString* out, const GrGLShaderBuilder::TextureSampler& sampler, const char* coordName, GrSLType varyingType) const argument
117 appendTextureLookupAndModulate( SkString* out, const char* modulation, const GrGLShaderBuilder::TextureSampler& sampler, const char* coordName, GrSLType varyingType) const argument
/external/v8/src/
H A Dcpu-profiler.cc223 // sampler writes w/o any sync to the queue, so if the processor
508 Sampler* sampler = reinterpret_cast<Sampler*>(isolate->logger()->ticker_); local
509 if (!sampler->IsActive()) {
510 sampler->Start();
513 sampler->IncreaseProfilingDepth();
549 Sampler* sampler = reinterpret_cast<Sampler*>(logger->ticker_); local
550 sampler->DecreaseProfilingDepth();
552 sampler->Stop();
H A Dplatform-cygwin.cc600 // On Cygwin we use the same sampler implementation as on win32.
606 // going to use it in the sampler thread. Using GetThreadHandle() will
637 static void AddActiveSampler(Sampler* sampler) { argument
639 SamplerRegistry::AddActiveSampler(sampler);
641 instance_ = new SamplerThread(sampler->interval());
644 ASSERT(instance_->interval_ == sampler->interval());
648 static void RemoveActiveSampler(Sampler* sampler) { argument
650 SamplerRegistry::RemoveActiveSampler(sampler);
685 static void DoCpuProfile(Sampler* sampler, void* raw_sampler_thread) { argument
686 if (!sampler
693 DoRuntimeProfile(Sampler* sampler, void* ignored) argument
698 SampleContext(Sampler* sampler) argument
[all...]
H A Dplatform-freebsd.cc691 Sampler* sampler = isolate->logger()->sampler(); local
692 if (sampler == NULL || !sampler->IsActive()) return;
715 sampler->SampleStack(sample);
716 sampler->Tick(sample);
733 static void AddActiveSampler(Sampler* sampler) { argument
735 SamplerRegistry::AddActiveSampler(sampler);
746 instance_ = new SignalSender(sampler->interval());
749 ASSERT(instance_->interval_ == sampler
753 RemoveActiveSampler(Sampler* sampler) argument
809 DoCpuProfile(Sampler* sampler, void* raw_sender) argument
815 DoRuntimeProfile(Sampler* sampler, void* ignored) argument
[all...]
H A Dplatform-linux.cc1036 Sampler* sampler = isolate->logger()->sampler(); local
1037 if (sampler == NULL || !sampler->IsActive()) return;
1071 sampler->SampleStack(sample);
1072 sampler->Tick(sample);
1117 static void AddActiveSampler(Sampler* sampler) { argument
1119 SamplerRegistry::AddActiveSampler(sampler);
1123 instance_ = new SignalSender(sampler->interval());
1126 ASSERT(instance_->interval_ == sampler
1130 RemoveActiveSampler(Sampler* sampler) argument
1186 DoCpuProfile(Sampler* sampler, void* raw_sender) argument
1192 DoRuntimeProfile(Sampler* sampler, void* ignored) argument
[all...]
H A Dplatform-macos.cc756 static void AddActiveSampler(Sampler* sampler) { argument
758 SamplerRegistry::AddActiveSampler(sampler);
760 instance_ = new SamplerThread(sampler->interval());
763 ASSERT(instance_->interval_ == sampler->interval());
767 static void RemoveActiveSampler(Sampler* sampler) { argument
769 SamplerRegistry::RemoveActiveSampler(sampler);
804 static void DoCpuProfile(Sampler* sampler, void* raw_sampler_thread) { argument
805 if (!sampler->isolate()->IsInitialized()) return;
806 if (!sampler->IsProfiling()) return;
809 sampler_thread->SampleContext(sampler);
812 DoRuntimeProfile(Sampler* sampler, void* ignored) argument
817 SampleContext(Sampler* sampler) argument
[all...]
H A Dplatform-openbsd.cc744 Sampler* sampler = isolate->logger()->sampler(); local
745 if (sampler == NULL || !sampler->IsActive()) return;
776 sampler->SampleStack(sample);
777 sampler->Tick(sample);
822 static void AddActiveSampler(Sampler* sampler) { argument
824 SamplerRegistry::AddActiveSampler(sampler);
828 instance_ = new SignalSender(sampler->interval());
831 ASSERT(instance_->interval_ == sampler
835 RemoveActiveSampler(Sampler* sampler) argument
891 DoCpuProfile(Sampler* sampler, void* raw_sender) argument
897 DoRuntimeProfile(Sampler* sampler, void* ignored) argument
[all...]
H A Dplatform-solaris.cc683 Sampler* sampler = isolate->logger()->sampler(); local
684 if (sampler == NULL || !sampler->IsActive()) return;
699 sampler->SampleStack(sample);
700 sampler->Tick(sample);
743 static void AddActiveSampler(Sampler* sampler) { argument
745 SamplerRegistry::AddActiveSampler(sampler);
749 instance_ = new SignalSender(sampler->interval());
752 ASSERT(instance_->interval_ == sampler
756 RemoveActiveSampler(Sampler* sampler) argument
813 DoCpuProfile(Sampler* sampler, void* raw_sender) argument
819 DoRuntimeProfile(Sampler* sampler, void* ignored) argument
[all...]
H A Dlog.cc81 // This design minimizes the time spent in the sampler.
1679 Sampler* Logger::sampler() { function in class:v8::internal::Logger
1749 static void ComputeCpuProfiling(Sampler* sampler, void* flag_ptr) { argument
1751 *flag |= sampler->IsProfiling();
1764 void SamplerRegistry::AddActiveSampler(Sampler* sampler) { argument
1765 ASSERT(sampler->IsActive());
1770 ASSERT(!active_samplers_->Contains(sampler));
1772 active_samplers_->Add(sampler);
1776 void SamplerRegistry::RemoveActiveSampler(Sampler* sampler) { argument
1777 ASSERT(sampler
[all...]
H A Dplatform-win32.cc1941 // going to use it in the sampler thread. Using GetThreadHandle() will
1972 static void AddActiveSampler(Sampler* sampler) { argument
1974 SamplerRegistry::AddActiveSampler(sampler);
1976 instance_ = new SamplerThread(sampler->interval());
1979 ASSERT(instance_->interval_ == sampler->interval());
1983 static void RemoveActiveSampler(Sampler* sampler) { argument
1985 SamplerRegistry::RemoveActiveSampler(sampler);
2020 static void DoCpuProfile(Sampler* sampler, void* raw_sampler_thread) { argument
2021 if (!sampler->isolate()->IsInitialized()) return;
2022 if (!sampler
2028 DoRuntimeProfile(Sampler* sampler, void* ignored) argument
2033 SampleContext(Sampler* sampler) argument
[all...]
/external/llvm/lib/Target/R600/
H A DAMDILPeepholeOptimizer.cpp1065 Value *sampler = CI->getOperand(samplerIdx); local
1066 LoadInst *lInst = dyn_cast<LoadInst>(sampler);
/external/openfst/src/include/fst/
H A Drandgen.h168 // sampler as it chooses. This generic version interprets this literally.
176 ArcSampler(const ArcSampler<A, S> &sampler, const Fst<A> *fst = 0) argument
177 : fst_(fst ? *fst : sampler.fst_),
178 arc_selector_(sampler.arc_selector_),
179 max_length_(sampler.max_length_) {
252 ArcSampler(const ArcSampler<A, S> &sampler, const Fst<A> *fst = 0) argument
253 : fst_(fst ? *fst : sampler.fst_),
254 arc_selector_(sampler.arc_selector_),
255 max_length_(sampler.max_length_) {
260 accumulator_ = new C(*sampler
[all...]
/external/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp365 const GrGLShaderBuilder::TextureSampler& sampler,
383 builder->appendTextureLookup(code, sampler, coord);
364 appendTextureLookup(GrGLShaderBuilder* builder, const GrGLShaderBuilder::TextureSampler& sampler, const char* coord, SkMatrixConvolutionImageFilter::TileMode tileMode) argument
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.cpp189 for (int sampler = 0; sampler < MAX_TEXTURE_IMAGE_UNITS; sampler++)
191 mState.samplerTexture[type][sampler].set(NULL);
1084 Texture *Context::getSamplerTexture(unsigned int sampler, SamplerType type) argument
1086 GLuint texid = mState.samplerTexture[type][sampler].id();
1098 return mState.samplerTexture[type][sampler].get();
2016 // Applies the textures and sampler states to the Direct3D 9 device
2022 for (int sampler = 0; sampler < MAX_TEXTURE_IMAGE_UNIT
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 421 milliseconds