Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgram.cpp877 if (!isSamplerUniformIndex(index)) in getSamplerIndex()
885 bool ProgramState::isSamplerUniformIndex(GLuint index) const in isSamplerUniformIndex() function in gl::ProgramState
892 ASSERT(isSamplerUniformIndex(uniformIndex)); in getSamplerIndexFromUniformIndex()
2282 if (mState.isSamplerUniformIndex(locationInfo.index)) in setUniform1iv()
3316 ASSERT(mState.isSamplerUniformIndex(locationInfo.index)); in updateSamplerUniform()
DProgram.h308 bool isSamplerUniformIndex(GLuint index) const;
/external/angle/src/libANGLE/renderer/gl/
DProgramGL.cpp1097 if (mState.isSamplerUniformIndex(locationRef.index)) in markUnusedUniformLocations()