HomeSort by relevance Sort by last modified time
    Searched refs:samplerName (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
ColladaParser.java 278 Texture2D getTexture(String samplerName) {
279 String texName = samplerName;
282 Element sampler = mDom.getElementById(samplerName);
334 String samplerName = typeElem.getAttribute("texture");
335 Texture2D tex = getTexture(samplerName);
  /external/skia/src/gpu/gl/
GrGLProgram.cpp     [all...]

Completed in 186 milliseconds