Home
last modified time | relevance | path

Searched defs:createSampler (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.cpp133 GLuint ResourceManager::createSampler() in createSampler() function in es2::ResourceManager
DContext.cpp987 GLuint Context::createSampler() in createSampler() function in es2::Context
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp1597 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::WrapMode wrapV, tcu::Sample… in createSampler() function
1619 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::WrapMode wrapV, tcu::Sample… in createSampler() function
1633 tcu::Sampler createSampler (tcu::Sampler::WrapMode wrapU, tcu::Sampler::FilterMode minFilterMode, t… in createSampler() function
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl57 CreateSamplerFunc createSampler; variable
DvkRefUtilImpl.inl239 Move<VkSampler> createSampler (const DeviceInterface& vk, VkDevice device, const VkSamplerCreateInf… function
DvkDeviceDriverImpl.inl270 VkResult DeviceDriver::createSampler (VkDevice device, const VkSamplerCreateInfo* pCreateInfo, cons… function in DeviceDriver
DvkNullDriverImpl.inl88 VKAPI_ATTR VkResult VKAPI_CALL createSampler (VkDevice device, const VkSamplerCreateInfo* pCreateIn… function
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp1629 vk::Move<vk::VkSampler> createSampler (const vk::DeviceInterface& vkd, in createSampler() function
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp4862 vk::Move<vk::VkSampler> ImageSampleInstanceImages::createSampler (const vk::DeviceInterface& vki, v… in createSampler() function in vkt::BindingModel::__anon1f3887440111::ImageSampleInstanceImages
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp16734 …Result createSampler( const SamplerCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator,… in createSampler() function in vk::Device
16740 …ResultValueType<Sampler>::type createSampler( const SamplerCreateInfo & createInfo, Optional<const… in createSampler() function in vk::Device