Searched defs:VertexAttribute (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java56 private HashMap<String, VertexAttribute> mAttributes = new HashMap<String, VertexAttribute>();
77 private static class VertexAttribute { class in class:ImageShader
90 public VertexAttribute(String name, int index) { method in class:ImageShader.VertexAttribute
401 VertexAttribute attr = getProgramAttribute(attributeName, true);
407 VertexAttribute attr = getProgramAttribute(attributeName, true);
632 for (VertexAttribute attr : mAttributes.values()) {
642 VertexAttribute attr = getProgramAttribute(texCoordAttributeName(), false);
654 VertexAttribute attr = getProgramAttribute(positionAttributeName(), false);
759 private VertexAttribute getProgramAttribut
[all...]

Completed in 9 milliseconds