/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
RsBenchRS.java | 35 import android.renderscript.Sampler.Value; 231 mProgFragmentTexture.bindSampler(Sampler.CLAMP_LINEAR(mRS), 0); 302 mScript.set_gLinearClamp(Sampler.CLAMP_LINEAR(mRS));
|
FillTest.java | 162 mFillScript.set_gLinearClamp(Sampler.CLAMP_LINEAR(mRS)); 163 mFillScript.set_gLinearWrap(Sampler.WRAP_LINEAR(mRS));
|
UiTest.java | 230 mUiScript.set_gLinearClamp(Sampler.CLAMP_LINEAR(mRS)); 250 pfb.bindSampler(Sampler.WRAP_NEAREST(mRS), 0); 259 pfs.bindSampler(Sampler.WRAP_LINEAR_MIP_LINEAR(mRS), 0);
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
TestAppLoadingScreen.java | 86 pfDefault.bindSampler(Sampler.CLAMP_LINEAR(mRS), 0);
|
FullscreenBlur.java | 169 prog.getProgram().bindSampler(Sampler.CLAMP_LINEAR(rs), 0);
181 mPF_Texture.getProgram().bindSampler(Sampler.WRAP_LINEAR_MIP_LINEAR(rs), 0);
|
TestAppRS.java | 145 pf.getProgram().bindSampler(Sampler.WRAP_LINEAR_MIP_LINEAR(mRS), 0); 147 pf.getProgram().bindSampler(Sampler.CLAMP_LINEAR_MIP_LINEAR(mRS), 1);
|
/frameworks/rs/driver/ |
rsdShader.h | 98 const android::renderscript::Sampler *s,
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
RenderScript.java | 661 Sampler mSampler_CLAMP_NEAREST; 662 Sampler mSampler_CLAMP_LINEAR; 663 Sampler mSampler_CLAMP_LINEAR_MIP_LINEAR; 664 Sampler mSampler_WRAP_NEAREST; 665 Sampler mSampler_WRAP_LINEAR; 666 Sampler mSampler_WRAP_LINEAR_MIP_LINEAR; 667 Sampler mSampler_MIRRORED_REPEAT_NEAREST; 668 Sampler mSampler_MIRRORED_REPEAT_LINEAR; 669 Sampler mSampler_MIRRORED_REPEAT_LINEAR_MIP_LINEAR; [all...] |
/external/chromium_org/v8/src/ |
cpu-profiler.h | 35 #include "sampler.h" 137 // methods called by event producers: VM and stack sampler threads. 141 Sampler* sampler, 173 Sampler* sampler_; 221 // Invoked from stack sampler (thread or signal handler.)
|
cpu-profiler.cc | 48 Sampler* sampler, 52 sampler_(sampler), 439 Sampler* sampler = logger->sampler(); local 448 generator_, sampler, sampling_interval_); 462 sampler->SetHasProcessingThread(true); 463 sampler->IncreaseProfilingDepth(); 495 Sampler* sampler = reinterpret_cast<Sampler*>(logger->ticker_) local [all...] |
/external/llvm/lib/Target/R600/ |
R600TextureIntrinsicsReplacer.cpp | 124 Value *Sampler, unsigned CT[4], Value *Coord) { 142 Sampler,
|
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/ |
GalaxyRS.java | 158 pfb.bindSampler(Sampler.WRAP_NEAREST(mRS), 0); 167 pfs.bindSampler(Sampler.WRAP_LINEAR(mRS), 0);
|
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
CarouselRS.java | 382 mSingleTextureFragmentProgram.bindSampler(Sampler.CLAMP_LINEAR(mRS), 0); 399 mSingleTextureBlendingFragmentProgram.bindSampler(Sampler.CLAMP_LINEAR(mRS), 0); 415 mMultiTextureFragmentProgram.bindSampler(Sampler.CLAMP_LINEAR(mRS), 0); 416 mMultiTextureFragmentProgram.bindSampler(Sampler.CLAMP_LINEAR(mRS), 1); 432 mMultiTextureBlendingFragmentProgram.bindSampler(Sampler.CLAMP_LINEAR(mRS), 0); 433 mMultiTextureBlendingFragmentProgram.bindSampler(Sampler.CLAMP_LINEAR(mRS), 1); 435 mScript.set_linearClamp(Sampler.CLAMP_LINEAR(mRS)); [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
RenderScript.java | 247 native void rsnContextBindSampler(int con, int sampler, int slot); 248 synchronized void nContextBindSampler(int sampler, int slot) { 250 rsnContextBindSampler(mContext, sampler, slot); [all...] |
/external/v8/src/ |
platform-win32.cc | [all...] |
cpu-profiler.cc | 223 // 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 [all...] |
/frameworks/rs/ |
rs_hal.h | 45 class Sampler; 270 bool (*init)(const Context *rsc, const Sampler *m); 271 void (*destroy)(const Context *rsc, const Sampler *m); 272 } sampler; member in struct:android::renderscript::__anon30677
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
meta.c | 277 * State for GLSL texture sampler which is used to generate fragment 295 GLuint Sampler; 311 GLuint VBO, FBO, RBO, Sampler; 1449 GLuint sampler, samplerSave = local 3089 struct glsl_sampler *sampler; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_tex_copy.c | 75 radeon_validate_texture_miptree(ctx, &tobj->base.Sampler, &tobj->base);
|
/external/mesa3d/src/mesa/drivers/common/ |
meta.c | 277 * State for GLSL texture sampler which is used to generate fragment 295 GLuint Sampler; 311 GLuint VBO, FBO, RBO, Sampler; 1449 GLuint sampler, samplerSave = local 3089 struct glsl_sampler *sampler; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_tex_copy.c | 75 radeon_validate_texture_miptree(ctx, &tobj->base.Sampler, &tobj->base);
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
Vignette.java | 21 import android.renderscript.Sampler;
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
Vignette.java | 21 import android.renderscript.Sampler;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_tex_image.c | 82 if ((intelObj->base.Sampler.MinFilter == GL_NEAREST || 83 intelObj->base.Sampler.MinFilter == GL_LINEAR) &&
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_tex_image.c | 82 if ((intelObj->base.Sampler.MinFilter == GL_NEAREST || 83 intelObj->base.Sampler.MinFilter == GL_LINEAR) &&
|