Searched refs:samplerName (Results 1 – 1 of 1) sorted by relevance
278 Texture2D getTexture(String samplerName) { in getTexture() argument279 String texName = samplerName; in getTexture()282 Element sampler = mDom.getElementById(samplerName); in getTexture()334 String samplerName = typeElem.getAttribute("texture"); in extractParams() local335 Texture2D tex = getTexture(samplerName); in extractParams()