Home
last modified time | relevance | path

Searched refs:setMaxLevel (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSampler.hpp193 void setMaxLevel(int maxLevel);
DVertexProcessor.hpp270 void setMaxLevel(unsigned int sampler, int maxLevel);
DPixelProcessor.hpp247 void setMaxLevel(unsigned int sampler, int maxLevel);
DRenderer.hpp312 void setMaxLevel(SamplerType type, int sampler, int maxLevel);
DVertexProcessor.cpp677 void VertexProcessor::setMaxLevel(unsigned int sampler, int maxLevel) in setMaxLevel() function in sw::VertexProcessor
681 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setMaxLevel(maxLevel); in setMaxLevel()
DSampler.cpp350 void Sampler::setMaxLevel(int maxLevel) in setMaxLevel() function in sw::Sampler
DPixelProcessor.cpp522 void PixelProcessor::setMaxLevel(unsigned int sampler, int maxLevel) in setMaxLevel() function in sw::PixelProcessor
526 context->sampler[sampler].setMaxLevel(maxLevel); in setMaxLevel()
DRenderer.cpp2570 void Renderer::setMaxLevel(SamplerType type, int sampler, int maxLevel) in setMaxLevel() function in sw::Renderer
2574 PixelProcessor::setMaxLevel(sampler, maxLevel); in setMaxLevel()
2578 VertexProcessor::setMaxLevel(sampler, maxLevel); in setMaxLevel()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTexture.h120 bool setMaxLevel(GLuint maxLevel);
324 void setMaxLevel(const Context *context, GLuint maxLevel);
DTexture.cpp220 bool TextureState::setMaxLevel(GLuint maxLevel) in setMaxLevel() function in gl::TextureState
1027 void Texture::setMaxLevel(const Context *context, GLuint maxLevel) in setMaxLevel() function in gl::Texture
1029 if (mState.setMaxLevel(maxLevel)) in setMaxLevel()
Dqueryutils.cpp451 texture->setMaxLevel(context, in SetTexParameterBase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DTextureGL.h201 angle::Result setMaxLevel(const gl::Context *context, GLuint maxLevel);
DTextureGL.cpp732 ANGLE_TRY(setMaxLevel(context, attachedTextureLevel)); in copyImage()
1645 angle::Result TextureGL::setMaxLevel(const gl::Context *context, GLuint maxLevel) in setMaxLevel() function in rx::TextureGL
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DTexture.h117 bool setMaxLevel(GLint maxLevel);
DTexture.cpp241 bool Texture::setMaxLevel(GLint maxLevel) in setMaxLevel() function in es2::Texture
DlibGLESv2.cpp4701 if(!texture->setMaxLevel((GLint)(roundf(param)))) in TexParameterf()
4829 if(!texture->setMaxLevel(param)) in TexParameteri()
DContext.cpp3212 device->setMaxLevel(samplerType, samplerIndex, maxLevel); in applyTextures()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.hpp98 void setMaxLevel (int maxLevel) { m_maxLevel = maxLevel; } in setMaxLevel() function in sglr::rc::Texture
DsglrReferenceContext.cpp1898 texture->setMaxLevel(value); in texParameteri()