Home
last modified time | relevance | path

Searched refs:createSampler (Results 1 – 25 of 131) sorted by relevance

123456

/third_party/skia/third_party/externals/angle2/src/tests/
Dangle_unittests_utils.h67 SamplerImpl *createSampler(const gl::SamplerState &state) override { return nullptr; } in createSampler() function
100 MOCK_METHOD1(createSampler, SamplerImpl *(const gl::SamplerState &));
/third_party/flutter/skia/third_party/externals/angle2/src/tests/
Dangle_unittests_utils.h67 SamplerImpl *createSampler(const gl::SamplerState &state) override { return nullptr; } in createSampler() function
101 MOCK_METHOD1(createSampler, SamplerImpl *(const gl::SamplerState &));
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp326 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::WrapMode wrapV, tcu::Sample…
327 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::WrapMode wrapV, tcu::Sample…
328 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::FilterMode minFilterMode, t…
DvktTextureMipmapTests.cpp281 …refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testPar… in iterate()
514 …refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testPar… in iterate()
575 …refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_test… in iterate()
791 …refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testPar… in iterate()
992 tcu::Sampler sampler = util::createSampler(wrapS, wrapT, m_minFilter, magFilter); in iterate()
1256 tcu::Sampler sampler = util::createSampler(wrapS, wrapT, m_minFilter, magFilter); in iterate()
1295 refParams.sampler = util::createSampler(wrapS, wrapT, m_testParameters.minFilter, magFilter); in iterate()
1512 tcu::Sampler sampler = util::createSampler(wrapS, wrapT, m_minFilter, magFilter); in iterate()
1524 …refParams.sampler = util::createSampler(wrapS, wrapT, wrapR, m_testParameters.minFilter, magFilte… in iterate()
DvktTextureCompressedFormatTests.cpp204 …sampleParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_tes… in iterate()
324 …sampleParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_tes… in iterate()
DvktTextureTestUtil.cpp1321 sampler = createSampler(vkd, vkDevice, &samplerCreateInfo); in renderQuad()
1520 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::WrapMode wrapV, tcu::Sample… in createSampler() function
1542 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::WrapMode wrapV, tcu::Sample… in createSampler() function
1544 return createSampler(wrapU, wrapV, wrapU, minFilterMode, magFilterMode, normalizedCoords); in createSampler()
1556 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::FilterMode minFilterMode, t… in createSampler() function
1558 return createSampler(wrapU, wrapU, wrapU, minFilterMode, magFilterMode, normalizedCoords); in createSampler()
DvktTextureShadowTests.cpp361 …sampleParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_tes… in iterate()
576 …sampleParams.sampler = util::createSampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, m_t… in iterate()
808 …sampleParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_tes… in iterate()
1016 …sampleParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.minFilter, m… in iterate()
1234 …sampleParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.minFilter, m… in iterate()
1439 …sampleParams.sampler = util::createSampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, m_t… in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLSampler.cpp95 mImpl(context.getImpl().createSampler(*this, errorCode)) in Sampler()
DSampler.cpp22 mSampler(factory->createSampler(mState)), in Sampler()
DCLContext.h76 cl_sampler createSampler(cl_bool normalizedCoords,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DGLImplFactory.h87 virtual SamplerImpl *createSampler(const gl::SamplerState &state) = 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DGLImplFactory.h90 virtual SamplerImpl *createSampler(const gl::SamplerState &state) = 0;
DCLContextImpl.h51 virtual CLSamplerImpl::Ptr createSampler(const cl::Sampler &sampler, cl_int &errorCode) = 0;
/third_party/skia/src/gpu/d3d/
DGrD3DCpuDescriptorManager.h41 GrD3DDescriptorHeap::CPUHandle createSampler(GrD3DGpu*,
DGrD3DCpuDescriptorManager.cpp92 GrD3DDescriptorHeap::CPUHandle GrD3DCpuDescriptorManager::createSampler( in createSampler() function in GrD3DCpuDescriptorManager
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.h65 GLuint createSampler();
DResourceManager.cpp133 GLuint ResourceManager::createSampler() in createSampler() function in es2::ResourceManager
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLContextCL.h56 CLSamplerImpl::Ptr createSampler(const cl::Sampler &sampler, cl_int &errorCode) override;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DSampler.cpp19 : RefCountObject(id), mState(), mDirty(true), mSampler(factory->createSampler(mState)), mLabel() in Sampler()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUDevice.h41 interop::Interface<interop::GPUSampler> createSampler(
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.hpp104 auto sampler = device.createSampler(samplerCreateInfo); in addSampler()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcKHRDebugTests.hpp204 static glw::GLuint createSampler(const glw::Functions* gl, const glu::RenderContext* rc);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DContext9.h59 SamplerImpl *createSampler(const gl::SamplerState &state) override;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrViewTests.cpp577 const Unique<VkSampler> wholeSampler(createSampler(vkd, device, &wholeSamplerInfo)); in testPlaneView()
578 const Unique<VkSampler> planeSampler(createSampler(vkd, device, &planeSamplerInfo)); in testPlaneView()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DContext11.h60 SamplerImpl *createSampler(const gl::SamplerState &state) override;

123456