Searched refs:isSamplerUniformIndex (Results 1 – 3 of 3) sorted by relevance
1273 if (!isSamplerUniformIndex(index)) in getSamplerIndex()1281 bool ProgramState::isSamplerUniformIndex(GLuint index) const in isSamplerUniformIndex() function in gl::ProgramState1288 ASSERT(isSamplerUniformIndex(uniformIndex)); in getSamplerIndexFromUniformIndex()2692 if (mState.isSamplerUniformIndex(locationInfo.index)) in setUniform1iv()4027 ASSERT(mState.isSamplerUniformIndex(locationInfo.index)); in updateSamplerUniform()
309 bool isSamplerUniformIndex(GLuint index) const;
1088 if (mState.isSamplerUniformIndex(locationRef.index)) in markUnusedUniformLocations()