Searched refs:getComponentSize (Results 1 – 4 of 4) sorted by relevance
296 public int getComponentSize(){ in getComponentSize() method in VertexBuffer.Format533 this.componentsLength = components * format.getComponentSize(); in setupData()598 this.componentsLength = components * format.getComponentSize(); in convertToHalf()1000 componentsLength = components * format.getComponentSize(); in read()
415 int getComponentSize (const VertexAttribType type) in getComponentSize() function495 const int compSize = getComponentSize(vertexAttrib.type); in readVertexAttrib()515 const int compSize = getComponentSize(vertexAttrib.type); in readVertexAttrib()535 const int compSize = getComponentSize(vertexAttrib.type); in readVertexAttrib()
2142 int size = vb.getData().capacity() * vb.getFormat().getComponentSize(); in updateBufferData()2191 int size = vb.getData().capacity() * vb.getFormat().getComponentSize(); in updateBufferData()2478 int elSize = indexBuf.getFormat().getComponentSize(); in drawTriangleList()2784 int elSize = indexBuf.getFormat().getComponentSize(); in drawTriangleList_Array()
2251 int elSize = indexBuf.getFormat().getComponentSize(); in drawTriangleList()