Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:samplerTexture

191             mState.samplerTexture[type][sampler].set(NULL);
960 mState.samplerTexture[SAMPLER_2D][mState.activeSampler].set(getTexture(texture));
967 mState.samplerTexture[SAMPLER_CUBE][mState.activeSampler].set(getTexture(texture));
1086 GLuint texid = mState.samplerTexture[type][sampler].id();
1098 return mState.samplerTexture[type][sampler].get();
1381 *params = mState.samplerTexture[SAMPLER_2D][mState.activeSampler].id();
1392 *params = mState.samplerTexture[SAMPLER_CUBE][mState.activeSampler].id();
3064 if (mState.samplerTexture[type][sampler].id() == texture)
3066 mState.samplerTexture[type][sampler].set(NULL);