OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSamplerState
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/
Texture.cpp
31
mSamplerState
.minFilter = GL_NEAREST_MIPMAP_LINEAR;
32
mSamplerState
.magFilter = GL_LINEAR;
33
mSamplerState
.wrapS = GL_REPEAT;
34
mSamplerState
.wrapT = GL_REPEAT;
35
mSamplerState
.maxAnisotropy = 1.0f;
36
mSamplerState
.lodOffset = 0;
59
mSamplerState
.minFilter = filter;
73
mSamplerState
.magFilter = filter;
88
mSamplerState
.wrapS = wrap;
103
mSamplerState
.wrapT = wrap
[
all
...]
Texture.h
119
SamplerState
mSamplerState
;
Completed in 44 milliseconds