Searched refs:setMipmapLOD (Results 1 - 12 of 12) sorted by relevance

/external/swiftshader/src/Renderer/
H A DSampler.hpp184 void setMipmapLOD(float lod);
H A DVertexProcessor.hpp256 virtual void setMipmapLOD(unsigned int sampler, float bias);
H A DPixelProcessor.hpp231 virtual void setMipmapLOD(unsigned int sampler, float bias);
H A DRenderer.hpp341 virtual void setMipmapLOD(SamplerType type, int sampler, float bias);
H A DSampler.cpp347 void Sampler::setMipmapLOD(float LOD) function in class:sw::Sampler
H A DPixelProcessor.cpp420 void PixelProcessor::setMipmapLOD(unsigned int sampler, float bias) function in class:sw::PixelProcessor
424 context->sampler[sampler].setMipmapLOD(bias);
H A DVertexProcessor.cpp578 void VertexProcessor::setMipmapLOD(unsigned int sampler, float bias) function in class:sw::VertexProcessor
582 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setMipmapLOD(bias);
H A DRenderer.cpp2266 void Renderer::setMipmapLOD(SamplerType type, int sampler, float bias)
2270 PixelProcessor::setMipmapLOD(sampler, bias);
2274 VertexProcessor::setMipmapLOD(sampler, bias);
/external/swiftshader/src/OpenGL/libGL/
H A DDevice.cpp104 setMipmapLOD(sw::SAMPLER_PIXEL, i, 0.0f);
115 setMipmapLOD(sw::SAMPLER_VERTEX, i, 0.0f);
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DDevice.cpp104 setMipmapLOD(sw::SAMPLER_PIXEL, i, 0.0f);
115 setMipmapLOD(sw::SAMPLER_VERTEX, i, 0.0f);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp105 setMipmapLOD(sw::SAMPLER_PIXEL, i, 0.0f);
116 setMipmapLOD(sw::SAMPLER_VERTEX, i, 0.0f);
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9.cpp4328 renderer->setMipmapLOD(type, index, LOD);

Completed in 287 milliseconds