Home
last modified time | relevance | path

Searched refs:m_fixedBuffer (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.cpp586 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()
DGLEncoder.h58 std::vector<char> m_fixedBuffer; variable
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLSharedGroup.cpp33 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()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLSharedGroup.h65 std::vector<char> m_fixedBuffer; // actual buffer is shadowed here member
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp1251 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 …]
DGL2Encoder.h168 std::vector<char> m_fixedBuffer; variable