Searched refs:m_fixedBuffer (Results 1 – 6 of 6) sorted by relevance
586 indices = &buf->m_fixedBuffer[(GLintptr)indices]; in s_glDrawElements()598 ctx->m_fixedBuffer.resize(glSizeof(type) * count); in s_glDrawElements()599 adjustedIndices = ctx->m_fixedBuffer.data(); in s_glDrawElements()609 ctx->m_fixedBuffer.resize(glSizeof(type) * count); in s_glDrawElements()610 adjustedIndices = ctx->m_fixedBuffer.data(); in s_glDrawElements()620 ctx->m_fixedBuffer.resize(glSizeof(type) * count); in s_glDrawElements()621 adjustedIndices = ctx->m_fixedBuffer.data(); in s_glDrawElements()
58 std::vector<char> m_fixedBuffer; variable
33 m_fixedBuffer.resize(size); in BufferData()37 memcpy(m_fixedBuffer.data(), data, size); in BufferData()371 memcpy(&buf->m_fixedBuffer[offset], data, size); in subUpdateBufferData()
65 std::vector<char> m_fixedBuffer; // actual buffer is shadowed here member
1251 m_fixedBuffer.resize(glSizeof(type) * count); in recenterIndices()1252 adjustedIndices = m_fixedBuffer.data(); in recenterIndices()1516 indices = &buf->m_fixedBuffer[offset]; in s_glDrawElements()1636 indices = &buf->m_fixedBuffer[offset]; in s_glDrawElementsNullAEMU()3372 char* bits = &buf->m_fixedBuffer[offset]; in s_glMapBufferRangeAEMUImpl()3464 &buf->m_fixedBuffer[buf->m_mappedOffset], in s_glUnmapBuffer()3473 &buf->m_fixedBuffer[buf->m_mappedOffset], in s_glUnmapBuffer()3513 &buf->m_fixedBuffer[totalOffset]); in s_glFlushMappedBufferRange()3520 &buf->m_fixedBuffer[totalOffset]); in s_glFlushMappedBufferRange()3924 *params = &buf->m_fixedBuffer[buf->m_mappedOffset]; in s_glGetBufferPointerv()[all …]
168 std::vector<char> m_fixedBuffer; variable