Uses of Class
com.neovisionaries.android.opengl.AttrDataType

Packages that use AttrDataType
com.neovisionaries.android.opengl   
 

Uses of AttrDataType in com.neovisionaries.android.opengl
 

Methods in com.neovisionaries.android.opengl that return AttrDataType
static AttrDataType AttrDataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AttrDataType[] AttrDataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.neovisionaries.android.opengl with parameters of type AttrDataType
 Attribute Attribute.setArray(ArrayBuffer values, AttrDataSize size, AttrDataType type)
          This method is an alias of setArray(values, size, type, false, 0, 0).
 Attribute Attribute.setArray(ArrayBuffer values, AttrDataSize size, AttrDataType type, boolean normalized)
          This method is an alias of setArray(values, size, type, normalized, 0, 0).
 Attribute Attribute.setArray(ArrayBuffer values, AttrDataSize size, AttrDataType type, boolean normalized, int stride)
          This method is an alias of setArray(values, size, type, normalized, stride, 0).
 Attribute Attribute.setArray(ArrayBuffer values, AttrDataSize size, AttrDataType type, boolean normalized, int stride, int offset)
          Set a vertex array to this vertex attribute by glVertexAttribPointer().
 Attribute Attribute.setArray(Buffer values, AttrDataSize size, AttrDataType type)
          This method is an alias of setArray(values, size, type, false, 0).
 Attribute Attribute.setArray(Buffer values, AttrDataSize size, AttrDataType type, boolean normalized)
          This method is an alias of setArray(values, size, type, normalized, 0).
 Attribute Attribute.setArray(Buffer values, AttrDataSize size, AttrDataType type, boolean normalized, int stride)
          Set a vertex array to this vertex attribute by glVertexAttribPointer().
 Attribute Attribute.setArray1(ArrayBuffer values, AttrDataType type)
          This method is an alias of setArray(values, AttrDataSize.ONE, type, false, 0, 0).
 Attribute Attribute.setArray1(ArrayBuffer values, AttrDataType type, boolean normalized)
          This method is an alias of setArray(values, AttrDataSize.ONE, type, normalized, 0, 0).
 Attribute Attribute.setArray1(ArrayBuffer values, AttrDataType type, boolean normalized, int stride)
          This method is an alias of setArray(values, AttrDataSize.ONE, type, normalized, stride, 0).
 Attribute Attribute.setArray1(ArrayBuffer values, AttrDataType type, boolean normalized, int stride, int offset)
          This method is an alias of setArray(values, AttrDataSize.ONE, type, normalized, stride, offset).
 Attribute Attribute.setArray1(Buffer values, AttrDataType type)
          This method is an alias of setArray(values, AttrDataSize.ONE, type, false, 0).
 Attribute Attribute.setArray1(Buffer values, AttrDataType type, boolean normalized)
          This method is an alias of setArray(values, AttrDataSize.ONE, type, normalized, 0).
 Attribute Attribute.setArray1(Buffer values, AttrDataType type, boolean normalized, int stride)
          This method is an alias of setArray(values, AttrDataSize.ONE, type, normalized, stride).
 Attribute Attribute.setArray2(ArrayBuffer values, AttrDataType type)
          This method is an alias of setArray(values, AttrDataSize.TWO, type, false, 0, 0).
 Attribute Attribute.setArray2(ArrayBuffer values, AttrDataType type, boolean normalized)
          This method is an alias of setArray(values, AttrDataSize.TWO, type, normalized, 0, 0).
 Attribute Attribute.setArray2(ArrayBuffer values, AttrDataType type, boolean normalized, int stride)
          This method is an alias of setArray(values, AttrDataSize.TWO, type, normalized, stride, 0).
 Attribute Attribute.setArray2(ArrayBuffer values, AttrDataType type, boolean normalized, int stride, int offset)
          This method is an alias of setArray(values, AttrDataSize.TWO, type, normalized, stride, offset).
 Attribute Attribute.setArray2(Buffer values, AttrDataType type)
          This method is an alias of setArray(values, AttrDataSize.TWO, type, false, 0).
 Attribute Attribute.setArray2(Buffer values, AttrDataType type, boolean normalized)
          This method is an alias of setArray(values, AttrDataSize.TWO, type, normalized, 0).
 Attribute Attribute.setArray2(Buffer values, AttrDataType type, boolean normalized, int stride)
          This method is an alias of setArray(values, AttrDataSize.TWO, type, normalized, stride).
 Attribute Attribute.setArray3(ArrayBuffer values, AttrDataType type)
          This method is an alias of setArray(values, AttrDataSize.THREE, type, false, 0, 0).
 Attribute Attribute.setArray3(ArrayBuffer values, AttrDataType type, boolean normalized)
          This method is an alias of setArray(values, AttrDataSize.THREE, type, normalized, 0, 0).
 Attribute Attribute.setArray3(ArrayBuffer values, AttrDataType type, boolean normalized, int stride)
          This method is an alias of setArray(values, AttrDataSize.THREE, type, normalized, stride, 0).
 Attribute Attribute.setArray3(ArrayBuffer values, AttrDataType type, boolean normalized, int stride, int offset)
          This method is an alias of setArray(values, AttrDataSize.THREE, type, normalized, stride, offset).
 Attribute Attribute.setArray3(Buffer values, AttrDataType type)
          This method is an alias of setArray(values, AttrDataSize.THREE, type, false, 0).
 Attribute Attribute.setArray3(Buffer values, AttrDataType type, boolean normalized)
          This method is an alias of setArray(values, AttrDataSize.THREE, type, normalized, 0).
 Attribute Attribute.setArray3(Buffer values, AttrDataType type, boolean normalized, int stride)
          This method is an alias of setArray(values, AttrDataSize.THREE, type, normalized, stride).
 Attribute Attribute.setArray4(ArrayBuffer values, AttrDataType type)
          This method is an alias of setArray(values, AttrDataSize.FOUR, type, false, 0, 0).
 Attribute Attribute.setArray4(ArrayBuffer values, AttrDataType type, boolean normalized)
          This method is an alias of setArray(values, AttrDataSize.FOUR, type, normalized, 0, 0).
 Attribute Attribute.setArray4(ArrayBuffer values, AttrDataType type, boolean normalized, int stride)
          This method is an alias of setArray(values, AttrDataSize.FOUR, type, normalized, stride, 0).
 Attribute Attribute.setArray4(ArrayBuffer values, AttrDataType type, boolean normalized, int stride, int offset)
          This method is an alias of setArray(values, AttrDataSize.FOUR, type, normalized, stride, offset).
 Attribute Attribute.setArray4(Buffer values, AttrDataType type)
          This method is an alias of setArray(values, AttrDataSize.FOUR, type, false, 0).
 Attribute Attribute.setArray4(Buffer values, AttrDataType type, boolean normalized)
          This method is an alias of setArray(values, AttrDataSize.FOUR, type, normalized, 0).
 Attribute Attribute.setArray4(Buffer values, AttrDataType type, boolean normalized, int stride)
          This method is an alias of setArray(values, AttrDataSize.FOUR, type, normalized, stride).