Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgram.cpp4415 TextureType &newSamplerType = mState.mExecutable->mActiveSamplerTypes[newTextureUnit]; in updateSamplerUniform() local
4422 newSamplerType = samplerBinding.textureType; in updateSamplerUniform()
4430 if (newSamplerType != samplerBinding.textureType) in updateSamplerUniform()
4433 newSamplerType = TextureType::InvalidEnum; in updateSamplerUniform()