Lines Matching refs:samplerTexture
221 mState.samplerTexture[type][sampler] = nullptr; in ~Context()
1186 mState.samplerTexture[type][mState.activeSampler] = getTexture(texture); in bindTexture()
1693 GLuint texid = mState.samplerTexture[type][sampler].name(); in getSamplerTexture()
1709 return mState.samplerTexture[type][sampler]; in getSamplerTexture()
2112 *params = mState.samplerTexture[TEXTURE_2D][mState.activeSampler].name(); in getIntegerv()
2121 *params = mState.samplerTexture[TEXTURE_CUBE][mState.activeSampler].name(); in getIntegerv()
2130 *params = mState.samplerTexture[TEXTURE_2D_RECT][mState.activeSampler].name(); in getIntegerv()
2139 *params = mState.samplerTexture[TEXTURE_EXTERNAL][mState.activeSampler].name(); in getIntegerv()
2148 *params = mState.samplerTexture[TEXTURE_3D][mState.activeSampler].name(); in getIntegerv()
2189 *params = mState.samplerTexture[TEXTURE_2D_ARRAY][mState.activeSampler].name(); in getIntegerv()
3882 if(mState.samplerTexture[type][sampler].name() == texture) in detachTexture()
3884 mState.samplerTexture[type][sampler] = nullptr; in detachTexture()