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

1 2 3 4 5 6

  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_sampler.java 39 b.setMinification(Sampler.Value.NEAREST);
40 b.setMagnification(Sampler.Value.NEAREST);
85 _RS_ASSERT("minification.getMagnification() == Sampler.Value.NEAREST",
86 minification.getMagnification() == Sampler.Value.NEAREST);
98 _RS_ASSERT("magnification.getMinification() == Sampler.Value.NEAREST",
99 magnification.getMinification() == Sampler.Value.NEAREST);
107 _RS_ASSERT("wrapS.getMagnification() == Sampler.Value.NEAREST",
108 wrapS.getMagnification() == Sampler.Value.NEAREST);
109 _RS_ASSERT("wrapS.getMinification() == Sampler.Value.NEAREST",
110 wrapS.getMinification() == Sampler.Value.NEAREST);
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_sampler.java 39 b.setMinification(Sampler.Value.NEAREST);
40 b.setMagnification(Sampler.Value.NEAREST);
85 _RS_ASSERT("minification.getMagnification() == Sampler.Value.NEAREST",
86 minification.getMagnification() == Sampler.Value.NEAREST);
98 _RS_ASSERT("magnification.getMinification() == Sampler.Value.NEAREST",
99 magnification.getMinification() == Sampler.Value.NEAREST);
107 _RS_ASSERT("wrapS.getMagnification() == Sampler.Value.NEAREST",
108 wrapS.getMagnification() == Sampler.Value.NEAREST);
109 _RS_ASSERT("wrapS.getMinification() == Sampler.Value.NEAREST",
110 wrapS.getMinification() == Sampler.Value.NEAREST);
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_sampler.java 39 b.setMinification(Sampler.Value.NEAREST);
40 b.setMagnification(Sampler.Value.NEAREST);
85 _RS_ASSERT("minification.getMagnification() == Sampler.Value.NEAREST",
86 minification.getMagnification() == Sampler.Value.NEAREST);
98 _RS_ASSERT("magnification.getMinification() == Sampler.Value.NEAREST",
99 magnification.getMinification() == Sampler.Value.NEAREST);
107 _RS_ASSERT("wrapS.getMagnification() == Sampler.Value.NEAREST",
108 wrapS.getMagnification() == Sampler.Value.NEAREST);
109 _RS_ASSERT("wrapS.getMinification() == Sampler.Value.NEAREST",
110 wrapS.getMinification() == Sampler.Value.NEAREST);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Sampler.java 44 NEAREST (0),
105 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
115 b.setMinification(Value.NEAREST);
116 b.setMagnification(Value.NEAREST);
165 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
175 b.setMinification(Value.NEAREST);
176 b.setMagnification(Value.NEAREST);
225 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
235 b.setMinification(Value.NEAREST);
236 b.setMagnification(Value.NEAREST);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_transfer.h 21 NEAREST = 0,
nv30_miptree.c 143 nv30_transfer_rect(nv30, NEAREST, &src, &dst);
211 nv30_transfer_rect(nv30, NEAREST, &tx->img, &tx->tmp);
223 nv30_transfer_rect(nv30, NEAREST, &tx->tmp, &tx->img);
  /frameworks/base/rs/java/android/renderscript/
Sampler.java 31 NEAREST (0),
93 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
105 b.setMinification(Value.NEAREST);
106 b.setMagnification(Value.NEAREST);
165 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
177 b.setMinification(Value.NEAREST);
178 b.setMagnification(Value.NEAREST);
237 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
249 b.setMinification(Value.NEAREST);
250 b.setMagnification(Value.NEAREST);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
SamplerTest.java 33 mMinValues[0] = Sampler.Value.NEAREST;
39 mMagValues[0] = Sampler.Value.NEAREST;
124 assertEquals(Value.NEAREST, Value.valueOf("NEAREST"));
  /external/deqp/framework/common/
tcuTexVerifierUtil.hpp 86 return isLinearFilter(mode) ? Sampler::LINEAR : Sampler::NEAREST;
tcuTexture.cpp     [all...]
tcuTestLog.cpp 266 Sampler sampler (Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::LINEAR, Sampler::NEAREST);
304 Sampler sampler (Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST);
tcuTexLookupVerifier.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureFormatTests.cpp 24 * + nearest-neighbor filtering
154 renderParams.sampler = Sampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST);
177 // Setup nearest neighbor filtering and clamp-to-edge.
325 renderParams.sampler = Sampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST);
346 // Setup nearest neighbor filtering and clamp-to-edge.
465 // Setup nearest neighbor filtering and clamp-to-edge.
480 refParams.sampler = Sampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureFormatTests.cpp 24 * + nearest-neighbor filtering
171 renderParams.sampler = Sampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST);
194 // Setup nearest neighbor filtering and clamp-to-edge.
356 renderParams.sampler = Sampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST);
377 // Setup nearest neighbor filtering and clamp-to-edge.
518 renderParams.sampler = Sampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST);
534 // Setup nearest neighbor filtering and clamp-to-edge
    [all...]
es3fTextureSwizzleTests.cpp 157 renderParams.sampler = tcu::Sampler(tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::NEAREST, tcu::Sampler::NEAREST);
173 // Setup nearest neighbor filtering and clamp-to-edge.
es3fASTCDecompressionCases.cpp 339 renderParams.sampler = Sampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST);
350 // Setup nearest neighbor filtering and clamp-to-edge.
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 924 case tcu::Sampler::NEAREST:
    [all...]
es31fTextureFormatTests.cpp 187 renderParams.sampler = Sampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST);
206 // Setup nearest neighbor filtering and clamp-to-edge.
es31fOpaqueTypeIndexingTests.cpp 589 tcu::Sampler::NEAREST, tcu::Sampler::NEAREST, 0.0f, false /* non-normalized */,
604 const float reference = refTexAccess.sample2DCompare(refSampler, tcu::Sampler::NEAREST, coord, (float)texNdx, 0.0f, tcu::IVec3(0));
    [all...]
es31fStencilTexturingTests.cpp 716 tcu::Sampler::NEAREST,
717 tcu::Sampler::NEAREST));
    [all...]
es31fCopyImageTests.cpp 911 renderParams.sampler = Sampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST_MIPMAP_NEAREST, Sampler::NEAREST);
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 116 return mode != tcu::Sampler::NEAREST && mode != tcu::Sampler::LINEAR;
391 m_emptyTex1D.getSampler().minFilter = tcu::Sampler::NEAREST;
392 m_emptyTex1D.getSampler().magFilter = tcu::Sampler::NEAREST;
399 m_emptyTex2D.getSampler().minFilter = tcu::Sampler::NEAREST;
400 m_emptyTex2D.getSampler().magFilter = tcu::Sampler::NEAREST;
407 m_emptyTexCube.getSampler().minFilter = tcu::Sampler::NEAREST;
408 m_emptyTexCube.getSampler().magFilter = tcu::Sampler::NEAREST;
418 m_emptyTex2DArray.getSampler().minFilter = tcu::Sampler::NEAREST;
419 m_emptyTex2DArray.getSampler().magFilter = tcu::Sampler::NEAREST;
427 m_emptyTex3D.getSampler().minFilter = tcu::Sampler::NEAREST;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 484 const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(texFormat)) ? tcu::Sampler::NEAREST : tcu::Sampler::LINEAR;
583 const float reference = refTexAccess.sample2DCompare(refSampler, tcu::Sampler::NEAREST, coord, (float)texNdx, 0.0f, tcu::IVec3(0));
    [all...]

Completed in 945 milliseconds

1 2 3 4 5 6