Home
last modified time | relevance | path

Searched refs:setTextureLevel (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSampler.hpp175 void setTextureLevel(int face, int level, Surface *surface, TextureType type);
DRenderer.hpp293 …void setTextureLevel(unsigned int sampler, unsigned int face, unsigned int level, Surface *surface…
DSampler.cpp115 void Sampler::setTextureLevel(int face, int level, Surface *surface, TextureType type) in setTextureLevel() function in sw::Sampler
DRenderer.cpp2359 …void Renderer::setTextureLevel(unsigned int sampler, unsigned int face, unsigned int level, Surfac… in setTextureLevel() function in sw::Renderer
2363 context->sampler[sampler].setTextureLevel(face, level, surface, type); in setTextureLevel()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp3282 device->setTextureLevel(sampler, 0, mipmapLevel, surface, in applyTexture()
3301 device->setTextureLevel(sampler, 0, mipmapLevel, surface, sw::TEXTURE_3D); in applyTexture()
3319 device->setTextureLevel(sampler, 0, mipmapLevel, surface, sw::TEXTURE_2D_ARRAY); in applyTexture()
3341 device->setTextureLevel(sampler, face, mipmapLevel, surface, sw::TEXTURE_CUBE); in applyTexture()
3353 device->setTextureLevel(sampler, 0, 0, 0, sw::TEXTURE_NULL); in applyTexture()