Lines Matching refs:m_data
392 , m_data (DE_NULL)
416 delete[] m_data;
441 if (m_data)
442 delete[] m_data;
444 m_data = new char[size];
445 std::memcpy(m_data, ptr, size);
464 std::memcpy(m_data + offset, ptr, size);
541 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset);
547 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, m_data + m_offset);
558 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset);