Home
last modified time | relevance | path

Searched refs:isSamplerUniformIndex (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DProgram.cpp1233 if (!isSamplerUniformIndex(index)) in getSamplerIndex()
1241 bool ProgramState::isSamplerUniformIndex(GLuint index) const in isSamplerUniformIndex() function in gl::ProgramState
1248 ASSERT(isSamplerUniformIndex(uniformIndex)); in getSamplerIndexFromUniformIndex()
2681 if (mState.isSamplerUniformIndex(locationInfo.index)) in setUniform1iv()
4381 ASSERT(mState.isSamplerUniformIndex(locationInfo.index)); in updateSamplerUniform()
DProgram.h307 bool isSamplerUniformIndex(GLuint index) const;
/external/angle/src/libANGLE/renderer/gl/
DProgramGL.cpp1088 if (mState.isSamplerUniformIndex(locationRef.index)) in markUnusedUniformLocations()