Searched refs:setSamplerTexture (Results 1 – 3 of 3) sorted by relevance
133 void setSamplerTexture(GLenum type, Texture *texture);
608 void State::setSamplerTexture(GLenum type, Texture *texture) in setSamplerTexture() function in gl::State
521 mState.setSamplerTexture(target, getTexture(texture)); in bindTexture()