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

  /external/chromium_org/third_party/angle/src/libGLESv2/
Texture.cpp 56 mSamplerState.minFilter = GL_NEAREST_MIPMAP_LINEAR;
57 mSamplerState.magFilter = GL_LINEAR;
58 mSamplerState.wrapS = GL_REPEAT;
59 mSamplerState.wrapT = GL_REPEAT;
60 mSamplerState.wrapR = GL_REPEAT;
61 mSamplerState.maxAnisotropy = 1.0f;
62 mSamplerState.baseLevel = 0;
63 mSamplerState.maxLevel = 1000;
64 mSamplerState.minLod = -1000.0f;
65 mSamplerState.maxLod = 1000.0f
    [all...]
Texture.h 151 SamplerState mSamplerState;

Completed in 238 milliseconds