/third_party/skia/third_party/externals/angle2/src/tests/ |
D | angle_unittests_utils.h | 67 SamplerImpl *createSampler(const gl::SamplerState &state) override { return nullptr; } in createSampler() function 100 MOCK_METHOD1(createSampler, SamplerImpl *(const gl::SamplerState &));
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.hpp | 343 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::WrapMode wrapV, tcu::Sample… 344 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::WrapMode wrapV, tcu::Sample… 345 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::FilterMode minFilterMode, t…
|
D | vktTextureTestUtil.cpp | 1483 sampler = createSampler(vkd, vkDevice, &samplerCreateInfo); in renderQuad() 1658 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::WrapMode wrapV, tcu::Sample… in createSampler() function 1681 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::WrapMode wrapV, tcu::Sample… in createSampler() function 1683 return createSampler(wrapU, wrapV, wrapU, minFilterMode, magFilterMode, normalizedCoords); in createSampler() 1695 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::FilterMode minFilterMode, t… in createSampler() function 1697 return createSampler(wrapU, wrapU, wrapU, minFilterMode, magFilterMode, normalizedCoords); in createSampler()
|
D | vktTextureShadowTests.cpp | 382 …sampleParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_tes… in iterate() 610 …sampleParams.sampler = util::createSampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, m_t… in iterate() 853 …sampleParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_tes… in iterate() 1072 …sampleParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.minFilter, m… in iterate() 1301 …sampleParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.minFilter, m… in iterate() 1519 …sampleParams.sampler = util::createSampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, m_t… in iterate()
|
D | vktTextureMipmapTests.cpp | 298 …refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testPar… in iterate() 531 …refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testPar… in iterate() 592 …refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_test… in iterate() 825 …refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testPar… in iterate() 1026 tcu::Sampler sampler = util::createSampler(wrapS, wrapT, m_minFilter, magFilter); in iterate() 1311 tcu::Sampler sampler = util::createSampler(wrapS, wrapT, m_minFilter, magFilter); in iterate() 1347 refParams.sampler = util::createSampler(wrapS, wrapT, m_testParameters.minFilter, magFilter); in iterate() 1579 tcu::Sampler sampler = util::createSampler(wrapS, wrapT, m_minFilter, magFilter); in iterate() 1591 …refParams.sampler = util::createSampler(wrapS, wrapT, wrapR, m_testParameters.minFilter, magFilte… in iterate() 2737 const auto sampler = createSampler(vkd, device, &samplerCreateInfo); in iterate()
|
D | vktTextureCompressedFormatTests.cpp | 378 …sampleParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_tes… in iterate() 509 …sampleParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_tes… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
D | vktTextureTestUtil.hpp | 343 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::WrapMode wrapV, tcu::Sample… 344 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::WrapMode wrapV, tcu::Sample… 345 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::FilterMode minFilterMode, t…
|
D | vktTextureTestUtil.cpp | 1483 sampler = createSampler(vkd, vkDevice, &samplerCreateInfo); in renderQuad() 1658 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::WrapMode wrapV, tcu::Sample… in createSampler() function 1681 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::WrapMode wrapV, tcu::Sample… in createSampler() function 1683 return createSampler(wrapU, wrapV, wrapU, minFilterMode, magFilterMode, normalizedCoords); in createSampler() 1695 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::FilterMode minFilterMode, t… in createSampler() function 1697 return createSampler(wrapU, wrapU, wrapU, minFilterMode, magFilterMode, normalizedCoords); in createSampler()
|
D | vktTextureShadowTests.cpp | 382 …sampleParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_tes… in iterate() 610 …sampleParams.sampler = util::createSampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, m_t… in iterate() 853 …sampleParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_tes… in iterate() 1072 …sampleParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.minFilter, m… in iterate() 1301 …sampleParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.minFilter, m… in iterate() 1519 …sampleParams.sampler = util::createSampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, m_t… in iterate()
|
D | vktTextureMipmapTests.cpp | 298 …refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testPar… in iterate() 531 …refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testPar… in iterate() 592 …refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_test… in iterate() 825 …refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testPar… in iterate() 1026 tcu::Sampler sampler = util::createSampler(wrapS, wrapT, m_minFilter, magFilter); in iterate() 1311 tcu::Sampler sampler = util::createSampler(wrapS, wrapT, m_minFilter, magFilter); in iterate() 1347 refParams.sampler = util::createSampler(wrapS, wrapT, m_testParameters.minFilter, magFilter); in iterate() 1579 tcu::Sampler sampler = util::createSampler(wrapS, wrapT, m_minFilter, magFilter); in iterate() 1591 …refParams.sampler = util::createSampler(wrapS, wrapT, wrapR, m_testParameters.minFilter, magFilte… in iterate() 2737 const auto sampler = createSampler(vkd, device, &samplerCreateInfo); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLSampler.cpp | 95 mImpl(context.getImpl().createSampler(*this, errorCode)) in Sampler()
|
D | Sampler.cpp | 22 mSampler(factory->createSampler(mState)), in Sampler()
|
D | CLContext.h | 76 cl_sampler createSampler(cl_bool normalizedCoords,
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DCpuDescriptorManager.h | 41 GrD3DDescriptorHeap::CPUHandle createSampler(GrD3DGpu*,
|
D | GrD3DCpuDescriptorManager.cpp | 92 GrD3DDescriptorHeap::CPUHandle GrD3DCpuDescriptorManager::createSampler( in createSampler() function in GrD3DCpuDescriptorManager
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | GLImplFactory.h | 90 virtual SamplerImpl *createSampler(const gl::SamplerState &state) = 0;
|
D | CLContextImpl.h | 51 virtual CLSamplerImpl::Ptr createSampler(const cl::Sampler &sampler, cl_int &errorCode) = 0;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | ResourceManager.h | 65 GLuint createSampler();
|
D | ResourceManager.cpp | 133 GLuint ResourceManager::createSampler() in createSampler() function in es2::ResourceManager
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLContextCL.h | 56 CLSamplerImpl::Ptr createSampler(const cl::Sampler &sampler, cl_int &errorCode) override;
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPUDevice.h | 41 interop::Interface<interop::GPUSampler> createSampler(
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkResourceInterface.hpp | 117 virtual void createSampler (VkDevice device, 281 void createSampler (VkDevice device,
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.hpp | 104 auto sampler = device.createSampler(samplerCreateInfo); in addSampler()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcKHRDebugTests.hpp | 204 static glw::GLuint createSampler(const glw::Functions* gl, const glu::RenderContext* rc);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrViewTests.cpp | 596 const Unique<VkSampler> wholeSampler(createSampler(vkd, device, &wholeSamplerInfo)); in testPlaneView() 597 const Unique<VkSampler> planeSampler(createSampler(vkd, device, &planeSamplerInfo)); in testPlaneView()
|