HomeSort by relevance Sort by last modified time
    Searched refs:samplerName (Results 1 - 3 of 3) 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/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 54 const char* samplerName,
63 samplerName,
    [all...]
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 54 const char* samplerName,
63 samplerName,
    [all...]

Completed in 68 milliseconds