Home
last modified time | relevance | path

Searched refs:textureMaxAnisotropy (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.cpp138 bool Texture::setMaxAnisotropy(float textureMaxAnisotropy) in setMaxAnisotropy() argument
140 textureMaxAnisotropy = std::min(textureMaxAnisotropy, MAX_TEXTURE_MAX_ANISOTROPY); in setMaxAnisotropy()
142 if(textureMaxAnisotropy < 1.0f) in setMaxAnisotropy()
147 if(mMaxAnisotropy != textureMaxAnisotropy) in setMaxAnisotropy()
149 mMaxAnisotropy = textureMaxAnisotropy; in setMaxAnisotropy()
DTexture.h66 bool setMaxAnisotropy(GLfloat textureMaxAnisotropy);
/external/swiftshader/src/OpenGL/libGL/
DTexture.cpp120 bool Texture::setMaxAnisotropy(float textureMaxAnisotropy) in setMaxAnisotropy() argument
122 textureMaxAnisotropy = std::min(textureMaxAnisotropy, MAX_TEXTURE_MAX_ANISOTROPY); in setMaxAnisotropy()
124 if(textureMaxAnisotropy < 1.0f) in setMaxAnisotropy()
129 if(mMaxAnisotropy != textureMaxAnisotropy) in setMaxAnisotropy()
131 mMaxAnisotropy = textureMaxAnisotropy; in setMaxAnisotropy()
DTexture.h66 bool setMaxAnisotropy(GLfloat textureMaxAnisotropy);
/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.cpp166 bool Texture::setMaxAnisotropy(float textureMaxAnisotropy) in setMaxAnisotropy() argument
168 textureMaxAnisotropy = std::min(textureMaxAnisotropy, MAX_TEXTURE_MAX_ANISOTROPY); in setMaxAnisotropy()
170 if(textureMaxAnisotropy < 1.0f) in setMaxAnisotropy()
175 if(mMaxAnisotropy != textureMaxAnisotropy) in setMaxAnisotropy()
177 mMaxAnisotropy = textureMaxAnisotropy; in setMaxAnisotropy()
DTexture.h67 bool setMaxAnisotropy(GLfloat textureMaxAnisotropy);