Searched refs:setMipmapLOD (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/src/Renderer/ |
D | Sampler.hpp | 200 void setMipmapLOD(float lod);
|
D | VertexProcessor.hpp | 257 void setMipmapLOD(unsigned int sampler, float bias);
|
D | PixelProcessor.hpp | 233 void setMipmapLOD(unsigned int sampler, float bias);
|
D | Renderer.hpp | 302 void setMipmapLOD(SamplerType type, int sampler, float bias);
|
D | VertexProcessor.cpp | 574 void VertexProcessor::setMipmapLOD(unsigned int sampler, float bias) in setMipmapLOD() function in sw::VertexProcessor 578 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setMipmapLOD(bias); in setMipmapLOD()
|
D | Sampler.cpp | 375 void Sampler::setMipmapLOD(float LOD) in setMipmapLOD() function in sw::Sampler
|
D | PixelProcessor.cpp | 419 void PixelProcessor::setMipmapLOD(unsigned int sampler, float bias) in setMipmapLOD() function in sw::PixelProcessor 423 context->sampler[sampler].setMipmapLOD(bias); in setMipmapLOD()
|
D | Renderer.cpp | 2450 void Renderer::setMipmapLOD(SamplerType type, int sampler, float bias) in setMipmapLOD() function in sw::Renderer 2454 PixelProcessor::setMipmapLOD(sampler, bias); in setMipmapLOD() 2458 VertexProcessor::setMipmapLOD(sampler, bias); in setMipmapLOD()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Device.cpp | 105 setMipmapLOD(sw::SAMPLER_PIXEL, i, 0.0f); in Device() 116 setMipmapLOD(sw::SAMPLER_VERTEX, i, 0.0f); in Device()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Device.cpp | 106 setMipmapLOD(sw::SAMPLER_PIXEL, i, 0.0f); in Device() 117 setMipmapLOD(sw::SAMPLER_VERTEX, i, 0.0f); in Device()
|
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.cpp | 3663 renderer->setMipmapLOD(sw::SAMPLER_PIXEL, stage, LOD); in SetTextureStageState()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9.cpp | 4327 renderer->setMipmapLOD(type, index, LOD); in SetSamplerState()
|