/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/ |
HoloSpiralRS.java | 39 import android.renderscript.Sampler; 145 programFragmentGeometry.bindSampler(Sampler.CLAMP_LINEAR(mRS), 0);
|
/packages/wallpapers/NoiseField/src/com/android/noisefield/ |
NoiseFieldRS.java | 19 import android.renderscript.Sampler; 206 pf.bindSampler(Sampler.CLAMP_LINEAR(mRS), 0);
|
/external/openfst/src/include/fst/ |
randgen.h | 168 // sampler as it chooses. This generic version interprets this literally. 176 ArcSampler(const ArcSampler<A, S> &sampler, const Fst<A> *fst = 0) 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) 253 : fst_(fst ? *fst : sampler.fst_), 254 arc_selector_(sampler.arc_selector_), 255 max_length_(sampler.max_length_) { 260 accumulator_ = new C(*sampler.accumulator_) [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLProgramEffects.cpp | 219 SkTArray<Sampler, true>& samplers = fSamplers.push_back(); 224 name.printf("Sampler%d", t); 237 SkTArray<Sampler, true>& samplers = fSamplers[e]; 248 const SkTArray<Sampler, true>& samplers = fSamplers[effectIdx];
|
/external/skia/src/gpu/gl/ |
GrGLProgramEffects.cpp | 219 SkTArray<Sampler, true>& samplers = fSamplers.push_back(); 224 name.printf("Sampler%d", t); 237 SkTArray<Sampler, true>& samplers = fSamplers[e]; 248 const SkTArray<Sampler, true>& samplers = fSamplers[effectIdx];
|
/external/chromium_org/v8/src/ |
log.h | 160 class Sampler; 178 Sampler* sampler(); 420 // The sampler used by the profiler and the sliding state window.
|
/external/chromium_org/v8/test/cctest/ |
test-log.cc | 213 class TestSampler : public v8::internal::Sampler { 216 : Sampler(isolate, 0, true, true), 244 TestSampler* sampler = NULL; 247 sampler = new TestSampler(CcTest::i_isolate()); 248 sampler->Start(); 249 CHECK(sampler->IsActive()); 257 CHECK(!sampler->WasSampleStackCalled()); 260 CHECK(sampler->WaitForTick()); 261 CHECK(sampler->WasSampleStackCalled()); 262 sampler->Reset() [all...] |
/external/v8/src/ |
log.cc | 81 // This design minimizes the time spent in the sampler. 188 class Ticker: public Sampler { 191 Sampler(isolate, interval), 1679 Sampler* Logger::sampler() { function in class:v8::internal::Logger [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texstate.c | 576 struct gl_sampler_object *sampler = texUnit->Sampler ? local 577 texUnit->Sampler : &texObj->Sampler; 579 if (!_mesa_is_texture_complete(texObj, sampler)) { 582 if (_mesa_is_texture_complete(texObj, sampler)) { 853 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[u].Sampler, NULL);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
thread_cache.h | 50 #include "sampler.h" // for Sampler 323 Sampler sampler_; // A sampler
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
thread_cache.h | 49 #include "sampler.h" 56 #include "sampler.h" // for Sampler 300 Sampler sampler_; // A sampler
|
/external/mesa3d/src/mesa/main/ |
texstate.c | 576 struct gl_sampler_object *sampler = texUnit->Sampler ? local 577 texUnit->Sampler : &texObj->Sampler; 579 if (!_mesa_is_texture_complete(texObj, sampler)) { 582 if (_mesa_is_texture_complete(texObj, sampler)) { 853 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[u].Sampler, NULL);
|
/frameworks/base/graphics/java/android/renderscript/ |
Program.java | 183 * @param vs sampler for a corresponding texture 185 * use the sampler on 188 public void bindSampler(Sampler vs, int slot)
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
MeshTest.java | 159 mGeoScript.set_gLinearClamp(Sampler.CLAMP_LINEAR(mRS));
|
TorusTest.java | 255 mTorusScript.set_gLinearClamp(Sampler.CLAMP_LINEAR(mRS));
|
/frameworks/rs/ |
rsFont.h | 211 ObjectBaseRef<Sampler> mFontSampler;
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_texture.c | 358 if ((stObj->base.Sampler.MinFilter == GL_NEAREST || 359 stObj->base.Sampler.MinFilter == GL_LINEAR || 580 /* Create sampler view that limits fetches to the source mipmap level */ [all...] |
st_atom_texture.c | 120 * set in the given sampler view. 122 * \param sv A sampler view. 206 samp = &texObj->Sampler; 216 /* Determine the format of the texture sampler view */ 239 /* if sampler view has changed dereference it */ 275 /* loop over sampler units (aka tex image units) */
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_triangle.c | 555 info.filter = obj->Sampler.MinFilter; \ 822 info.filter = obj->Sampler.MinFilter; \ [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_texture.c | 358 if ((stObj->base.Sampler.MinFilter == GL_NEAREST || 359 stObj->base.Sampler.MinFilter == GL_LINEAR || 580 /* Create sampler view that limits fetches to the source mipmap level */ [all...] |
st_atom_texture.c | 120 * set in the given sampler view. 122 * \param sv A sampler view. 206 samp = &texObj->Sampler; 216 /* Determine the format of the texture sampler view */ 239 /* if sampler view has changed dereference it */ 275 /* loop over sampler units (aka tex image units) */
|
/external/mesa3d/src/mesa/swrast/ |
s_triangle.c | 555 info.filter = obj->Sampler.MinFilter; \ 822 info.filter = obj->Sampler.MinFilter; \ [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_texture.c | 820 if ((texObj->Sampler.MinFilter == GL_NEAREST || 821 texObj->Sampler.MinFilter == GL_LINEAR) &&
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_texture.c | 820 if ((texObj->Sampler.MinFilter == GL_NEAREST || 821 texObj->Sampler.MinFilter == GL_LINEAR) &&
|
/external/v8/test/cctest/ |
test-log.cc | 253 class TestSampler : public v8::internal::Sampler { 256 : Sampler(isolate, 0, true, true), 284 TestSampler* sampler = NULL; 287 sampler = new TestSampler(v8::internal::Isolate::Current()); 288 sampler->Start(); 289 CHECK(sampler->IsActive()); 297 CHECK(!sampler->WasSampleStackCalled()); 300 CHECK(sampler->WaitForTick()); 301 CHECK(sampler->WasSampleStackCalled()); 302 sampler->Reset() [all...] |