Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext.cpp271 kSampler0SubjectIndex = kUniformBufferMaxSubjectIndex, enumerator
272 kSamplerMaxSubjectIndex = kSampler0SubjectIndex + IMPLEMENTATION_MAX_ACTIVE_TEXTURES,
380 for (angle::SubjectIndex samplerIndex = kSampler0SubjectIndex; in Context()
8865 mState.setSamplerDirty(index - kSampler0SubjectIndex); in onSubjectStateChange()
8866 mState.onActiveTextureStateChange(this, index - kSampler0SubjectIndex); in onSubjectStateChange()