Searched refs:m_byteLength (Results 1 – 5 of 5) sorted by relevance
46 , m_byteLength(0) in WebGLBuffer()73 m_byteLength = byteLength; in associateBufferDataImpl()78 m_byteLength = 0; in associateBufferDataImpl()93 m_byteLength = byteLength; in associateBufferDataImpl()132 …32_t>(array->byteLength()) || !checkedBufferMax.valid() || checkedBufferMax.value() > m_byteLength) in associateBufferSubDataImpl()170 return m_byteLength; in byteLength()
40 virtual unsigned length() const { return m_byteLength; } in length()41 virtual unsigned byteLength() const { return m_byteLength; } in byteLength()78 …unsigned byteOffset) const { return byteOffset >= m_byteLength || byteOffset + sizeof(T) > m_byteL… in beyondRange()86 unsigned m_byteLength; variable
75 GC3Dsizeiptr m_byteLength; variable
57 , m_byteLength(byteLength) in DataView()
594 , m_byteLength(byteLength)599 context->drawPosText(m_text, m_byteLength, m_pos, *m_paint);605 size_t m_byteLength;