Home
last modified time | relevance | path

Searched defs:getSampler (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSamplerVk.h29 const vk::SamplerHelper &getSampler() const in getSampler() function
DTextureVk.h229 const vk::SamplerHelper &getSampler() const in getSampler() function
Dvk_cache_utils.cpp3969 angle::Result SamplerCache::getSampler(ContextVk *contextVk, in getSampler() function in rx::SamplerCache
/third_party/skia/src/codec/
DSkBmpMaskCodec.h49 SkSampler* getSampler(bool createIfNecessary) override { in getSampler() function
DSkWbmpCodec.h36 SkSampler* getSampler(bool createIfNecessary) override { in getSampler() function
DSkBmpStandardCodec.h60 SkSampler* getSampler(bool createIfNecessary) override { in getSampler() function
DSkIcoCodec.cpp425 SkSampler* SkIcoCodec::getSampler(bool createIfNecessary) { in getSampler() function in SkIcoCodec
DSkHeifCodec.cpp442 SkSampler* SkHeifCodec::getSampler(bool createIfNecessary) { in getSampler() function in SkHeifCodec
DSkBmpRLECodec.cpp556 SkSampler* SkBmpRLECodec::getSampler(bool createIfNecessary) { in getSampler() function in SkBmpRLECodec
DSkJpegCodec.cpp643 SkSampler* SkJpegCodec::getSampler(bool createIfNecessary) { in getSampler() function in SkJpegCodec
DSkPngCodec.cpp1123 SkSampler* SkPngCodec::getSampler(bool createIfNecessary) { in getSampler() function in SkPngCodec
/third_party/skia/third_party/externals/libgifcodec/
DSkLibGifCodec.h93 SkSampler* getSampler(bool createIfNecessary) override { in getSampler() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.cpp264 Sampler *ResourceManager::getSampler(unsigned int handle) in getSampler() function in es2::ResourceManager
DContext.cpp1525 Sampler *Context::getSampler(GLuint sampler) const in getSampler() function in es2::Context
/third_party/vk-gl-cts/modules/glshared/
DglsShaderRenderCase.hpp101 const tcu::Sampler& getSampler (void) const { return m_sampler; } in getSampler() function in deqp::gls::TextureBinding
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderRenderCase.hpp124 const tcu::Sampler& getSampler(void) const in getSampler() function in deqp::TextureBinding
DglcPackedPixelsTests.cpp1092 InternalFormatSamplerType RectangleTest::getSampler(const PixelType& type, const PixelFormat& forma… in getSampler() function in glcts::RectangleTest
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DResourceManager.cpp309 Sampler *SamplerManager::getSampler(SamplerID handle) const in getSampler() function in gl::SamplerManager
DState.h329 Sampler *getSampler(GLuint textureUnit) const { return mSamplers[textureUnit].get(); } in getSampler() function
/third_party/skia/include/codec/
DSkCodec.h972 virtual SkSampler* getSampler(bool /*createIfNecessary*/) { return nullptr; } in getSampler() function
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.hpp101 const tcu::Sampler& getSampler (void) const { return m_sampler; } in getSampler() function in sglr::rc::Texture
102 tcu::Sampler& getSampler (void) { return m_sampler; } in getSampler() function in sglr::rc::Texture
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp140 const tcu::Sampler& getSampler (void) const { return m_sampler; } in getSampler() function in vkt::sr::TextureBinding
/third_party/glslang/glslang/Include/
DTypes.h1654 virtual const TSampler& getSampler() const { return sampler; } in getSampler() function
1655 virtual TSampler& getSampler() { return sampler; } in getSampler() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp849 VkSampler getSampler () const in getSampler() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp5128 …inline vk::VkSampler getSampler (int ndx) const { return **m_sampler[ndx % m_sampler.size()… in getSampler() function in vkt::BindingModel::__anon86a712e50111::ImageSampleInstanceImages

12