Searched defs:setMaxAnisotropy (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
H A DTexture.cpp120 bool Texture::setMaxAnisotropy(float textureMaxAnisotropy) function in class:gl::Texture
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DTexture.cpp138 bool Texture::setMaxAnisotropy(float textureMaxAnisotropy) function in class:es1::Texture
/external/swiftshader/src/Renderer/
H A DSampler.cpp310 void Sampler::setMaxAnisotropy(float maxAnisotropy) function in class:sw::Sampler
H A DPixelProcessor.cpp441 void PixelProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) function in class:sw::PixelProcessor
445 context->sampler[sampler].setMaxAnisotropy(maxAnisotropy);
H A DVertexProcessor.cpp596 void VertexProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) function in class:sw::VertexProcessor
600 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setMaxAnisotropy(maxAnisotropy);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DTexture.cpp167 bool Texture::setMaxAnisotropy(float textureMaxAnisotropy) function in class:es2::Texture
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp8709 SamplerCreateInfo& setMaxAnisotropy( float maxAnisotropy_ ) 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 345 milliseconds