OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTextureMaxAnisotropy
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer.h
178
virtual float
getTextureMaxAnisotropy
() const = 0;
Renderer11.h
116
virtual float
getTextureMaxAnisotropy
() const;
Renderer9.h
131
virtual float
getTextureMaxAnisotropy
() const;
Renderer11.cpp
[
all
...]
Renderer9.cpp
[
all
...]
/external/chromium_org/third_party/angle/src/libGLESv2/
Context.h
395
float
getTextureMaxAnisotropy
() const;
Context.cpp
261
mMaxTextureAnisotropy = mRenderer->
getTextureMaxAnisotropy
();
[
all
...]
libGLESv2.cpp
[
all
...]
Completed in 35 milliseconds