Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgramExecutable.cpp252 TextureType foundType = TextureType::InvalidEnum; in setSamplerUniformTextureTypeAndFormat() local
269 foundType = binding.textureType; in setSamplerUniformTextureTypeAndFormat()
274 if (foundType != binding.textureType) in setSamplerUniformTextureTypeAndFormat()
276 foundType = TextureType::InvalidEnum; in setSamplerUniformTextureTypeAndFormat()
287 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()