Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgramExecutable.cpp803 TextureType foundType = TextureType::InvalidEnum; in setSamplerUniformTextureTypeAndFormat() local
818 foundType = binding.textureType; in setSamplerUniformTextureTypeAndFormat()
824 if (foundType != binding.textureType) in setSamplerUniformTextureTypeAndFormat()
826 foundType = TextureType::InvalidEnum; in setSamplerUniformTextureTypeAndFormat()
841 mActiveSamplerTypes[textureUnitIndex] = foundType; in setSamplerUniformTextureTypeAndFormat()
/external/replicaisland/src/com/replica/replicaisland/
DGameObjectFactory.java167 GameObjectType foundType = INVALID; in indexToType() local
171 foundType = type; in indexToType()
175 return foundType; in indexToType()