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

  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.h 73 class VertexAttribute
76 VertexAttribute() : mType(GL_FLOAT), mSize(0), mNormalized(false), mStride(0), mPointer(NULL), mArrayEnabled(false), mDivisor(0)
160 VertexAttribute vertexAttribute[MAX_VERTEX_ATTRIBS];
261 const VertexAttribute &getVertexAttribState(unsigned int attribNum);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 56 private HashMap<String, VertexAttribute> mAttributes = new HashMap<String, VertexAttribute>();
77 private static class VertexAttribute {
90 public VertexAttribute(String name, int index) {
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 getProgramAttribute(String name, boolean required)
    [all...]

Completed in 133 milliseconds