HomeSort by relevance Sort by last modified time
    Searched refs:setMaxLevel (Results 1 - 25 of 25) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioFrequencyActivity.java 56 public void setMaxLevel() {
AudioFrequencySpeakerActivity.java 119 setMaxLevel();
265 setMaxLevel();
AudioFrequencyLineActivity.java 113 setMaxLevel();
  /external/swiftshader/src/Device/
Sampler.hpp 193 void setMaxLevel(int maxLevel);
VertexProcessor.hpp 160 void setMaxLevel(unsigned int sampler, int maxLevel);
VertexProcessor.cpp 336 void VertexProcessor::setMaxLevel(unsigned int sampler, int maxLevel)
340 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setMaxLevel(maxLevel);
PixelProcessor.hpp 206 void setMaxLevel(unsigned int sampler, int maxLevel);
Renderer.hpp 285 void setMaxLevel(SamplerType type, int sampler, int maxLevel);
Sampler.cpp 347 void Sampler::setMaxLevel(int maxLevel)
PixelProcessor.cpp 299 void PixelProcessor::setMaxLevel(unsigned int sampler, int maxLevel)
303 context->sampler[sampler].setMaxLevel(maxLevel);
Renderer.cpp     [all...]
  /external/swiftshader/src/Renderer/
Sampler.hpp 193 void setMaxLevel(int maxLevel);
VertexProcessor.hpp 268 void setMaxLevel(unsigned int sampler, int maxLevel);
PixelProcessor.hpp 243 void setMaxLevel(unsigned int sampler, int maxLevel);
Renderer.hpp 313 void setMaxLevel(SamplerType type, int sampler, int maxLevel);
Sampler.cpp 350 void Sampler::setMaxLevel(int maxLevel)
VertexProcessor.cpp 668 void VertexProcessor::setMaxLevel(unsigned int sampler, int maxLevel)
672 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setMaxLevel(maxLevel);
PixelProcessor.cpp 513 void PixelProcessor::setMaxLevel(unsigned int sampler, int maxLevel)
517 context->sampler[sampler].setMaxLevel(maxLevel);
    [all...]
Renderer.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Texture.h 117 bool setMaxLevel(GLint maxLevel);
Texture.cpp 241 bool Texture::setMaxLevel(GLint maxLevel)
    [all...]
libGLESv2.cpp     [all...]
Context.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 98 void setMaxLevel (int maxLevel) { m_maxLevel = maxLevel; }
    [all...]
sglrReferenceContext.cpp     [all...]

Completed in 1682 milliseconds