Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp1273 if (!isSamplerUniformIndex(index)) in getSamplerIndex()
1281 bool ProgramState::isSamplerUniformIndex(GLuint index) const in isSamplerUniformIndex() function in gl::ProgramState
1288 ASSERT(isSamplerUniformIndex(uniformIndex)); in getSamplerIndexFromUniformIndex()
2692 if (mState.isSamplerUniformIndex(locationInfo.index)) in setUniform1iv()
4027 ASSERT(mState.isSamplerUniformIndex(locationInfo.index)); in updateSamplerUniform()
DProgram.h309 bool isSamplerUniformIndex(GLuint index) const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp1088 if (mState.isSamplerUniformIndex(locationRef.index)) in markUnusedUniformLocations()