Searched defs:setMaxLod (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
H A DSampler.h52 void setMaxLod(GLfloat maxLod) { mMaxLod = maxLod; } function in class:es2::Sampler
/external/swiftshader/src/Renderer/
H A DSampler.cpp360 void Sampler::setMaxLod(float maxLod) function in class:sw::Sampler
H A DPixelProcessor.cpp531 void PixelProcessor::setMaxLod(unsigned int sampler, float maxLod) function in class:sw::PixelProcessor
535 context->sampler[sampler].setMaxLod(maxLod);
H A DVertexProcessor.cpp686 void VertexProcessor::setMaxLod(unsigned int sampler, float maxLod) function in class:sw::VertexProcessor
690 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setMaxLod(maxLod);
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp8733 SamplerCreateInfo& setMaxLod( float maxLod_ ) function in struct:VULKAN_HPP_NAMESPACE::VULKAN_HPP_NAMESPACE::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::SamplerCreateInfo
[all...]

Completed in 244 milliseconds