Searched refs:isSamplerUniformIndex (Results 1 – 3 of 3) sorted by relevance
1233 if (!isSamplerUniformIndex(index)) in getSamplerIndex()1241 bool ProgramState::isSamplerUniformIndex(GLuint index) const in isSamplerUniformIndex() function in gl::ProgramState1248 ASSERT(isSamplerUniformIndex(uniformIndex)); in getSamplerIndexFromUniformIndex()2681 if (mState.isSamplerUniformIndex(locationInfo.index)) in setUniform1iv()4381 ASSERT(mState.isSamplerUniformIndex(locationInfo.index)); in updateSamplerUniform()
307 bool isSamplerUniformIndex(GLuint index) const;
1088 if (mState.isSamplerUniformIndex(locationRef.index)) in markUnusedUniformLocations()