Searched refs:m_fixedBuffer (Results 1 – 6 of 6) sorted by relevance
44 FixedBuffer m_fixedBuffer; member
34 if (size>0) buffer = m_fixedBuffer.alloc(size); in BufferData()280 memcpy((char*)buf->m_fixedBuffer.ptr() + offset, data, size); in subUpdateBufferData()
51 FixedBuffer m_fixedBuffer; variable
555 indices = (void*)((GLintptr)buf->m_fixedBuffer.ptr() + (GLintptr)indices); in s_glDrawElements()567 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()577 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
57 FixedBuffer m_fixedBuffer; variable
507 indices = (void*)((GLintptr)buf->m_fixedBuffer.ptr() + (GLintptr)indices); in s_glDrawElements()519 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()529 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()