/external/v8/src/ |
log.h | 139 class Sampler; 157 Sampler* sampler(); 371 // Returns whether profiler's sampler is active. 374 // The sampler used by the profiler and the sliding state window. 440 typedef void (*VisitSampler)(Sampler*, void*); 448 // Adds/Removes an active sampler. 449 static void AddActiveSampler(Sampler* sampler); 450 static void RemoveActiveSampler(Sampler* sampler) [all...] |
platform.h | 671 // Sampler 673 // A sampler periodically samples the state of the VM and optionally 702 class Sampler { 704 // Initialize sampler. 705 Sampler(Isolate* isolate, int interval); 706 virtual ~Sampler(); 720 // Start and stop sampler. 724 // Is the sampler used for profiling? 729 // Whether the sampler is running (that is, consumes resources). 756 DISALLOW_IMPLICIT_CONSTRUCTORS(Sampler); [all...] |
platform-freebsd.cc | 667 class Sampler::PlatformData : public Malloced { 691 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) { [all...] |
platform-linux.cc | 1036 Sampler* sampler = isolate->logger()->sampler(); local 1037 if (sampler == NULL || !sampler->IsActive()) return; 1071 sampler->SampleStack(sample); 1072 sampler->Tick(sample); 1076 class Sampler::PlatformData : public Malloced { 1117 static void AddActiveSampler(Sampler* sampler) { [all...] |
platform-openbsd.cc | 744 Sampler* sampler = isolate->logger()->sampler(); local 745 if (sampler == NULL || !sampler->IsActive()) return; 776 sampler->SampleStack(sample); 777 sampler->Tick(sample); 781 class Sampler::PlatformData : public Malloced { 822 static void AddActiveSampler(Sampler* sampler) { [all...] |
/cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/ |
ProgramFragmentFixedFunctionTest.java | 23 import android.renderscript.Sampler; 72 pf.bindSampler(Sampler.CLAMP_NEAREST(mRS), t);
|
ProgramFragmentTest.java | 25 import android.renderscript.Sampler; 116 pf.bindSampler(Sampler.CLAMP_NEAREST(mRS), i); 120 p.bindSampler(Sampler.CLAMP_NEAREST(mRS), i);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_tex.c | 481 t->base.Sampler.MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; 484 r200SetTexWrap( t, t->base.Sampler.WrapS, t->base.Sampler.WrapT, t->base.Sampler.WrapR ); 485 r200SetTexMaxAnisotropy( t, t->base.Sampler.MaxAnisotropy ); 486 r200SetTexFilter(t, t->base.Sampler.MinFilter, t->base.Sampler.MagFilter); 487 r200SetTexBorderColor(t, t->base.Sampler.BorderColor.f);
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_tex.c | 481 t->base.Sampler.MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; 484 r200SetTexWrap( t, t->base.Sampler.WrapS, t->base.Sampler.WrapT, t->base.Sampler.WrapR ); 485 r200SetTexMaxAnisotropy( t, t->base.Sampler.MaxAnisotropy ); 486 r200SetTexFilter(t, t->base.Sampler.MinFilter, t->base.Sampler.MagFilter); 487 r200SetTexBorderColor(t, t->base.Sampler.BorderColor.f);
|
/frameworks/rs/cpp/ |
rsCppStructs.h | 46 class Sampler; 214 sp<const Element> SAMPLER; 237 sp<const Sampler> CLAMP_NEAREST; 238 sp<const Sampler> CLAMP_LINEAR; 239 sp<const Sampler> CLAMP_LINEAR_MIP_LINEAR; 240 sp<const Sampler> WRAP_NEAREST; 241 sp<const Sampler> WRAP_LINEAR; 242 sp<const Sampler> WRAP_LINEAR_MIP_LINEAR; 243 sp<const Sampler> MIRRORED_REPEAT_NEAREST; 244 sp<const Sampler> MIRRORED_REPEAT_LINEAR [all...] |
Android.mk | 10 Sampler.cpp
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
ProgramBinary.h | 148 struct Sampler 150 Sampler(); 157 Sampler mSamplersPS[MAX_TEXTURE_IMAGE_UNITS]; 158 Sampler mSamplersVS[IMPLEMENTATION_MAX_VERTEX_TEXTURE_IMAGE_UNITS];
|
/frameworks/rs/ |
rsProgram.cpp | 41 mSamplers = new ObjectBaseRef<Sampler>[mHal.state.texturesCount]; 47 mHal.state.samplers = new Sampler*[mHal.state.texturesCount]; 198 void Program::bindSampler(Context *rsc, uint32_t slot, Sampler *s) { 200 ALOGE("Attempt to bind sampler to slot %u but tex count is %u", slot, mHal.state.texturesCount); 201 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot bind sampler"); 225 p->bindSampler(rsc, slot, static_cast<Sampler *>(s));
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/ |
Visualization5RS.java | 29 import android.renderscript.Sampler.Value; 68 private Sampler mSamplerMip; 69 private Sampler mSamplerNoMip; 203 Sampler.Builder builder = new Sampler.Builder(mRS); 212 Sampler.Builder builder = new Sampler.Builder(mRS);
|
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
GrassRS.java | 19 import android.renderscript.Sampler; 27 import static android.renderscript.Sampler.Value.*; 285 Sampler.Builder samplerBuilder = new Sampler.Builder(mRS); 290 Sampler sl = samplerBuilder.create(); 294 Sampler sn = samplerBuilder.create();
|
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/ |
GalaxyRS.java | 13 import android.renderscript.Sampler; 22 import static android.renderscript.Sampler.Value.*; 207 Sampler.Builder samplerBuilder = new Sampler.Builder(mRS); 212 Sampler sn = samplerBuilder.create(); 229 pf.bindSampler(Sampler.CLAMP_LINEAR(mRS), 0);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
IsObjectTest.java | 36 Sampler sampler; field in class:IsObjectTest 49 sampler = new Sampler.Builder(mRS).create(); 129 mItem.sampler = sampler; 143 Assert.assertTrue("rsIsObject sampler test fail: " + "Expect 1;value "
|
SetObjectTest.java | 35 Sampler sampler; field in class:SetObjectTest 48 sampler = new Sampler.Builder(mRS).create(); 126 mItem.sampler = sampler; 140 Assert.assertTrue("rsSetObject sampler test fail: " + "Expect 1;value "
|
/external/chromium_org/v8/src/ |
v8.cc | 46 #include "sampler.h" 106 Sampler::TearDown(); 174 Sampler::SetUp();
|
/external/llvm/lib/Target/R600/MCTargetDesc/ |
R600MCCodeEmitter.cpp | 110 int64_t Sampler = MI.getOperand(14).getImm(); 125 uint32_t Word2 = Sampler << 15 | SrcSelect[ELEMENT_X] << 20 |
|
/frameworks/rs/driver/runtime/ |
rs_structs.h | 132 * internal members of the C++ class Sampler owned by librs. Unfortunately, 145 typedef struct Sampler {
|
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/ |
PhaseBeamRS.java | 3 import static android.renderscript.Sampler.Value.NEAREST; 4 import static android.renderscript.Sampler.Value.WRAP; 18 import android.renderscript.Sampler; 222 pf.bindSampler(Sampler.CLAMP_LINEAR(mRS), 0);
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
SamplingProfiler.java | 76 * A sampler is created every time profiling starts and cleared 80 private Sampler sampler; field in class:SamplingProfiler 280 if (sampler != null) { 283 sampler = new Sampler(); 285 timer.scheduleAtFixedRate(sampler, 0, interval); 293 if (sampler == null) { 296 synchronized(sampler) { 297 sampler.stop = true [all...] |
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/ |
FallRS.java | 21 import static android.renderscript.Sampler.Value.LINEAR; 22 import static android.renderscript.Sampler.Value.CLAMP; 67 private Sampler mSampler; 258 Sampler.Builder sampleBuilder = new Sampler.Builder(mRS);
|
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
MagicSmokeRS.java | 19 import static android.renderscript.Sampler.Value.LINEAR; 20 import static android.renderscript.Sampler.Value.WRAP; 65 private Sampler[] mSampler; 357 Sampler.Builder samplerBuilder = new Sampler.Builder(mRS); 362 mSampler = new Sampler[5];
|