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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer.h 184 virtual float getTextureMaxAnisotropy() const = 0;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Renderer11.h 143 virtual float getTextureMaxAnisotropy() const;
Renderer11.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Renderer9.h 144 virtual float getTextureMaxAnisotropy() const;
Renderer9.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.h 450 float getTextureMaxAnisotropy() const;
Context.cpp 346 mMaxTextureAnisotropy = mRenderer->getTextureMaxAnisotropy();
    [all...]
libGLESv2.cpp     [all...]

Completed in 130 milliseconds